RussellSpitzer commented on a change in pull request #2877:
URL: https://github.com/apache/iceberg/pull/2877#discussion_r677621959
##########
File path:
spark/src/main/java/org/apache/iceberg/spark/source/RowDataReader.java
##########
@@ -194,20 +195,32 @@ protected Schema tableSchema() {
}
private static UnsafeProjection projection(Schema finalSchema, Schema
readSchema) {
- StructType struct = SparkSchemaUtil.convert(readSchema);
+ StructType readStruct = SparkSchemaUtil.convert(readSchema);
Review comment:
Renamed these variables because too many things were called "struct, or
ref" and I was getting confused which was which
--
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]