hello-stephen commented on PR #65885: URL: https://github.com/apache/doris/pull/65885#issuecomment-5067265036
[attempt-2-parquet-time-dual-scanner] Attempt 1 (`c8e08c70c87a7947e79de52f180bb4fad32ad5a9`) was terminally disproved by External build 1004233: - `test_hdfs_parquet_group5`: expected V1 `The column type of 'timestamp' is not supported`, actual current V2 `Unsupported parquet column 'timestamp': Parquet TIME with isAdjustedToUTC=true is not supported` - `test_hdfs_parquet_group6`: expected V1 `The column type of 'time_millis' is not supported`, actual current V2 `Unsupported parquet column 'time_millis': Parquet TIME with isAdjustedToUTC=true is not supported` The new head `fd4fc791300` accepts only the exact V1 or V2 unsupported-TIME signatures for the relevant column; it does not accept arbitrary exceptions. Static gates passed: - `git diff --check` - Groovy 4.0.19 compilation of both suites - suite discover/load for `test_hdfs_parquet_group5` and `test_hdfs_parquet_group6` - positive checks for all four valid V1/V2 messages and a negative check rejecting `connection refused` This is attempt 2. Fresh Compile and External runtime proof for this head are still required; a green check from the superseded head must not be reused. -- 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]
