Gabriel39 commented on PR #68027: URL: https://github.com/apache/doris/pull/68027#issuecomment-5692082355
Fixed the external regression failure in 630c1e7714. The CSV fixture set table-level `line.delim` before INSERT. Hive's text output format uses that property when writing record terminators, so the test generated pipe-delimited records while expecting newline-delimited input. The suite now sets the property only after writing the files and checks that Hive CSV reads still match the source rows before checking Doris. Validation: a local probe using Hive 3.1.3's actual text output format reproduced `first|second|` with the old order and newline-separated records with the corrected order. Groovy suite compilation and `git diff --check` passed. The corrected end-to-end suite still needs the external CI rerun. No production code changes were needed for this fixture failure. -- 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]
