aromanenko-dev commented on a change in pull request #14585:
URL: https://github.com/apache/beam/pull/14585#discussion_r617509432



##########
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:
       These syntax fixes are based on Flink TPC-DS queries because Flink SQL 
is based on Apache Calcite.




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


Reply via email to