HyukjinKwon commented on PR #47716: URL: https://github.com/apache/spark/pull/47716#issuecomment-2303311906
``` [info] - SPARK-49121: from_protobuf and to_protobuf SQL functions *** FAILED *** (616 milliseconds) [info] "...r-set-sbt.desc', 42)[]" did not equal "...r-set-sbt.desc', 42)[)]" Invalid fragment of a query context. Actual:SQLQueryContext(Some(3),Some(2),Some(10),Some(173),Some( [info] SELECT [info] from_protobuf(protobuf_data, 'SimpleMessageJavaTypes', '/home/runner/work/spark/spark/connector/protobuf/target/generated-test-sources/descriptor-set-sbt.desc', 42) [info] FROM ( [info] SELECT [info] to_protobuf( [info] complex_struct, 'SimpleMessageJavaTypes', '/home/runner/work/spark/spark/connector/protobuf/target/generated-test-sources/descriptor-set-sbt.desc', map() [info] ) AS protobuf_data [info] FROM protobuf_test_table [info] ) [info] ),None,None) (SparkFunSuite.scala:378) [info] Analysis: [info] "...r-set-sbt.desc', 42)[]" -> "...r-set-sbt.desc', 42)[)]" [info] org.scalatest.exceptions.TestFailedException: [info] at org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:472) [info] at org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:471) [info] at org.scalatest.Assertions$.newAssertionFailedException(Assertions.scala:1231) [info] at org.scalatest.Assertions$AssertionsHelper.macroAssert(Assertions.scala:1295) [info] at org.apache.spark.SparkFunSuite.$anonfun$checkError$4(SparkFunSuite.scala:378) [info] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1323) [info] at org.apache.spark.SparkFunSuite.checkError(SparkFunSuite.scala:366) [info] at org.apache.spark.sql.protobuf.ProtobufFunctionsSuite.$anonfun$new$151(ProtobufFunctionsSuite.scala:2196) [info] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) [info] at org.apache.spark.util.SparkErrorUtils.tryWithSafeFinally(SparkErrorUtils.scala:64) [info] at org.apache.spark.util.SparkErrorUtils.tryWithSafeFinally$(SparkErrorUtils.scala:61) ``` -- 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]
