anishshri-db commented on code in PR #53828:
URL: https://github.com/apache/spark/pull/53828#discussion_r2835519779


##########
connector/protobuf/src/test/scala/org/apache/spark/sql/protobuf/ProtobufFunctionsSuite.scala:
##########
@@ -2279,4 +2308,503 @@ class ProtobufFunctionsSuite extends QueryTest with 
SharedSparkSession with Prot
     assert(expectedDf.schema === fromProtoDf.schema)
     checkAnswer(fromProtoDf, expectedDf)
   }
+
+  test("SPARK-55062: roundtrip - proto2 extension basic types") {

Review Comment:
   Can we move these tests to a new suite entirely ?



-- 
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]

Reply via email to