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
Another attempt to fix timestamp logical type. (#35426)
* Another fix for jdbc timestamp logical type.
- Used schema registry directly if it exists.
- Fixed a bug on schema registry.
- Triggered post commit tests for jdbcio.
- Fixed failed tests and trigger dataflow test on xlang.
- Fix schema test by adding field description in named_fields_to_schema
* Apply yapf.
* Revert "Fix post commit xlang jdbcio test failure (#35428)"
This reverts commit 6ac5009.
* Enforce MilliInstant as the logical type for Timestamp in ReadFromJDBC.
* Fix a failed test on DECIMAL field.
0 commit comments