xkrogen commented on a change in pull request #31490:
URL: https://github.com/apache/spark/pull/31490#discussion_r656371622
##########
File path:
external/avro/src/main/scala/org/apache/spark/sql/avro/AvroOptions.scala
##########
@@ -67,6 +67,13 @@ private[sql] class AvroOptions(
})
}
+ /**
+ * Iff true, perform Catalyst-to-Avro schema matching based on field
position instead of field
Review comment:
Iff is intentional here. [It means "if and only
if"](https://en.wikipedia.org/wiki/If_and_only_if) and is [pretty widely used
in the Spark
codebase](https://github.com/apache/spark/search?q=repo%3Aapache%2Fspark+iff).
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]