wang-x-xia commented on PR #5060: URL: https://github.com/apache/iceberg/pull/5060#issuecomment-1169651220
Module dependency: ``` :iceberg-core :iceberg-common :iceberg-bundled-guava ``` Full dependencies tree: ``` runtimeClasspath - Runtime classpath of source set 'main'. +--- org.slf4j:slf4j-api -> 1.7.30 +--- com.github.stephenc.findbugs:findbugs-annotations -> 1.3.9-1 +--- project :iceberg-core | +--- project :iceberg-api | | +--- org.slf4j:slf4j-api -> 1.7.30 | | +--- com.github.stephenc.findbugs:findbugs-annotations -> 1.3.9-1 | | \--- project :iceberg-bundled-guava | +--- org.slf4j:slf4j-api -> 1.7.30 | +--- com.github.stephenc.findbugs:findbugs-annotations -> 1.3.9-1 | +--- project :iceberg-common | | +--- org.slf4j:slf4j-api -> 1.7.30 | | +--- com.github.stephenc.findbugs:findbugs-annotations -> 1.3.9-1 | | \--- project :iceberg-bundled-guava | +--- project :iceberg-bundled-guava | +--- org.apache.avro:avro -> 1.10.1 | | +--- com.fasterxml.jackson.core:jackson-core:2.11.3 -> 2.11.4 | | +--- com.fasterxml.jackson.core:jackson-databind:2.11.3 -> 2.11.4 | | | +--- com.fasterxml.jackson.core:jackson-annotations:2.11.4 | | | \--- com.fasterxml.jackson.core:jackson-core:2.11.4 | | +--- org.apache.commons:commons-compress:1.20 | | \--- org.slf4j:slf4j-api:1.7.30 | +--- org.apache.httpcomponents.client5:httpclient5 -> 5.1 | | +--- org.apache.httpcomponents.core5:httpcore5:5.1.1 | | +--- org.apache.httpcomponents.core5:httpcore5-h2:5.1.1 | | | \--- org.apache.httpcomponents.core5:httpcore5:5.1.1 | | +--- org.slf4j:slf4j-api:1.7.25 -> 1.7.30 | | \--- commons-codec:commons-codec:1.15 | +--- com.fasterxml.jackson.core:jackson-databind -> 2.11.4 (*) | +--- com.fasterxml.jackson.core:jackson-core -> 2.11.4 | +--- com.github.ben-manes.caffeine:caffeine -> 2.9.3 | | +--- org.checkerframework:checker-qual:3.19.0 | | \--- com.google.errorprone:error_prone_annotations:2.10.0 | \--- org.roaringbitmap:RoaringBitmap -> 0.9.22 | \--- org.roaringbitmap:shims:0.9.22 +--- project :iceberg-common (*) \--- project :iceberg-bundled-guava ``` Added files: ``` org/apache/iceberg/dell: 'DellClientFactories$DefaultDellClientFactory.class' DellClientFactories.class DellClientFactory.class DellProperties.class ecs org/apache/iceberg/dell/ecs: BaseEcsFile.class EcsAppendOutputStream.class 'EcsCatalog$Properties.class' EcsCatalog.class EcsFileIO.class EcsInputFile.class EcsOutputFile.class EcsSeekableInputStream.class EcsTableOperations.class EcsURI.class PropertiesSerDesUtil.class ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
