lakeFS icon indicating copy to clipboard operation
lakeFS copied to clipboard

lakeFS - Data version control for your data lake | Git for data

Results 625 lakeFS issues
Sort by recently updated
recently updated
newest added

``` ./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...

bug
area/lakectl
team/versioning-engine

How to use Iceberg to operate lakefs like work with hadoop?

team/ecosystem

``` 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...

bug
team/versioning-engine

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...

bug
contributor
team/versioning-engine

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}} ```...

bug
v1.0.0-blocker
team/versioning-engine

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...

good first issue
contributor
team/versioning-engine

Gives the users the sense the cancel will cancel the operation after it's done. ![image](https://user-images.githubusercontent.com/71877898/186669005-7fcab682-30c4-4439-9618-af879265c265.png)

area/API
contributor
team/versioning-engine

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.

team/ecosystem

Add documentation on the Spark quickstart option.

team/ecosystem