dongjoon-hyun commented on code in PR #49118:
URL: https://github.com/apache/spark/pull/49118#discussion_r1880713572


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/SparkShreddingUtils.scala:
##########
@@ -61,8 +61,11 @@ case object SparkShreddingUtils {
           StructField(TypedValueFieldName, arrayShreddingSchema, nullable = 
true)
         )
       case StructType(fields) =>
+        // The field name level is always non-nullable: Variant null values 
are represented in the
+        // "value" columna as "00", and missing values are represented by 
setting both "value" and

Review Comment:
   `columna` -> `column`?



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