Commit aff391a1 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed apache-arrow binary name

parent 481e3c4f
...@@ -8,6 +8,7 @@ all: lakeFS-service lakeFS-config ...@@ -8,6 +8,7 @@ all: lakeFS-service lakeFS-config
mkdir lakefs-home mkdir lakefs-home
tar xf lakeFS-1.53.1.tar.gz tar xf lakeFS-1.53.1.tar.gz
patch -Np1 -d lakeFS-1.53.1 < lakeFS-1.53.1-fix_apache-arrow.patch
cd lakeFS-1.53.1/webui && HOME=$(CURDIR)/lakefs-home npm ci cd lakeFS-1.53.1/webui && HOME=$(CURDIR)/lakefs-home npm ci
cd lakeFS-1.53.1/webui && HOME=$(CURDIR)/lakefs-home npm run build cd lakeFS-1.53.1/webui && HOME=$(CURDIR)/lakefs-home npm run build
cd lakeFS-1.53.1 && cp api/swagger.yml docs/assets/js/swagger.yml cd lakeFS-1.53.1 && cp api/swagger.yml docs/assets/js/swagger.yml
......
diff -uNr lakeFS-1.53.1/webui/package-lock.json lakeFS-1.53.1-fix_apache-arrow/webui/package-lock.json
--- lakeFS-1.53.1/webui/package-lock.json 2025-03-31 04:55:34.000000000 +1030
+++ lakeFS-1.53.1-fix_apache-arrow/webui/package-lock.json 2025-04-27 19:32:34.124627546 +0930
@@ -6956,7 +6956,7 @@
"tslib": "^2.6.2"
},
"bin": {
- "arrow2csv": "bin/arrow2csv.cjs"
+ "arrow2csv": "bin/arrow2csv.js"
}
},
"node_modules/appdirsjs": {
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment