From 4ad6069cf0a648e98053a45d63d98923f888c8c7 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Tue, 22 Apr 2025 10:11:17 -0500 Subject: [PATCH] Support Apache Arrow 19 (#2782) (cherry picked from commit 821e77e7ad17e141eb9fca9330c74b57b6b2b1d7) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b40d71a31..2c1501c59 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ }, "dependencies": { "@elastic/transport": "^8.9.6", - "apache-arrow": "^18.0.0", + "apache-arrow": "18.x - 19.x", "tslib": "^2.4.0" }, "tap": {