maropu commented on a change in pull request #31286: URL: https://github.com/apache/spark/pull/31286#discussion_r565776437
########## File path: sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ########## @@ -1559,6 +1559,14 @@ object SQLConf { .booleanConf .createWithDefault(false) + val ALLOW_SINGLE_TABLE_STAR_IN_COUNT = + buildConf("spark.sql.legacy.allowSingleTableStarInCount") Review comment: How about `allowSingleTableStarInCount` -> `allowStarWithTableIdentifierInCount`? ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org