beliefer commented on a change in pull request #27439: [SPARK-29108][SQL][TESTS][FOLLOWUP] Add insert sql to window.sql (Part 2) URL: https://github.com/apache/spark/pull/27439#discussion_r375044935
########## File path: sql/core/src/test/resources/sql-tests/inputs/postgreSQL/window_part2.sql ########## @@ -8,12 +8,24 @@ --CONFIG_DIM1 spark.sql.codegen.wholeStage=false,spark.sql.codegen.factoryMode=CODEGEN_ONLY --CONFIG_DIM1 spark.sql.codegen.wholeStage=false,spark.sql.codegen.factoryMode=NO_CODEGEN -CREATE TABLE empsalary ( - depname string, - empno integer, - salary int, - enroll_date date -) USING parquet; +-- CREATE TABLE empsalary ( +-- depname string, +-- empno integer, +-- salary int, +-- enroll_date date +--- ) USING parquet; Review comment: Uh, I'm not notice it. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
