anishshri-db commented on PR #43413: URL: https://github.com/apache/spark/pull/43413#issuecomment-1769156128
@HeartSaVioR - I don't think the failure is related to my change ``` 2023-10-18T18:50:15.1625340Z [0m[[0m[0minfo[0m] [0m[0m[31m- single StructType(StructField(bytes_type,BinaryType,true)) with seed 399 *** FAILED *** (14 milliseconds)[0m[0m 2023-10-18T18:50:15.1647561Z [0m[[0m[0minfo[0m] [0m[0m[31m (Eval check with Java class name) Incorrect evaluation (codegen off): from_protobuf(to_protobuf([[B@3ac95708], org.apache.spark.sql.protobuf.protos.CatalystTypes$BytesMsg, None), org.apache.spark.sql.protobuf.protos.CatalystTypes$BytesMsg, None), actual: [null], expected: [[B@3061d6e0] (ExpressionEvalHelper.scala:254)[0m[0m 2023-10-18T18:50:15.1651529Z [0m[[0m[0minfo[0m] [0m[0m[31m org.scalatest.exceptions.TestFailedException:[0m[0m 2023-10-18T18:50:15.1654278Z [0m[[0m[0minfo[0m] [0m[0m[31m at org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:472)[0m[0m 2023-10-18T18:50:15.1658438Z [0m[[0m[0minfo[0m] [0m[0m[31m at org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:471)[0m[0m 2023-10-18T18:50:15.1661293Z [0m[[0m[0minfo[0m] [0m[0m[31m at org.scalatest.funsuite.AnyFunSuite.newAssertionFailedException(AnyFunSuite.scala:1564)[0m[0m 2023-10-18T18:50:15.1663356Z [0m[[0m[0minfo[0m] [0m[0m[31m at org.scalatest.Assertions.fail(Assertions.scala:933)[0m[0m 2023-10-18T18:50:15.1664990Z [0m[[0m[0minfo[0m] [0m[0m[31m at org.scalatest.Assertions.fail$(Assertions.scala:929)[0m[0m 2023-10-18T18:50:15.1672419Z [0m[[0m[0minfo[0m] [0m[0m[31m at org.scalatest.funsuite.AnyFunSuite.fail(AnyFunSuite.scala:1564)[0m[0m 2023-10-18T18:50:15.1680257Z [0m[[0m[0minfo[0m] [0m[0m[31m at org.apache.spark.sql.catalyst.expressions.ExpressionEvalHelper.checkEvaluationWithoutCodegen(ExpressionEvalHelper.scala:254)[0m[0m 2023-10-18T18:50:15.1689021Z [0m[[0m[0minfo[0m] [0m[0m[31m at org.apache.spark.sql.catalyst.expressions.ExpressionEvalHelper.checkEvaluationWithoutCodegen$(ExpressionEvalHelper.scala:244)[0m[0m 2023-10-18T18:50:15.1700429Z [0m[[0m[0minfo[0m] [0m[0m[31m at org.apache.spark.sql.protobuf.ProtobufCatalystDataConversionSuite.checkEvaluationWithoutCodegen(ProtobufCatalystDataConversionSuite.scala:34)[0m[0m 2023-10-18T18:50:15.1709843Z [0m[[0m[0minfo[0m] [0m[0m[31m at org.apache.spark.sql.catalyst.expressions.ExpressionEvalHelper.checkEvaluation(ExpressionEvalHelper.scala:87)[0m[0m ``` I ran the tests locally and they seem fine ``` [info] ProtobufCatalystDataConversionSuite: [info] Passed: Total 0, Failed 0, Errors 0, Passed 0 [info] No tests to run for sql / Test / testOnly [info] - single StructType(StructField(int32_type,IntegerType,true)) with seed 305 (916 milliseconds) [info] - single StructType(StructField(double_type,DoubleType,true)) with seed 710 (145 milliseconds) [info] - single StructType(StructField(float_type,FloatType,true)) with seed 900 (146 milliseconds) [info] - single StructType(StructField(bytes_type,BinaryType,true)) with seed 128 (143 milliseconds) [info] - single StructType(StructField(string_type,StringType,true)) with seed 856 (139 milliseconds) [info] - Handle unsupported input of message type (369 milliseconds) [info] - filter push-down to Protobuf deserializer (176 milliseconds) [info] - ProtobufDeserializer with binary type (3 milliseconds) [info] - Full names for message using descriptor file (2 milliseconds) [warn] 22 warnings found [info] Run completed in 4 seconds, 546 milliseconds. [info] Total number of tests run: 9 [info] Suites: completed 1, aborted 0 [info] Tests: succeeded 9, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. ``` So seems like some flakiness on this test -- 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]
