This is an automated email from the ASF dual-hosted git repository.
chenliang613 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata.git
The following commit(s) were added to refs/heads/master by this push:
new dee20b83fa Bump pyarrow from 0.11.1 to 14.0.1 in /python (#4341)
dee20b83fa is described below
commit dee20b83fa3a13f87230efb5164993cfb0a1b8d3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 9 10:17:35 2023 +0100
Bump pyarrow from 0.11.1 to 14.0.1 in /python (#4341)
Bumps [pyarrow](https://github.com/apache/arrow) from 0.11.1 to 14.0.1.
-
[Commits](https://github.com/apache/arrow/compare/apache-arrow-0.11.1...go/v14.0.1)
---
updated-dependencies:
- dependency-name: pyarrow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
python/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/setup.py b/python/setup.py
index dae0185533..665fb26b75 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -40,7 +40,7 @@ REQUIRED_PACKAGES = [
'psutil>=4.0.0',
'pyspark==2.3.2',
'pyzmq>=14.0.0',
- 'pyarrow==0.11.1',
+ 'pyarrow==14.0.1',
'six>=1.5.0',
'torchvision>=0.2.1',
'tensorflow>=1.4.0',