alamb commented on code in PR #12277:
URL: https://github.com/apache/datafusion/pull/12277#discussion_r1740817386


##########
datafusion/sqllogictest/test_files/parquet.slt:
##########
@@ -251,25 +251,21 @@ SELECT COUNT(*) FROM timestamp_with_tz;
 ----
 131072
 
-# Perform the query:
-query IPT
-SELECT
-  count,
-  LAG(timestamp, 1) OVER (ORDER BY timestamp),
-  arrow_typeof(LAG(timestamp, 1) OVER (ORDER BY timestamp))
-FROM timestamp_with_tz
-LIMIT 10;
+# Perform the query asserting that output timestamp columns will contain TZ
+# and output record count will match input file record count

Review Comment:
   ```suggestion
   # Ensure that output timestamp columns preserve the timezone from the input
   # and output record count will match input file record count
   ```



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to