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 2021/01/22 01:24:22 UTC

[iceberg] branch master updated (ae96c32 -> 760a20b)

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/iceberg.git.


    from ae96c32  API: Fix date and timestamp transforms (#1981)
     add 760a20b  Core: Remove non-test uses of commons-lang3 (#2102)

No new revisions were added by this update.

Summary of changes:
 LICENSE                                            |  10 +
 build.gradle                                       |   2 -
 .../java/org/apache/iceberg/util/ArrayUtil.java    | 244 +++++++++++++++++++++
 .../apache/iceberg/util}/SerializationUtil.java    |   6 +-
 flink-runtime/LICENSE                              |  10 +
 .../iceberg/flink/data/FlinkParquetReaders.java    |  16 +-
 hive-runtime/LICENSE                               |   9 +
 .../org/apache/iceberg/mr/InputFormatConfig.java   |   1 +
 .../iceberg/mr/hive/HiveIcebergInputFormat.java    |   2 +-
 .../apache/iceberg/mr/hive/HiveIcebergSplit.java   |   2 +-
 .../iceberg/mr/hive/HiveIcebergStorageHandler.java |   2 +-
 .../iceberg/mr/mapreduce/IcebergInputFormat.java   |   2 +-
 .../apache/iceberg/mr/mapreduce/IcebergSplit.java  |   2 +-
 .../apache/iceberg/pig/IcebergPigInputFormat.java  |  10 +-
 spark-runtime/LICENSE                              |   9 +
 spark3-runtime/LICENSE                             |  10 +
 .../java/org/apache/iceberg/spark/Spark3Util.java  |   4 +-
 versions.props                                     |   1 -
 18 files changed, 316 insertions(+), 26 deletions(-)
 rename {mr/src/main/java/org/apache/iceberg/mr => core/src/main/java/org/apache/iceberg/util}/SerializationUtil.java (93%)