-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Large columns #643
base: master
Are you sure you want to change the base?
Large columns #643
Commits on Nov 10, 2022
-
Fix OrcUtil bug where convertStruct() returns an Array instead of an …
…OrcStruct. Added support to create DATE, TIMESTAMP and INT values from KafkaConnect Date, Timestamp and Time respectively.
Configuration menu - View commit details
-
Copy full SHA for 30ac707 - Browse repository at this point
Copy the full SHA 30ac707View commit details
Commits on Nov 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d091270 - Browse repository at this point
Copy the full SHA d091270View commit details
Commits on Nov 12, 2022
-
Fix bug in OrcUtil.convertStruct where the outer TypeInfo is passed t…
…hrough, not the field TypeInfo. Update comments. Fix related Test. Fix codestyle warnings.
Configuration menu - View commit details
-
Copy full SHA for b7e5ce4 - Browse repository at this point
Copy the full SHA b7e5ce4View commit details
Commits on Nov 30, 2022
-
Initial JDBC large-column support. Query back into the DB for columns…
… too large for Kafka.
Configuration menu - View commit details
-
Copy full SHA for b85fe16 - Browse repository at this point
Copy the full SHA b85fe16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 947b463 - Browse repository at this point
Copy the full SHA 947b463View commit details
Commits on Dec 1, 2022
-
Add support for Connection reconnect-and-retry. Refactor to fit Confl…
…uent code format requirements. Simplify SQL Metadata caching.
Configuration menu - View commit details
-
Copy full SHA for 347f233 - Browse repository at this point
Copy the full SHA 347f233View commit details
Commits on Dec 7, 2022
-
Cache LOB Hashes in memory (LRU). Restructure code to be less complex…
… and also less flexible.
Configuration menu - View commit details
-
Copy full SHA for ef10ed4 - Browse repository at this point
Copy the full SHA ef10ed4View commit details
Commits on Dec 8, 2022
-
Make retries configurable. Move Retry logic into the retrySpec class.…
… Move Record transformation into a separate class.
Configuration menu - View commit details
-
Copy full SHA for 62b89bb - Browse repository at this point
Copy the full SHA 62b89bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6958cf3 - Browse repository at this point
Copy the full SHA 6958cf3View commit details -
Refactor some code to be less coupled. Clean up some logging and add …
…some useful TODOs and other comments.
Configuration menu - View commit details
-
Copy full SHA for 351fc49 - Browse repository at this point
Copy the full SHA 351fc49View commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fd5f059 - Browse repository at this point
Copy the full SHA fd5f059View commit details
Commits on Dec 12, 2022
-
Minor refactor so JdbcTableInfo is less coupled to Record structure. …
…Update several comments and TODOs
Configuration menu - View commit details
-
Copy full SHA for f5d852f - Browse repository at this point
Copy the full SHA f5d852fView commit details
Commits on Dec 13, 2022
-
Use Hikari for DB Connection pooling and management. Remove custom DB…
… management code.
Configuration menu - View commit details
-
Copy full SHA for bcb848a - Browse repository at this point
Copy the full SHA bcb848aView commit details
Commits on Dec 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2a55a16 - Browse repository at this point
Copy the full SHA 2a55a16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3816732 - Browse repository at this point
Copy the full SHA 3816732View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a1f8ca - Browse repository at this point
Copy the full SHA 7a1f8caView commit details
Commits on Dec 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3c59661 - Browse repository at this point
Copy the full SHA 3c59661View commit details -
Make table+column configuration be in line with the source connector …
…config structure.
Configuration menu - View commit details
-
Copy full SHA for 9011272 - Browse repository at this point
Copy the full SHA 9011272View commit details
Commits on Dec 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b6f2b56 - Browse repository at this point
Copy the full SHA b6f2b56View commit details
Commits on Dec 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c1e8a19 - Browse repository at this point
Copy the full SHA c1e8a19View commit details
Commits on Dec 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0b0ff35 - Browse repository at this point
Copy the full SHA 0b0ff35View commit details
Commits on Dec 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3e15048 - Browse repository at this point
Copy the full SHA 3e15048View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41e9996 - Browse repository at this point
Copy the full SHA 41e9996View commit details
Commits on Dec 30, 2022
-
Correctly handle null value from transformed record. Add VARCHAR type…
…s to KafkaConnect Schema generator.
Configuration menu - View commit details
-
Copy full SHA for 1e3eece - Browse repository at this point
Copy the full SHA 1e3eeceView commit details
Commits on Jan 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dbb1864 - Browse repository at this point
Copy the full SHA dbb1864View commit details -
Configuration menu - View commit details
-
Copy full SHA for 972200b - Browse repository at this point
Copy the full SHA 972200bView commit details
Commits on Jan 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bf12a16 - Browse repository at this point
Copy the full SHA bf12a16View commit details