cj-zhukov commented on code in PR #19750:
URL: https://github.com/apache/datafusion/pull/19750#discussion_r2727457556


##########
datafusion-examples/README.md:
##########
@@ -73,15 +73,15 @@ cargo run --example dataframe -- dataframe
 
 | Subcommand            | File Path                                            
                                                 | Description                  
                 |
 | --------------------- | 
-----------------------------------------------------------------------------------------------------
 | --------------------------------------------- |
-| csv_sql_streaming     | 
[`custom_data_source/csv_sql_streaming.rs`](examples/custom_data_source/csv_sql_streaming.rs)
         | Run a streaming SQL query against CSV data    |
 | csv_json_opener       | 
[`custom_data_source/csv_json_opener.rs`](examples/custom_data_source/csv_json_opener.rs)
             | Use low-level FileOpener APIs for CSV/JSON    |
+| csv_sql_streaming     | 
[`custom_data_source/csv_sql_streaming.rs`](examples/custom_data_source/csv_sql_streaming.rs)
         | Run a streaming SQL query against CSV data    |
 | custom_datasource     | 
[`custom_data_source/custom_datasource.rs`](examples/custom_data_source/custom_datasource.rs)
         | Query a custom TableProvider                  |
 | custom_file_casts     | 
[`custom_data_source/custom_file_casts.rs`](examples/custom_data_source/custom_file_casts.rs)
         | Implement custom casting rules                |
 | custom_file_format    | 
[`custom_data_source/custom_file_format.rs`](examples/custom_data_source/custom_file_format.rs)
       | Write to a custom file format                 |
 | default_column_values | 
[`custom_data_source/default_column_values.rs`](examples/custom_data_source/default_column_values.rs)
 | Custom default values using metadata          |
 | file_stream_provider  | 
[`custom_data_source/file_stream_provider.rs`](examples/custom_data_source/file_stream_provider.rs)
   | Read/write via FileStreamProvider for streams |
 
-## Data IO Examples
+## Data Io Examples

Review Comment:
   I'm going to work on this



-- 
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]

Reply via email to