Re: [PR] add dataframes to data files [iceberg-python]

2025-03-27 Thread via GitHub
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

Re: [PR] add dataframes to data files [iceberg-python]

2025-03-27 Thread via GitHub
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

Re: [PR] add dataframes to data files [iceberg-python]

2025-03-03 Thread via GitHub
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,

Re: [PR] add dataframes to data files [iceberg-python]

2025-02-20 Thread via GitHub
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

Re: [PR] add dataframes to data files [iceberg-python]

2025-02-18 Thread via GitHub
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") ```