Re: [I] Ensure absolute path when referencing any file paths [iceberg-python]

2025-07-14 Thread via GitHub
kevinjqliu commented on issue #1730: URL: https://github.com/apache/iceberg-python/issues/1730#issuecomment-3071896134 sure @rambleraptor assigned to ya -- 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

Re: [I] Ensure absolute path when referencing any file paths [iceberg-python]

2025-07-14 Thread via GitHub
kevinjqliu commented on issue #1730: URL: https://github.com/apache/iceberg-python/issues/1730#issuecomment-3071895976 > Are there other places we want to check this? The two that come to mind are add_files and the example you have above I think we can check lower in the stack. This

Re: [I] Ensure absolute path when referencing any file paths [iceberg-python]

2025-06-30 Thread via GitHub
rambleraptor commented on issue #1730: URL: https://github.com/apache/iceberg-python/issues/1730#issuecomment-3020645758 Do you mind assigning this to me? Happy to take it on. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [I] Ensure absolute path when referencing any file paths [iceberg-python]

2025-06-29 Thread via GitHub
jayceslesar commented on issue #1730: URL: https://github.com/apache/iceberg-python/issues/1730#issuecomment-3016900114 Are there other places we want to check this? The two that come to mind are `add_files` and the example you have above -- This is an automated message from the Apache G

[I] Ensure absolute path when referencing any file paths [iceberg-python]

2025-02-26 Thread via GitHub
kevinjqliu opened a new issue, #1730: URL: https://github.com/apache/iceberg-python/issues/1730 ### Apache Iceberg version None ### Please describe the bug 🐞 I was able to generate a table which referencing relative paths. I dont think we check this anywhere. I think thi