maropu commented on a change in pull request #26612: [SPARK-29975][SQL] introduce --CONFIG_DIM directive URL: https://github.com/apache/spark/pull/26612#discussion_r349843948
########## File path: sql/core/src/test/resources/sql-tests/inputs/group-by.sql ########## @@ -1,3 +1,8 @@ +-- Test aggregate operator with codegen on and off. +--CONFIG_DIM1 spark.sql.codegen.wholeStage=true +--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 Review comment: (Sorry to be late) In the one dimension case, `CONFIG_DIM1` is the same with `SET`? ---------------------------------------------------------------- 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]
