lakeFS
lakeFS copied to clipboard
lakeFS - Data version control for your data lake | Git for data
``` ./lakectl branch revert lakefs://repo1/main mergeCommitID Branch: lakefs://repo1/main Are you sure you want to revert the effect of commits mergeCommitID: y must specify 1-based parent number for reverting merge commit...
How to use Iceberg to operate lakefs like work with hadoop?
``` lakefs_1 | panic: runtime error: invalid memory address or nil pointer dereference lakefs_1 | [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x102c354] lakefs_1 | lakefs_1 | goroutine 17473 [running]: lakefs_1...
This came up from a user. Import data from s3 to lakeFS failed with this error: ```{"error":"writing range from entry iterator: writing record: setting key and value: pebble: keys must...
We don't calculate the statistics of the merge operation and return a zero list regardless of the real result: ``` {'summary': {'added': 0, 'changed': 0, 'conflict': 0, 'removed': 0}} ```...
Currently, the import from the UI client performs API calls to the server on every range creation. Maybe combine it into one operation on the server/ keep state on the...
Gives the users the sense the cancel will cancel the operation after it's done. 
Handle the case where a user is using the Spark quickstart but has insufficient permissions to generate credentials, thus an error is returned in the Spark configurations step.