You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2019/09/30 23:03:15 UTC

[incubator-iceberg] branch master updated (f4a2f40 -> 770f843)

This is an automated email from the ASF dual-hosted git repository.

blue pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iceberg.git.


    from f4a2f40  Update Apache Spark dependency to 2.4.4 (#489)
     add 770f843  Support date format in Conversions.fromPartitionString (#506)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/types/Conversions.java |  3 +
 .../apache/iceberg/TestTimestampPartitions.java    | 67 ++++++++++++++++++++++
 2 files changed, 70 insertions(+)
 create mode 100644 core/src/test/java/org/apache/iceberg/TestTimestampPartitions.java