Skip to content

Commit

Permalink
move duckdb to core_relational
Browse files Browse the repository at this point in the history
  • Loading branch information
PrateekGarg-gs committed Jun 14, 2024
1 parent 29f2aab commit 66b2160
Show file tree
Hide file tree
Showing 59 changed files with 168 additions and 1,250 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,19 +157,6 @@
</dependency>
<!-- Relational -->

<!-- DuckDB -->
<dependency>
<groupId>org.finos.legend.engine</groupId>
<artifactId>legend-engine-xt-relationalStore-duckdb-execution</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.finos.legend.engine</groupId>
<artifactId>legend-engine-xt-relationalStore-duckdb-grammar</artifactId>
<scope>runtime</scope>
</dependency>
<!-- DuckDB -->

<!-- TODO -> Itemize... Only using ErrorManagement import org.finos.legend.engine.shared.core.operational.errorManagement.EngineException; -->
<dependency>
<groupId>org.finos.legend.engine</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,13 @@
<groupId>org.eclipse.collections</groupId>
<artifactId>eclipse-collections-api</artifactId>
</dependency>

<dependency>
<groupId>org.finos.legend.engine</groupId>
<artifactId>legend-engine-xt-relationalStore-duckdb-protocol</artifactId>
<groupId>org.finos.legend.pure</groupId>
<artifactId>legend-pure-m2-functions-base-pure</artifactId>
</dependency>
<dependency>
<groupId>org.finos.legend.pure</groupId>
<artifactId>legend-pure-m2-functions-relation-pure</artifactId>
</dependency>

<dependency>
Expand All @@ -116,21 +119,27 @@
<groupId>org.finos.legend.engine</groupId>
<artifactId>legend-engine-xt-relationalStore-protocol</artifactId>
</dependency>
<dependency>
<groupId>org.finos.legend.engine</groupId>
<artifactId>legend-engine-shared-core</artifactId>
</dependency>

<dependency>
<groupId>org.finos.legend.engine</groupId>
<artifactId>legend-engine-test-framework</artifactId>
</dependency>

<dependency>
<groupId>org.finos.legend.pure</groupId>
<artifactId>legend-pure-m2-functions-base-pure</artifactId>
<groupId>org.duckdb</groupId>
<artifactId>duckdb_jdbc</artifactId>
</dependency>

<dependency>
<groupId>org.finos.legend.pure</groupId>
<artifactId>legend-pure-m2-functions-relation-pure</artifactId>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>


<dependency>
<groupId>org.finos.legend.engine</groupId>
<artifactId>legend-engine-pure-functions-relationalStore-PCT-pure</artifactId>
Expand All @@ -144,18 +153,6 @@
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>org.finos.legend.engine</groupId>
<artifactId>legend-engine-xt-relationalStore-duckdb-grammar</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.finos.legend.engine</groupId>
<artifactId>legend-engine-xt-relationalStore-duckdb-execution</artifactId>
<scope>runtime</scope>
</dependency>


<!-- TEST -->
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -216,11 +213,6 @@
<artifactId>legend-engine-pure-runtime-java-extension-compiled-functions-pureExtensions</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.finos.legend.engine</groupId>
<artifactId>legend-engine-pure-runtime-java-extension-compiled-functions-pureExtensions</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.finos.legend.engine</groupId>
<artifactId>legend-engine-xt-relationalStore-pure</artifactId>
Expand All @@ -231,10 +223,7 @@
<artifactId>legend-engine-xt-relationalStore-executionPlan</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>

<!-- TEST -->
</dependencies>
</project>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 66b2160

Please sign in to comment.