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

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


    from 03443f5efd Core: Allow configuring metrics reporter by catalog 
properties (#6410)
     add e5846a573f  Core: View representation core implementation (#6598)

No new revisions were added by this update.

Summary of changes:
 .../apache/iceberg/view/SQLViewRepresentation.java |  16 ++-
 .../apache/iceberg/view/ViewRepresentation.java    |  17 +--
 build.gradle                                       |   1 +
 .../iceberg/view/SQLViewRepresentationParser.java  | 119 ++++++++++++++++++++
 .../iceberg/view/UnknownViewRepresentation.java    |   9 +-
 .../iceberg/view/ViewRepresentationParser.java     |  68 ++++++++++++
 .../view/TestSQLViewRepresentationParser.java      | 123 +++++++++++++++++++++
 .../iceberg/view/TestViewRepresentationParser.java |  54 +++++++++
 versions.props                                     |   1 +
 9 files changed, 388 insertions(+), 20 deletions(-)
 create mode 100644 
core/src/main/java/org/apache/iceberg/view/SQLViewRepresentationParser.java
 copy api/src/main/java/org/apache/iceberg/io/DelegatingInputStream.java => 
core/src/main/java/org/apache/iceberg/view/UnknownViewRepresentation.java (83%)
 create mode 100644 
core/src/main/java/org/apache/iceberg/view/ViewRepresentationParser.java
 create mode 100644 
core/src/test/java/org/apache/iceberg/view/TestSQLViewRepresentationParser.java
 create mode 100644 
core/src/test/java/org/apache/iceberg/view/TestViewRepresentationParser.java

Reply via email to