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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to