iemejia commented on a change in pull request #14585:
URL: https://github.com/apache/beam/pull/14585#discussion_r617303610
##########
File path: sdks/java/testing/tpcds/src/main/resources/queries/query1.sql
##########
@@ -17,7 +17,7 @@
with customer_total_return as
(select sr_customer_sk as ctr_customer_sk
,sr_store_sk as ctr_store_sk
-,sum(SR_FEE) as ctr_total_return
Review comment:
Are these syntax fixes based on some specific SQL dialect from the
TPC-DS generation tool or do they come from another more 'Calcite' friendly
dialect?
--
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]