cloud-fan commented on code in PR #53224:
URL: https://github.com/apache/spark/pull/53224#discussion_r2563067409
##########
sql/core/src/test/scala/org/apache/spark/sql/VariantSuite.scala:
##########
@@ -383,14 +386,19 @@ class VariantSuite extends QueryTest with
SharedSparkSession with ExpressionEval
)
cases.foreach { case (structDef, condition, parameters) =>
Seq(false, true).foreach { vectorizedReader =>
- withSQLConf(SQLConf.PARQUET_VECTORIZED_READER_ENABLED.key ->
vectorizedReader.toString) {
+ withSQLConf(
+ SQLConf.PARQUET_VECTORIZED_READER_ENABLED.key ->
vectorizedReader.toString,
+ // Invalid variant binary fails during shredding schema inference
Review Comment:
```suggestion
// Invalid variant binary fails during shredding schema inference.
```
--
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]