Skip to content

Commit

Permalink
Dremio 24.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sheinbergon committed Mar 10, 2023
1 parent ac327a1 commit 76ca9c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Enjoying my work? A show of support would be much obliged :grin:
| 0.6.x | 22.1.x | Maintained |
| 0.7.x | 23.0.x | Maintained |
| 0.8.x | 23.1.x | Maintained |
| 0.9.x | 24.0.x | Maintained |


### Usage Notes
As opposed to PostGIS, Dremio is only a query engine based on existing/projected data sources/lakes.
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<artifactId>dremio-udf-gis</artifactId>
<properties>
<checkstyle.version>9.3</checkstyle.version>
<dremio.version>23.1.0-202211250136090978-a79618c7</dremio.version>
<dremio-arrow.version>9.0.0-20220922165652-3a8c29faef-dremio</dremio-arrow.version>
<dremio.version>24.0.0-202302100528110223-3a169b7c</dremio.version>
<dremio-arrow.version>9.0.0-20221123064031-c39b8a6253-dremio</dremio-arrow.version>
<proj4j.version>1.2.3</proj4j.version>
<jts-core.version>1.19.0</jts-core.version>
<jts-io-common.version>1.19.0</jts-io-common.version>
Expand All @@ -19,7 +19,7 @@
<joda.version>2.9</joda.version>
<detekt.version>1.22.0</detekt.version>
<carrotsearch.version>0.7.0</carrotsearch.version>
<arrow-memory-netty.version>9.0.0</arrow-memory-netty.version>
<arrow-memory-netty.version>9.0.0-20221123064031-c39b8a6253-dremio</arrow-memory-netty.version>
</properties>
<version>0.9.0-SNAPSHOT</version>
<name>dremio-udf-gis</name>
Expand Down

0 comments on commit 76ca9c5

Please sign in to comment.