kevinjqliu closed issue #1084: Concurrent writes failures
URL: https://github.com/apache/iceberg-python/issues/1084
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscri
reinthal commented on issue #1084:
URL:
https://github.com/apache/iceberg-python/issues/1084#issuecomment-2423927862
Here's some code that worked for me for me
```python
def append_to_table_with_retry(pa_df: pa.Table, table_name: str, catalog:
Catalog) -> None:
"""Appends
bikeshedder commented on issue #1084:
URL:
https://github.com/apache/iceberg-python/issues/1084#issuecomment-2325085387
> FYI, according to the docs, "SQLite is not built for concurrency, you
should use this catalog for exploratory or development purposes."
https://py.iceberg.apache.org/co
kevinjqliu commented on issue #1084:
URL:
https://github.com/apache/iceberg-python/issues/1084#issuecomment-2322896488
> currently using sqlite + local fs
FYI, according to the docs, "SQLite is not built for concurrency, you should
use this catalog for exploratory or development purp
TiansuYu commented on issue #1084:
URL:
https://github.com/apache/iceberg-python/issues/1084#issuecomment-2306516939
^ Second link should be this one
https://github.com/apache/iceberg-python/issues/819
--
This is an automated message from the Apache Git Service.
To respond to the message
bikeshedder commented on issue #1084:
URL:
https://github.com/apache/iceberg-python/issues/1084#issuecomment-2302420037
As pointed out in the Slack channel by @sungwy this is caused by the
following two issues:
- https://github.com/apache/iceberg-python/issues/269
- https://github.com