jimmyxie-figma commented on PR #1677:
URL: https://github.com/apache/iceberg-python/pull/1677#issuecomment-2758922821
we can close it
--
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
jimmyxie-figma closed pull request #1677: add dataframes to data files
URL: https://github.com/apache/iceberg-python/pull/1677
--
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.
T
kevinjqliu commented on PR #1677:
URL: https://github.com/apache/iceberg-python/pull/1677#issuecomment-2695869399
thanks @jimmyxie-figma do you think this PR is still necessary? if not, can
i close it?
--
This is an automated message from the Apache Git Service.
To respond to the message,
jimmyxie-figma commented on PR #1677:
URL: https://github.com/apache/iceberg-python/pull/1677#issuecomment-2673218581
> @jimmyxie-figma Thanks for raising this PR
>
> Did you consider just concat'ing the tables:
>
> ```python
> table = pa.concat_tables(tables, promote_options
Fokko commented on PR #1677:
URL: https://github.com/apache/iceberg-python/pull/1677#issuecomment-2665264454
@jimmyxie-figma Thanks for raising this PR
Did you consider just concat'ing the tables:
```python
table = pa.concat_tables(tables, promote_options="permissive")
```