You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/07 21:10:01 UTC

[GitHub] [arrow-datafusion] alamb commented on a diff in pull request #3761: Run more datafusion-examples in CI tests

alamb commented on code in PR #3761:
URL: https://github.com/apache/arrow-datafusion/pull/3761#discussion_r990500281


##########
datafusion-examples/examples/parquet_sql_multiple_files.rs:
##########
@@ -57,9 +57,9 @@ async fn main() -> Result<()> {
     // execute the query
     let df = ctx
         .sql(
-            "SELECT int_col, double_col, CAST(date_string_col as VARCHAR) \
-        FROM alltypes_plain \
-        WHERE id > 1 AND tinyint_col < double_col",
+            "SELECT * \
+        FROM my_table \

Review Comment:
   The table was called "my_table" but the query referred to something else 😆 



-- 
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-unsubscribe@arrow.apache.org

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