You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by lz...@apache.org on 2020/10/20 02:49:52 UTC

[iceberg] branch master updated (0311c23 -> 83cd713)

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

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


    from 0311c23  Hive: Select ObjectInspectors based on classpath (#1632)
     add 83cd713  Flink: move convertConstant method from DataIterator to RowDataUtil class (#1625)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/flink/data/RowDataUtil.java | 72 ++++++++++++++++++++++
 .../apache/iceberg/flink/source/DataIterator.java  | 43 -------------
 .../iceberg/flink/source/RowDataIterator.java      |  3 +-
 3 files changed, 74 insertions(+), 44 deletions(-)
 create mode 100644 flink/src/main/java/org/apache/iceberg/flink/data/RowDataUtil.java