huaxingao commented on code in PR #37554:
URL: https://github.com/apache/spark/pull/37554#discussion_r948127579


##########
sql/core/src/test/resources/tpcds/q32.sql:
##########
@@ -1,4 +1,4 @@
-SELECT 1 AS `excess discount amount `
+SELECT sum(cs_ext_discount_amt) AS `excess discount amount `

Review Comment:
   The change looks good, but do we need the empty space after `amount`?



-- 
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]

Reply via email to