beliefer commented on a change in pull request #35269: URL: https://github.com/apache/spark/pull/35269#discussion_r828991185
########## File path: sql/core/src/test/resources/sql-tests/inputs/postgreSQL/int8.sql ########## @@ -6,15 +6,15 @@ -- Test int8 64-bit integers. -- https://github.com/postgres/postgres/blob/REL_12_BETA2/src/test/regress/sql/int8.sql -- -CREATE TABLE INT8_TBL(q1 bigint, q2 bigint) USING parquet; +CREATE TABLE INT8_TBL(id int, q1 bigint, q2 bigint) USING parquet; Review comment: Because cannot preserves stable order when we running SQL without sort. The id only used to give a definite order. -- 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]
