Re: [PR] Documentation for Location Providers [iceberg-python]

2025-01-18 Thread via GitHub
smaheshwar-pltr commented on code in PR #1537: URL: https://github.com/apache/iceberg-python/pull/1537#discussion_r1921101125 ## pyiceberg/table/locations.py: ## @@ -30,7 +30,12 @@ class LocationProvider(ABC): -"""A base class for location providers, that provide data f

Re: [PR] Documentation for Location Providers [iceberg-python]

2025-01-18 Thread via GitHub
smaheshwar-pltr commented on code in PR #1537: URL: https://github.com/apache/iceberg-python/pull/1537#discussion_r1921103030 ## mkdocs/docs/configuration.md: ## @@ -195,6 +198,85 @@ PyIceberg uses [S3FileSystem](https://arrow.apache.org/docs/python/generated/pya +## Loca

Re: [PR] Spec: Support geo type [iceberg]

2025-01-18 Thread via GitHub
paleolimbot commented on code in PR #10981: URL: https://github.com/apache/iceberg/pull/10981#discussion_r1921101938 ## format/spec.md: ## @@ -205,15 +205,40 @@ Supported primitive types are defined in the table below. Primitive types added | | **`uuid`**

Re: [PR] Add `view_exists` method to REST Catalog [iceberg-python]

2025-01-18 Thread via GitHub
shiv-io commented on PR #1242: URL: https://github.com/apache/iceberg-python/pull/1242#issuecomment-2599777169 @sungwy I'm seeing that the /v1/namespaces/default/views doesn't return any views. How would I go about adding an integration test for `view_exists` given pyiceberg currently doesn

Re: [PR] Documentation for Location Providers [iceberg-python]

2025-01-18 Thread via GitHub
smaheshwar-pltr commented on code in PR #1537: URL: https://github.com/apache/iceberg-python/pull/1537#discussion_r1921099654 ## mkdocs/docs/configuration.md: ## @@ -195,6 +198,85 @@ PyIceberg uses [S3FileSystem](https://arrow.apache.org/docs/python/generated/pya +## Loca

Re: [PR] Spec: Support geo type [iceberg]

2025-01-18 Thread via GitHub
jiayuasu commented on code in PR #10981: URL: https://github.com/apache/iceberg/pull/10981#discussion_r1921103109 ## format/spec.md: ## @@ -205,15 +205,40 @@ Supported primitive types are defined in the table below. Primitive types added | | **`uuid`**

Re: [PR] Documentation for Location Providers [iceberg-python]

2025-01-18 Thread via GitHub
smaheshwar-pltr commented on code in PR #1537: URL: https://github.com/apache/iceberg-python/pull/1537#discussion_r1921099479 ## mkdocs/docs/configuration.md: ## @@ -54,15 +54,18 @@ Iceberg tables support table properties to configure table behavior. ### Write options -| K

Re: [PR] Documentation for Location Providers [iceberg-python]

2025-01-18 Thread via GitHub
smaheshwar-pltr commented on code in PR #1537: URL: https://github.com/apache/iceberg-python/pull/1537#discussion_r1921100771 ## mkdocs/docs/configuration.md: ## @@ -195,6 +198,85 @@ PyIceberg uses [S3FileSystem](https://arrow.apache.org/docs/python/generated/pya +## Loca

Re: [PR] Documentation for Location Providers [iceberg-python]

2025-01-18 Thread via GitHub
smaheshwar-pltr commented on code in PR #1537: URL: https://github.com/apache/iceberg-python/pull/1537#discussion_r1921100667 ## mkdocs/docs/configuration.md: ## @@ -195,6 +198,85 @@ PyIceberg uses [S3FileSystem](https://arrow.apache.org/docs/python/generated/pya +## Loca

Re: [PR] Spec: Support geo type [iceberg]

2025-01-18 Thread via GitHub
szehon-ho commented on code in PR #10981: URL: https://github.com/apache/iceberg/pull/10981#discussion_r1921091311 ## format/spec.md: ## @@ -205,15 +205,40 @@ Supported primitive types are defined in the table below. Primitive types added | | **`uuid`**

Re: [PR] Spec: Support geo type [iceberg]

2025-01-18 Thread via GitHub
dmitrykoval commented on code in PR #10981: URL: https://github.com/apache/iceberg/pull/10981#discussion_r1921100607 ## format/spec.md: ## @@ -205,15 +205,40 @@ Supported primitive types are defined in the table below. Primitive types added | | **`uuid`**

