Skip to content

Commit 4979319

Browse files
AP-23791: arrow version bump (14.0.2 -> 18.1)
AP-23791 (Update Apache Arrow to 18.1.0)
1 parent 3a22abe commit 4979319

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

org.knime.python3.arrow.types.tests/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Fragment-Host: org.knime.python3.arrow.types;bundle-version="[5.5.0,6.0.0)"
1010
Require-Bundle: org.knime.core.table;bundle-version="[5.5.0,6.0.0)",
1111
org.knime.core.columnar;bundle-version="[5.5.0,6.0.0)",
1212
org.knime.core.columnar.arrow;bundle-version="[5.5.0,6.0.0)",
13-
org.apache.arrow.memory-core;bundle-version="[14.0.2,15.0.0)",
14-
org.apache.arrow.vector;bundle-version="[14.0.2,15.0.0)",
13+
org.apache.arrow.memory-core;bundle-version="[18.1.0,19.0.0)",
14+
org.apache.arrow.vector;bundle-version="[18.1.0,19.0.0)",
1515
org.junit;bundle-version="[4.13.0,5.0.0)",
1616
org.knime.core.data.columnar;bundle-version="[5.5.0,6.0.0)",
1717
com.fasterxml.jackson.core.jackson-databind;bundle-version="[2.12.1,3.0.0)",

org.knime.python3.arrow/META-INF/MANIFEST.MF

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Require-Bundle: org.knime.python3;bundle-version="[5.5.0,6.0.0)",
1313
org.knime.core.columnar.arrow;bundle-version="[5.5.0,6.0.0)",
1414
slf4j.api;bundle-version="[2.0.12,3.0.0)",
1515
org.apache.commons.commons-io;bundle-version="[2.15.1,3.0.0)",
16-
org.apache.arrow.memory-core;bundle-version="[14.0.2,15.0.0)",
17-
org.apache.arrow.format;bundle-version="[14.0.2,15.0.0)",
18-
org.apache.arrow.vector;bundle-version="[14.0.2,15.0.0)",
16+
org.apache.arrow.memory-core;bundle-version="[18.1.0,19.0.0)",
17+
org.apache.arrow.format;bundle-version="[18.1.0,19.0.0)",
18+
org.apache.arrow.vector;bundle-version="[18.1.0,19.0.0)",
1919
org.eclipse.core.runtime;bundle-version="[3.20.100,4.0.0)",
2020
org.knime.core;bundle-version="[5.5.0,6.0.0)",
2121
org.knime.core.data.columnar;bundle-version="[5.5.0,6.0.0)",

org.knime.python3.scripting.tests/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ Fragment-Host: org.knime.python3.scripting;bundle-version="[5.5.0,6.0.0)"
1010
Automatic-Module-Name: org.knime.python3.scripting.tests
1111
Export-Package: org.knime.python3.scripting
1212
Require-Bundle: org.junit;bundle-version="[4.13.0,5.0.0)",
13-
org.apache.arrow.memory-core;bundle-version="[14.0.2,15.0.0)",
13+
org.apache.arrow.memory-core;bundle-version="[18.1.0,19.0.0)",
1414
org.knime.python3.testing;bundle-version="[5.5.0,6.0.0)"

0 commit comments

Comments
 (0)