viirya commented on PR #47843: URL: https://github.com/apache/spark/pull/47843#issuecomment-2306339347
Hmm, any idea about test failure on ``` [info] - SPARK-49121: from_protobuf and to_protobuf SQL functions *** FAILED *** (609 milliseconds) [info] 157 did not equal 153 Invalid stopIndex of a query context. Actual:SQLQueryContext(Some(3),Some(2),Some(10),Some(157),Some( [info] SELECT [info] to_protobuf(complex_struct, 42, '/home/runner/work/spark-1/spark-1/connector/protobuf/target/generated-test-sources/descriptor-set-sbt.desc', map()) [info] FROM protobuf_test_table [info] ),None,None) (SparkFunSuite.scala:376) ``` I ran it locally and didn't see the error. I also don't think this change affects that test which doesn't include any insert into command or V2 write command. -- 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]
