Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lakeFS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
lakeFS
Commits
aff391a1
Commit
aff391a1
authored
Apr 27, 2025
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed apache-arrow binary name
parent
481e3c4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
Makefile
Makefile
+1
-0
lakeFS-1.53.1-fix_apache-arrow.patch
lakeFS-1.53.1-fix_apache-arrow.patch
+12
-0
No files found.
Makefile
View file @
aff391a1
...
...
@@ -8,6 +8,7 @@ all: lakeFS-service lakeFS-config
mkdir
lakefs-home
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 run build
cd
lakeFS-1.53.1
&&
cp
api/swagger.yml
docs/assets/js/swagger.yml
...
...
lakeFS-1.53.1-fix_apache-arrow.patch
0 → 100644
View file @
aff391a1
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": {
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment