This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 0c9b614a4e Remove example table. (#7235)
0c9b614a4e is described below

commit 0c9b614a4e1807325e97d2a9f3cef2fdc33737d7
Author: Kousuke Saruta <[email protected]>
AuthorDate: Wed Aug 9 06:59:15 2023 +0900

    Remove example table. (#7235)
---
 datafusion-examples/Cargo.toml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/datafusion-examples/Cargo.toml b/datafusion-examples/Cargo.toml
index f1249a2fab..5bf9d837ed 100644
--- a/datafusion-examples/Cargo.toml
+++ b/datafusion-examples/Cargo.toml
@@ -29,11 +29,6 @@ license = { workspace = true }
 authors = { workspace = true }
 rust-version = { workspace = true }
 
-[[example]]
-name = "avro_sql"
-path = "examples/avro_sql.rs"
-required-features = ["datafusion/avro"]
-
 [dev-dependencies]
 arrow = { workspace = true }
 arrow-flight = { workspace = true }

Reply via email to