xylaaaaa opened a new pull request, #61073: URL: https://github.com/apache/doris/pull/61073
## Summary - slim down `test_hive_compress_type` in `external_table_p0` by removing heavy `test_compress_partitioned` scans - add new `test_hive_compress_type_large_data` in `external_table_p2` to cover the moved large-data checks ## Why - reduce externregression p0 runtime for this case - keep heavy-data/file-split behavior validation in p2 instead of dropping coverage ## Details - p0 keeps lightweight parquet LZ4/LZO compression query checks - p2 keeps large-table checks with `file_split_size=0` and `file_split_size=8388608` and validates row counts/scan split expectations ## Test - not run locally; CI pipeline validation expected -- 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]