Re: [PR] Documentation for Location Providers [iceberg-python]

2025-01-18 Thread via GitHub
smaheshwar-pltr commented on PR #1537: URL: https://github.com/apache/iceberg-python/pull/1537#issuecomment-2599778922 Here are screenshots of (current) changes. I've verified that all the new links work. https://github.com/user-attachments/assets/779a8f27-c946-49b8-9dce-a297dcb98d3a"

Re: [PR] Documentation for Location Providers [iceberg-python]

2025-01-18 Thread via GitHub
smaheshwar-pltr commented on code in PR #1537: URL: https://github.com/apache/iceberg-python/pull/1537#discussion_r1921102006 ## mkdocs/docs/configuration.md: ## @@ -195,6 +198,85 @@ PyIceberg uses [S3FileSystem](https://arrow.apache.org/docs/python/generated/pya +## Loca

Re: [PR] Documentation for Location Providers [iceberg-python]

2025-01-18 Thread via GitHub
smaheshwar-pltr commented on code in PR #1537: URL: https://github.com/apache/iceberg-python/pull/1537#discussion_r1921100230 ## mkdocs/docs/configuration.md: ## @@ -195,6 +198,85 @@ PyIceberg uses [S3FileSystem](https://arrow.apache.org/docs/python/generated/pya +## Loca

Re: [PR] add libavrocpp_s [iceberg-cpp]

2025-01-18 Thread via GitHub
wgtmac commented on PR #34: URL: https://github.com/apache/iceberg-cpp/pull/34#issuecomment-2599750119 Thanks @zhjwpku for working on this! I will have a try early next week. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] Incremental Changelog Scan [iceberg-python]

2025-01-18 Thread via GitHub
smaheshwar-pltr commented on issue #240: URL: https://github.com/apache/iceberg-python/issues/240#issuecomment-2599729887 Hi folks, any update on this? I see https://github.com/apache/iceberg-python/pull/533 and https://github.com/apache/iceberg-python/pull/782, but unsure how close they a

[PR] Documentation for Location Providers [iceberg-python]

2025-01-18 Thread via GitHub
smaheshwar-pltr opened a new pull request, #1537: URL: https://github.com/apache/iceberg-python/pull/1537 // WIP. Closes #1510. -- 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

[I] software.amazon.awssdk.services.s3.model.S3Exception: The bucket you are attempting to access must be addressed using the specified endpoint. [iceberg]

2025-01-18 Thread via GitHub
petartushev opened a new issue, #11997: URL: https://github.com/apache/iceberg/issues/11997 ### Query engine I'm using spark as a processing engine. ### Question I have the following docker compose file: ``` version: "3" services: spark-iceberg:

Re: [PR] feat(datafusion): Support cast operations [iceberg-rust]

2025-01-18 Thread via GitHub
liurenjie1024 merged PR #821: URL: https://github.com/apache/iceberg-rust/pull/821 -- 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 unsubscribe, e-mail: issues-unsubscr...@ic

Re: [I] Performance issue with range queries over a partitioned table. [iceberg-rust]

2025-01-18 Thread via GitHub
liurenjie1024 closed issue #811: Performance issue with range queries over a partitioned table. URL: https://github.com/apache/iceberg-rust/issues/811 -- 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

Re: [PR] refine: refine interface of ManifestWriter [iceberg-rust]

2025-01-18 Thread via GitHub
Xuanwo merged PR #738: URL: https://github.com/apache/iceberg-rust/pull/738 -- 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 unsubscribe, e-mail: issues-unsubscr...@iceberg.a

Re: [PR] add libavrocpp_s [iceberg-cpp]

2025-01-18 Thread via GitHub
zhjwpku commented on PR #34: URL: https://github.com/apache/iceberg-cpp/pull/34#issuecomment-2599658206 @wgtmac Sadly I came across a Windows ci build issue, I don't have a Windows PC, it would be great if you could help to resolve this problem. The problem is two folds: 1. Windows 2

Re: [PR] Modified exception objects being thrown when converting Pyarrow tables [iceberg-python]

2025-01-18 Thread via GitHub
DevChrisCross commented on PR #1498: URL: https://github.com/apache/iceberg-python/pull/1498#issuecomment-2599647344 @Fokko I know you are busy, but do you still have something to add? I'm definitely looking forward for my branch to be merged into main. :) -- This is an automated message