You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/04/08 15:45:45 UTC

[GitHub] [incubator-iceberg] rdblue commented on a change in pull request #146: Fix binary partition values in Spark.

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org