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/12/09 18:25:38 UTC

[incubator-iceberg] branch master updated (aad9f09 -> 6048e5a)

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 aad9f09  Remove some of the unused variables (#676)
     add 6048e5a  Use broadcast variables in IcebergSource (#569)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/hadoop/HadoopFileIO.java    | 13 +++++-
 .../apache/iceberg/util/SerializableSupplier.java  | 10 ++---
 .../apache/iceberg/spark/source/IcebergSource.java | 42 +++++++++++++++++--
 .../org/apache/iceberg/spark/source/Reader.java    | 30 +++++++-------
 .../iceberg/spark/source/StreamingWriter.java      | 10 +++--
 .../org/apache/iceberg/spark/source/Writer.java    | 47 ++++++++++++----------
 6 files changed, 102 insertions(+), 50 deletions(-)
 copy api/src/main/java/org/apache/iceberg/Accessor.java => core/src/main/java/org/apache/iceberg/util/SerializableSupplier.java (83%)