cj-zhukov commented on PR #18553: URL: https://github.com/apache/datafusion/pull/18553#issuecomment-3506507290
### High-Level Overview This PR consolidates all `custom_data_source` (csv_json_opener, csv_sql_streaming, custom_datasource, custom_file_casts, custom_file_format, file_stream_provider) examples into a single example binary. Previously, each example had its own file, but now they can be executed via subcommands using: ```bash cargo run --example custom_data_source -- [csv_json_opener|csv_sql_streaming|custom_datasource|custom_file_casts|custom_file_format|file_stream_provider] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
