apilloud commented on a change in pull request #15457:
URL: https://github.com/apache/beam/pull/15457#discussion_r702213947
##########
File path:
sdks/java/extensions/sql/src/test/java/org/apache/beam/sdk/extensions/sql/PubsubToBigqueryIT.java
##########
@@ -57,7 +57,7 @@ public void testSimpleInsert() throws Exception {
+ "event_timestamp TIMESTAMP, \n"
+ "attributes MAP<VARCHAR, VARCHAR>, \n"
+ "payload ROW< \n"
- + " id INTEGER, \n"
Review comment:
Note: Most of the type bugs here are around implicit casts between
`INTEGER` and `BIGINT` that seem to not quite work right anymore.
--
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]