dongjoon-hyun edited a comment on issue #25480: [SPARK-28763][SQL][TEST] Flaky Tests: SparkThriftServerProtocolVersionsSuite.HIVE_CLI_SERVICE_PROTOCOL_V1 get binary type URL: https://github.com/apache/spark/pull/25480#issuecomment-522216331 @wangyum . In the same test log, there are 8 protocols and `V6/V7/V8` passed with `assert(rs.getString(1) === UTF8String.fromBytes(NumberConverter.toBinary(49960)).toString)`. For all 8 protocol, the assertion shares the same environment for `V1~V8`. So, the assertion looks correct to me. ``` [info] - HIVE_CLI_SERVICE_PROTOCOL_V1 get binary type *** FAILED *** (486 milliseconds) [info] - HIVE_CLI_SERVICE_PROTOCOL_V2 get binary type *** FAILED *** (345 milliseconds) [info] - HIVE_CLI_SERVICE_PROTOCOL_V3 get binary type *** FAILED *** (361 milliseconds) [info] - HIVE_CLI_SERVICE_PROTOCOL_V4 get binary type *** FAILED *** (304 milliseconds) [info] - HIVE_CLI_SERVICE_PROTOCOL_V5 get binary type *** FAILED *** (360 milliseconds) [info] - HIVE_CLI_SERVICE_PROTOCOL_V6 get binary type (521 milliseconds) [info] - HIVE_CLI_SERVICE_PROTOCOL_V7 get binary type (588 milliseconds) [info] - HIVE_CLI_SERVICE_PROTOCOL_V8 get binary type (565 milliseconds) ```
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
