branch-4.1: [test](streaming-job) refine cdc data-type and boundary regression cases for mysql/pg #63404#63668
Closed
github-actions[bot] wants to merge 1 commit into
Closed
branch-4.1: [test](streaming-job) refine cdc data-type and boundary regression cases for mysql/pg #63404#63668github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
…ses for mysql/pg (#63404) ## Summary - Update predicted `.out` values for cdc data-type / boundary regression cases (mysql `enum_set`, `integer_boundary`, `json_types`; pg `array_boundary`, `jsonb_types`, `time_types`, `uuid`) so expected output matches the actual cdc-streamed values. - Tune a few `.groovy` cases: - `pg_array_boundary`: narrow the `multi_dim` column to 1D data; remove the `array<text>` element with embedded `"` whose comparison is non-deterministic. - `pg_streaming_postgres_job`: drop the inline LIKE-wildcard "decoy table" coverage (will return in a dedicated case once the underlying FE handling is addressed separately). - `mysql_enum_set` / `mysql_integer_boundary` / `mysql_json_types` / `mysql_partition`: minor data adjustments to keep the suite stable. - Add a pre-generated `.out` for `test_streaming_mysql_job_charset_and_strings` whose groovy already exists.
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Contributor
|
run buildall |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-picked from #63404