forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changefeedccl/cdctest: fixes fingerprint validator to work with all d…
…ata types Previously, fingerprint validator parses json message and passes the parsed data into argument $1 for UPSERT, INSERT. This usually works, but gojson.Unmarshal does not work well with all data types. This patch changes fingerprint validator to parse the data by referring to the table info for their column types and parses it using datums. Resolves: cockroachdb#134159 Release note: none
- Loading branch information
Showing
6 changed files
with
163 additions
and
61 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
Oops, something went wrong.