You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/06/18 18:08:19 UTC

[GitHub] [beam] ZijieSong946 commented on a change in pull request #12027: [BEAM-9179] Refactor Beam ZetaSQL type translation code

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:
users@infra.apache.org