You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by st...@apache.org on 2023/04/11 15:45:42 UTC

[iceberg] branch master updated (0123862618 -> cd56cee2f8)

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

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


    from 0123862618 Arrow: Support vectorized read of INT96 timestamp in imported data (#6962)
     add cd56cee2f8 Flink: Expose write-parallelism in SQL Hints (#7039)

No new revisions were added by this update.

Summary of changes:
 docs/flink-configuration.md                        |  1 +
 .../org/apache/iceberg/flink/FlinkWriteConf.java   |  4 +++
 .../apache/iceberg/flink/FlinkWriteOptions.java    |  3 ++
 .../org/apache/iceberg/flink/sink/FlinkSink.java   |  9 +++--
 .../apache/iceberg/flink/TestFlinkTableSink.java   | 40 ++++++++++++++++++++++
 5 files changed, 54 insertions(+), 3 deletions(-)