ZiyaZa commented on code in PR #52922:
URL: https://github.com/apache/spark/pull/52922#discussion_r2500781829
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetWriteSupport.scala:
##########
@@ -192,6 +192,10 @@ class ParquetWriteSupport extends
WriteSupport[InternalRow] with Logging {
// schema. This affects how timestamp values are written.
private def makeWriter(dataType: DataType, inShredded: Boolean): ValueWriter
= {
dataType match {
+ case NullType => // We arbitrarily choose Boolean as the physical type
for NullType/UNKNOWN
Review Comment:
Yes
--
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]