You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by he...@apache.org on 2022/02/19 04:03:23 UTC

[incubator-inlong] branch master updated (e83b631 -> 5a80296)

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

healchow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git.


    from e83b631  [INLONG-2593] Use a unified version of logback (#2594)
     add 5a80296  [INLONG-1520][Manager] Support Iceberg dataflow (#2583)

No new revisions were added by this update.

Summary of changes:
 .../inlong/manager/common/enums/BizConstant.java   |  2 +
 .../IcebergStorageDTO.java}                        | 32 +++++-------
 .../IcebergStorageListResponse.java}               | 19 +++----
 .../IcebergStorageRequest.java}                    | 21 +++-----
 .../IcebergStorageResponse.java}                   | 21 +++-----
 .../IcebergStorageOperation.java}                  | 59 ++++++++++------------
 ...iceTest.java => IcebergStorageServiceTest.java} | 30 +++++------
 7 files changed, 75 insertions(+), 109 deletions(-)
 copy inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/datastorage/{kafka/KafkaStorageDTO.java => iceberg/IcebergStorageDTO.java} (68%)
 copy inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/datastorage/{kafka/KafkaStorageListResponse.java => iceberg/IcebergStorageListResponse.java} (69%)
 copy inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/datastorage/{kafka/KafkaStorageRequest.java => iceberg/IcebergStorageRequest.java} (70%)
 copy inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/pojo/datastorage/{kafka/KafkaStorageResponse.java => iceberg/IcebergStorageResponse.java} (69%)
 copy inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/storage/{hive/HiveStorageOperation.java => iceberg/IcebergStorageOperation.java} (81%)
 copy inlong-manager/manager-web/src/test/java/org/apache/inlong/manager/service/core/{StorageServiceTest.java => IcebergStorageServiceTest.java} (74%)