Re: [PR] feat: Add unknown type [iceberg-python]

2025-03-12 Thread via GitHub
Fokko merged PR #1681: URL: https://github.com/apache/iceberg-python/pull/1681 -- 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...@iceber

Re: [PR] feat: Add unknown type [iceberg-python]

2025-03-12 Thread via GitHub
kaushiksrini commented on PR #1681: URL: https://github.com/apache/iceberg-python/pull/1681#issuecomment-2719104837 @Fokko, thanks - linted :) -- 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

Re: [PR] feat: Add unknown type [iceberg-python]

2025-03-12 Thread via GitHub
Fokko commented on PR #1681: URL: https://github.com/apache/iceberg-python/pull/1681#issuecomment-2718949160 @kaushiksrini can you run `make lint`? -- 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] feat: Add unknown type [iceberg-python]

2025-03-04 Thread via GitHub
kaushiksrini commented on PR #1681: URL: https://github.com/apache/iceberg-python/pull/1681#issuecomment-2699807325 thanks @Fokko! Made the changes -- 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] feat: Add unknown type [iceberg-python]

2025-03-04 Thread via GitHub
Fokko commented on code in PR #1681: URL: https://github.com/apache/iceberg-python/pull/1681#discussion_r1978898255 ## pyiceberg/avro/reader.py: ## @@ -201,6 +201,15 @@ def skip(self, decoder: BinaryDecoder) -> None: decoder.skip(16) +class UnknownReader(Reader): +

Re: [PR] feat: Add unknown type [iceberg-python]

2025-02-19 Thread via GitHub
Fokko commented on code in PR #1681: URL: https://github.com/apache/iceberg-python/pull/1681#discussion_r1961236785 ## pyiceberg/avro/encoder.py: ## @@ -74,3 +75,7 @@ def write_uuid(self, uuid: UUID) -> None: if len(uuid.bytes) != 16: raise ValueError(f"Exp