Skip to content

Commit

Permalink
Updating drift version to 1.40-SNAPSHOT
Browse files Browse the repository at this point in the history
-prestodb/drift pr : prestodb/drift#54
-Resolved presto-druid module error
-Resolving issues related to maven checks
-Ignored Specific duplicate resouces explicitly related to com/github/rvesse/airline/core.version
-Fix: Replace deprecated io.netty:netty with io.netty:netty-all version 4.1.115.Final
  • Loading branch information
imsayari404 authored and sayarimukherjee committed Dec 20, 2024
1 parent 8136f7c commit 6a86c79
Show file tree
Hide file tree
Showing 53 changed files with 462 additions and 94 deletions.
276 changes: 266 additions & 10 deletions pom.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion presto-accumulo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-api</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion presto-atop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-api</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion presto-blackhole/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-api</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion presto-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-api</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion presto-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-api</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion presto-clickhouse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-api</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions presto-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-api</artifactId>
</dependency>

Expand Down Expand Up @@ -100,19 +100,19 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-protocol</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-codec</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-codec-utils</artifactId>
<scope>test</scope>
</dependency>
Expand Down
20 changes: 17 additions & 3 deletions presto-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-api</artifactId>
</dependency>

Expand Down Expand Up @@ -104,15 +104,29 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-codec</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-protocol</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<ignoredUsedUndeclaredDependencies>
<ignoredUsedUndeclaredDependency>com.github.imsayari404.drift:drift-protocol:jar:1.40-SNAPSHOT</ignoredUsedUndeclaredDependency>
</ignoredUsedUndeclaredDependencies>
</configuration>
</plugin>
</plugins>
</build>
</project>
2 changes: 1 addition & 1 deletion presto-delta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-api</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
19 changes: 18 additions & 1 deletion presto-druid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-api</artifactId>
<scope>provided</scope>
</dependency>
Expand Down Expand Up @@ -330,4 +330,21 @@
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<ignoredUsedUndeclaredDependencies>
<ignoredUsedUndeclaredDependency>com.github.rvesse.airline:airline-examples:jar:2.8.4</ignoredUsedUndeclaredDependency>
</ignoredUsedUndeclaredDependencies>
<ignoredUnusedDeclaredDependencies>
<ignoredUnusedDeclaredDependency>javax.inject:javax.inject:jar:1</ignoredUnusedDeclaredDependency>
</ignoredUnusedDeclaredDependencies>
</configuration>
</plugin>
</plugins>
</build>
</project>
2 changes: 1 addition & 1 deletion presto-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-api</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion presto-example-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-api</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
27 changes: 23 additions & 4 deletions presto-function-namespace-managers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,18 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-api</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-client</artifactId>
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-transport-spi</artifactId>
</dependency>

Expand Down Expand Up @@ -185,7 +185,7 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-transport-netty</artifactId>
</dependency>

Expand All @@ -195,4 +195,23 @@
<scope>test</scope>
</dependency>
</dependencies>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<ignoredUsedUndeclaredDependencies>
<ignoredUsedUndeclaredDependency>com.github.imsayari404.drift:drift-transport-spi:jar:1.40-SNAPSHOT</ignoredUsedUndeclaredDependency>
</ignoredUsedUndeclaredDependencies>
<ignoredUnusedDeclaredDependencies>
<ignoredUnusedDeclaredDependency>com.facebook.drift:drift-transport-spi:jar:1.40-SNAPSHOT</ignoredUnusedDeclaredDependency>
</ignoredUnusedDeclaredDependencies>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>
2 changes: 1 addition & 1 deletion presto-hana/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-api</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions presto-hdfs-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-api</artifactId>
</dependency>

Expand All @@ -79,13 +79,13 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-codec</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-transport-netty</artifactId>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions presto-hive-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-codec</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-transport-netty</artifactId>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion presto-hive-function-namespace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-api</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion presto-hive-hadoop2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-api</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
17 changes: 13 additions & 4 deletions presto-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-codec</artifactId>
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-codec-utils</artifactId>
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-transport-netty</artifactId>
</dependency>

Expand Down Expand Up @@ -154,7 +154,7 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-api</artifactId>
</dependency>

Expand Down Expand Up @@ -516,6 +516,15 @@
<ignoredDependency>org.glassfish.jersey.core:jersey-common:jar</ignoredDependency>
<ignoredDependency>org.eclipse.jetty:jetty-server:jar</ignoredDependency>
</ignoredDependencies>
<ignoredUnusedDeclaredDependencies>
<ignoredUnusedDeclaredDependency>com.github.imsayari404.drift:drift-api:jar:1.40-SNAPSHOT</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>com.github.imsayari404.drift:drift-transport-netty:jar:1.40-SNAPSHOT</ignoredUnusedDeclaredDependency>
</ignoredUnusedDeclaredDependencies>
<ignoredUsedUndeclaredDependencies>
<ignoredUsedUndeclaredDependency>com.facebook.drift:drift-api:jar:1.40-SNAPSHOT</ignoredUsedUndeclaredDependency>
<ignoredUsedUndeclaredDependency>com.facebook.drift:drift-transport-netty:jar:1.31</ignoredUsedUndeclaredDependency>
<ignoredUsedUndeclaredDependency>com.facebook.drift:drift-api:jar:1.31</ignoredUsedUndeclaredDependency>
</ignoredUsedUndeclaredDependencies>
</configuration>
</plugin>
</plugins>
Expand Down
2 changes: 1 addition & 1 deletion presto-hudi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-api</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion presto-i18n-functions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-api</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion presto-iceberg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-api</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion presto-jmx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-api</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion presto-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
</dependency>

<dependency>
<groupId>com.facebook.drift</groupId>
<groupId>com.github.imsayari404.drift</groupId>
<artifactId>drift-api</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
Loading

0 comments on commit 6a86c79

Please sign in to comment.