sarutak opened a new pull request, #7235:
URL: https://github.com/apache/arrow-datafusion/pull/7235

   Closes #.
   
   ## Rationale for this change
   In `datafusion-examples/Cargo.toml`, `[[example]]` tables are defined like 
as follows.
   
   ```
   [[example]]
   name = "avro_sql"
   path = "examples/avro_sql.rs"
   required-features = ["datafusion/avro"]
   ```
   
   But `avro_sql.rs` is in `examples`, we don't need to have `[[example]]` 
table for `avro_sql`.
   
   ## What changes are included in this PR?
   Remove the `[[example]]` table from the `Cargo.toml`.
   
   ## Are these changes tested?
   I confirmed `avro_sql` still work even after this change with `cargo run 
--example avro_sql --features datafusion/avro`
   
   ## Are there any user-facing changes?
   No.


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to