JNSimba opened a new pull request, #63404:
URL: https://github.com/apache/doris/pull/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.
No production code changes — this PR is regression-only.
## Test plan
- [ ] `test_streaming_mysql_job_enum_set`
- [ ] `test_streaming_mysql_job_integer_boundary`
- [ ] `test_streaming_mysql_job_json_types`
- [ ] `test_streaming_mysql_job_partition`
- [ ] `test_streaming_mysql_job_charset_and_strings`
- [ ] `test_streaming_postgres_job`
- [ ] `test_streaming_postgres_job_array_boundary`
- [ ] `test_streaming_postgres_job_jsonb_types`
- [ ] `test_streaming_postgres_job_time_types`
- [ ] `test_streaming_postgres_job_uuid`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]