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/09/17 18:54:30 UTC

[iceberg] branch master updated (604fd28 -> 57477c3)

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 604fd28  Core: Add table property for ORC batch size (#3133)
     add 57477c3  Build: Upgrade to Gradle 7.x (#2826)

No new revisions were added by this update.

Summary of changes:
 .baseline/checkstyle/checkstyle.xml                |   3 +-
 .../VectorizedParquetDefinitionLevelReader.java    |  32 +-
 baseline.gradle                                    |  15 +-
 build.gradle                                       | 549 +++++++++++++--------
 .../java/org/apache/iceberg/BaseTableScan.java     |   4 +-
 .../java/org/apache/iceberg/BaseTransaction.java   |   1 +
 .../main/java/org/apache/iceberg/FindFiles.java    |   4 +-
 .../apache/iceberg/IncrementalDataTableScan.java   |   6 +-
 .../org/apache/iceberg/hadoop/HadoopCatalog.java   |  10 +-
 .../java/org/apache/iceberg/TestTableMetadata.java |  24 +-
 deploy.gradle                                      |   1 -
 gradle/wrapper/gradle-wrapper.properties           |  21 +-
 gradlew                                            | 290 ++++++-----
 .../java/org/apache/iceberg/hive/HiveCatalog.java  |   2 +-
 .../hive/vector/CompatibilityHiveVectorUtils.java  |   2 +-
 .../org/apache/iceberg/mr/hive/TestTables.java     |   4 +-
 .../org/apache/iceberg/spark/SparkTableUtil.java   |   8 +-
 spark3-runtime/LICENSE                             |  61 +++
 versions.props                                     |   1 +
 19 files changed, 644 insertions(+), 394 deletions(-)