ZijieSong946 commented on a change in pull request #12027:
URL: https://github.com/apache/beam/pull/12027#discussion_r442410504



##########
File path: 
sdks/java/extensions/sql/zetasql/src/test/java/org/apache/beam/sdk/extensions/sql/zetasql/ZetaSQLPushDownTest.java
##########
@@ -195,7 +195,8 @@ private static void 
initializeCalciteEnvironmentWithContext(Context... extraCont
   private static void initializeBeamTableProvider() {
     Table projectTable = getTable("InMemoryTableProject", 
PushDownOptions.PROJECT);
     Table bothTable = getTable("InMemoryTableBoth", PushDownOptions.BOTH);
-    Row[] rows = {row(BASIC_SCHEMA, 100, 1, "one", 100), row(BASIC_SCHEMA, 
200, 2, "two", 200)};
+    Row[] rows = {row(BASIC_SCHEMA, (long) 100, (long) 1, "one", (long) 100),

Review comment:
       Done. Thanks for pointing out.




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