This is an automated email from the ASF dual-hosted git repository.
yjshen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/master by this push:
new 8fb8c25b0 Remove unnecessary env var for parquet_sql example (#2297)
8fb8c25b0 is described below
commit 8fb8c25b000d9d5fd8f49ffea34bedcdf9f7ce45
Author: Sergey Melnychuk <[email protected]>
AuthorDate: Thu Apr 21 02:58:49 2022 +0200
Remove unnecessary env var for parquet_sql example (#2297)
---
datafusion/core/src/lib.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/datafusion/core/src/lib.rs b/datafusion/core/src/lib.rs
index e61ab74d8..a2bc7e7ea 100644
--- a/datafusion/core/src/lib.rs
+++ b/datafusion/core/src/lib.rs
@@ -190,7 +190,7 @@
//!
//! cargo run --example csv_sql
//!
-//! PARQUET_TEST_DATA=./parquet-testing/data cargo run --example parquet_sql
+//! cargo run --example parquet_sql
//!
//! cargo run --example dataframe
//!