https://lakefs.io/ logo
Title
u

张飞跃

08/29/2022, 8:32 AM
lakeFS works well with iceberg?according to this article:https://docs.lakefs.io/understand/roadmap.html#table-format-support,it seems that lakeFS intergrating with iceberg not ok。 @Ariel Shaqed (Scolnicov)
j

Jonathan Rosenberg

08/29/2022, 8:42 AM
Hi @张飞跃 Currently, lakeFS does not support Iceberg. That said, we have a specific CI/CD setup workaround that allows working with Iceberg and lakeFS but has limitations. We have concrete plans to make this integration work as you saw in the roadmap.
Could you elaborate on your lakeFS use case?
u

张飞跃

09/07/2022, 12:06 PM
@Jonathan Rosenberg Hi,inspired by nessie,in my use case `spark.sql("SELECT * FROM nessie.testing.`region@dev`")` dsl example above is like git version semantics
<major>.<minor>.< patch>
it gives an ability that table level's version evolution
j

Jonathan Rosenberg

09/12/2022, 8:59 AM
@张飞跃 that looks interesting! Could you elaborate on what you’re trying to achieve using lakeFS, what’s your process?