rdblue commented on a change in pull request #146: Fix binary partition values
in Spark.
URL: https://github.com/apache/incubator-iceberg/pull/146#discussion_r273115264
##########
File path:
spark/src/test/java/org/apache/iceberg/spark/source/TestPartitionValues.java
##########
@@ -53,11 +62,28 @@
};
}
- private static final Schema SCHEMA = new Schema(
+ protected static final Schema SUPPORTED_PRIMITIVES = new Schema(
Review comment:
I copied this from an abstract test class. I'll fix it.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]