Skip to content

Commit

Permalink
Merge pull request #3400 from ingef/dependabot/maven/apache-arrow.ver…
Browse files Browse the repository at this point in the history
…sion-16.0.0

Bump apache-arrow.version from 10.0.1 to 16.0.0
  • Loading branch information
thoniTUB authored Apr 25, 2024
2 parents d4291e9 + e3346a1 commit 70976c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<properties>
<mock-server.version>5.11.1</mock-server.version>
<apache-poi.version>5.2.2</apache-poi.version>
<apache-arrow.version>10.0.1</apache-arrow.version>
<apache-arrow.version>16.0.0</apache-arrow.version>
<apache-parquet.version>1.12.3</apache-parquet.version>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class ResultArrowProcessor {
public static final MediaType FILE_MEDIA_TYPE = new MediaType("application", "vnd.apache.arrow.file");
public static final MediaType STREAM_MEDIA_TYPE = new MediaType("application", "vnd.apache.arrow.stream");

private final DatasetRegistry datasetRegistry;
private final DatasetRegistry<?> datasetRegistry;
private final ConqueryConfig conqueryConfig;

private final ArrowConfig arrowConfig;
Expand All @@ -72,7 +72,7 @@ public static <E extends ManagedExecution & SingleTableResult> Response getArrow
Function<OutputStream, Function<VectorSchemaRoot, ArrowWriter>> writerProducer,
Subject subject,
E exec,
DatasetRegistry datasetRegistry,
DatasetRegistry<?> datasetRegistry,
boolean pretty,
String fileExtension,
MediaType mediaType,
Expand Down

0 comments on commit 70976c7

Please sign in to comment.