eldenmoon opened a new pull request, #64822:
URL: https://github.com/apache/doris/pull/64822
## Summary
- master also reproduces DORIS-26632 as a stale regression expected-output
issue, not a Doris code bug.
- Keep the direct non-CSV `s3()` smoke query scalar-only (`k1`), because
nested complex values are already validated after loading the same data into
Doris tables.
- Regenerate the expected outputs for the two-level and three-level nested
type S3 regression suites.
## Reproduction
- Red reproduction on latest `upstream/master`
(`6d4b87692b816dba30781825cc1147ce1d5efb5b`) with a Release build.
- `two_level_nestedtypes_with_s3data.groovy` failed at `select_arr`:
expected `\\N`, actual `-1395363751`.
- Log:
`output/regression-test/log/doris-regression-test.20260625.122910.log`
- `three_level_nestedtypes_with_s3data.groovy` failed at `select_arr`:
expected `\\N`, actual `-1348951901`.
- Log:
`output/regression-test/log/doris-regression-test.20260625.123152.log`
- The runs used the public S3/OSS regression data path with empty AK/SK and
reached result comparison, so this was not an S3 auth/setup failure.
## Test
- `BUILD_TYPE=Release bash build.sh --be --fe`
- Executed Doris clang-format wrapper with clang-format-16 before PR; no
C/C++ source files are changed in this PR.
- `git diff --check`
- `./run-regression-test.sh --conf
regression-test/conf/regression-conf.master-public-s3.groovy --run -f
regression-test/suites/datatype_p2/complex_types/two_level_nestedtypes_with_s3data.groovy
-forceGenOut`
- Log:
`output/regression-test/log/doris-regression-test.20260625.125347.log`
- `./run-regression-test.sh --conf
regression-test/conf/regression-conf.master-public-s3.groovy --run -f
regression-test/suites/datatype_p2/complex_types/three_level_nestedtypes_with_s3data.groovy
-forceGenOut`
- Log:
`output/regression-test/log/doris-regression-test.20260625.125651.log`
- `./run-regression-test.sh --conf
regression-test/conf/regression-conf.master-public-s3.groovy --run -f
regression-test/suites/datatype_p2/complex_types/two_level_nestedtypes_with_s3data.groovy
-times 2`
- Log:
`output/regression-test/log/doris-regression-test.20260625.130026.log`
- `./run-regression-test.sh --conf
regression-test/conf/regression-conf.master-public-s3.groovy --run -f
regression-test/suites/datatype_p2/complex_types/three_level_nestedtypes_with_s3data.groovy
-times 2`
- Log:
`output/regression-test/log/doris-regression-test.20260625.130312.log`
--
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]