diff --git a/datafusion/sqllogictest/test_files/parquet.slt b/datafusion/sqllogictest/test_files/parquet.slt index a7ca0384d3f4..34d4ed6ff284 100644 --- a/datafusion/sqllogictest/test_files/parquet.slt +++ b/datafusion/sqllogictest/test_files/parquet.slt @@ -251,27 +251,25 @@ SELECT COUNT(*) FROM timestamp_with_tz; ---- 131072 -# FIXME(#TODO) fails with feature `force_hash_collisions` -# https://github.com/apache/datafusion/issues/11660 # 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; -# ---- -# 0 NULL Timestamp(Millisecond, Some("UTC")) -# 0 2014-08-27T14:00:00Z Timestamp(Millisecond, Some("UTC")) -# 0 2014-08-27T14:00:00Z Timestamp(Millisecond, Some("UTC")) -# 4 2014-08-27T14:00:00Z Timestamp(Millisecond, Some("UTC")) -# 0 2014-08-27T14:00:00Z Timestamp(Millisecond, Some("UTC")) -# 0 2014-08-27T14:00:00Z Timestamp(Millisecond, Some("UTC")) -# 0 2014-08-27T14:00:00Z Timestamp(Millisecond, Some("UTC")) -# 14 2014-08-27T14:00:00Z Timestamp(Millisecond, Some("UTC")) -# 0 2014-08-27T14:00:00Z Timestamp(Millisecond, Some("UTC")) -# 0 2014-08-27T14:00:00Z Timestamp(Millisecond, Some("UTC")) +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; +---- +0 NULL Timestamp(Millisecond, Some("UTC")) +0 2014-08-27T14:00:00Z Timestamp(Millisecond, Some("UTC")) +0 2014-08-27T14:00:00Z Timestamp(Millisecond, Some("UTC")) +4 2014-08-27T14:00:00Z Timestamp(Millisecond, Some("UTC")) +0 2014-08-27T14:00:00Z Timestamp(Millisecond, Some("UTC")) +0 2014-08-27T14:00:00Z Timestamp(Millisecond, Some("UTC")) +0 2014-08-27T14:00:00Z Timestamp(Millisecond, Some("UTC")) +14 2014-08-27T14:00:00Z Timestamp(Millisecond, Some("UTC")) +0 2014-08-27T14:00:00Z Timestamp(Millisecond, Some("UTC")) +0 2014-08-27T14:00:00Z Timestamp(Millisecond, Some("UTC")) # Test config listing_table_ignore_subdirectory: