damccorm commented on code in PR #34394: URL: https://github.com/apache/beam/pull/34394#discussion_r2037504411
########## sdks/java/io/jdbc/src/main/java/org/apache/beam/sdk/io/jdbc/JdbcSchemaIOProvider.java: ########## @@ -72,6 +72,8 @@ public Schema configurationSchema() { // readQuery .addNullableField("partitionColumn", FieldType.STRING) .addNullableField("partitions", FieldType.INT16) + .addNullableField("longLowerBound", FieldType.INT64) Review Comment: Any thoughts on these different approaches? -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org