You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at the moment, readWithPartition is limited to the data types of Long, DateTime. It would be great for users to be able to provide their own JdbcReadWithPartitionsHelper (the interface exists) to allow them to partition on other key types (eg strings).
I'm happy to add it to the java sdk, no idea if the problem exists on other sdks?
Issue Priority
Priority: 3 (nice-to-have improvement)
Issue Components
Component: Python SDK
Component: Java SDK
Component: Go SDK
Component: Typescript SDK
Component: IO connector
Component: Beam examples
Component: Beam playground
Component: Beam katas
Component: Website
Component: Spark Runner
Component: Flink Runner
Component: Samza Runner
Component: Twister2 Runner
Component: Hazelcast Jet Runner
Component: Google Cloud Dataflow Runner
The text was updated successfully, but these errors were encountered:
Thanks! This is a nice feature to have. For other SDK (Python) because it is configured by schema, so user cannot pass an object (like Python function) to config ReadFromJdbc
What would you like to happen?
at the moment, readWithPartition is limited to the data types of Long, DateTime. It would be great for users to be able to provide their own JdbcReadWithPartitionsHelper (the interface exists) to allow them to partition on other key types (eg strings).
I'm happy to add it to the java sdk, no idea if the problem exists on other sdks?
Issue Priority
Priority: 3 (nice-to-have improvement)
Issue Components
The text was updated successfully, but these errors were encountered: