cloud-fan commented on a change in pull request #33888:
URL: https://github.com/apache/spark/pull/33888#discussion_r701640693
##########
File path: sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
##########
@@ -4223,6 +4223,55 @@ class SQLQuerySuite extends QueryTest with
SharedSparkSession with AdaptiveSpark
checkAnswer(sql("""SELECT from_json(r'{"a": "\\"}', 'a string')"""),
Row(Row("\\")))
checkAnswer(sql("""SELECT from_json(R'{"a": "\\"}', 'a string')"""),
Row(Row("\\")))
}
+
+ test("SPARK-36634: Support access and read parquet file by column index") {
Review comment:
can we move the test to `ParquetQuerySuite`? then we can use
`withAllParquetReaders` to test all the parquet readers.
--
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]