You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sql/hive-thriftserver/src/test/scala/org/apache/spark/sql/hive/thriftserver/ThriftServerQueryTestSuite.scala
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,7 @@ class ThriftServerQueryTestSuite extends SQLQueryTestSuite {
99
99
"postgreSQL/int4.sql",
100
100
"postgreSQL/int8.sql",
101
101
"postgreSQL/float8.sql",
102
+
"pgSQL/window_part1.sql",
102
103
// SPARK-28885 String value is not allowed to be stored as date/timestamp type with
0 commit comments