-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[clickhouse] misc type fixes (#2181)
1. bytes was inserted raw during initial load and base64 encoded in CDC, synchronize to base64 2. timestamp types were inserted with precision 3 in CDC as opposed to 6 in initial load, synchronized to 6 3. Time and TimeTZ are inserted as `DateTime(6)` 4. Fix handling of `ArrayDate` `ArrayTimestamp` and `ArrayTimestampTZ`
- Loading branch information
1 parent
2c9fb2e
commit 44f0031
Showing
3 changed files
with
76 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters