Re: [I] Ability to the write Metadata JSON [iceberg-python]

2023-12-04 Thread via GitHub
Fokko closed issue #22: Ability to the write Metadata JSON URL: https://github.com/apache/iceberg-python/issues/22 -- 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 unsubscrib

Re: [I] Ability to the write Metadata JSON [iceberg-python]

2023-11-07 Thread via GitHub
Fokko commented on issue #22: URL: https://github.com/apache/iceberg-python/issues/22#issuecomment-1798012290 > @Fokko, please correct me if I've missed anything about the RestCatalog part No I think that's about right. > Could you please elaborate on this a bit? Are there addi

Re: [I] Ability to the write Metadata JSON [iceberg-python]

2023-11-06 Thread via GitHub
HonahX commented on issue #22: URL: https://github.com/apache/iceberg-python/issues/22#issuecomment-1797949558 @Fokko Thanks for the explanation! > Ability to write the JSON to the object store (that was the intent of this PR). I think we already support this:https://github.

Re: [I] Ability to the write Metadata JSON [iceberg-python]

2023-11-06 Thread via GitHub
HonahX commented on issue #22: URL: https://github.com/apache/iceberg-python/issues/22#issuecomment-1797920066 Hi @vrd83. It depends on which catalog you want to use to alter the table. For the RestCatalog, this is not a prerequisite. To enable altering the write order, we can impleme

Re: [I] Ability to the write Metadata JSON [iceberg-python]

2023-11-06 Thread via GitHub
vrd83 commented on issue #22: URL: https://github.com/apache/iceberg-python/issues/22#issuecomment-1797875405 Guys, is this a prerequisite for altering the [write-ordered-by ](https://iceberg.apache.org/docs/latest/spark-ddl/#alter-table--write-ordered-by) on a table? -- This is an auto

Re: [I] Ability to the write Metadata JSON [iceberg-python]

2023-11-06 Thread via GitHub
Fokko commented on issue #22: URL: https://github.com/apache/iceberg-python/issues/22#issuecomment-1794369668 @HonahX Yes, I think that is how it should be done (Except the builder pattern, that's very much Java style :). I think we can split the work into several work packages: - Ab

Re: [I] Ability to the write Metadata JSON [iceberg-python]

2023-11-05 Thread via GitHub
HonahX commented on issue #22: URL: https://github.com/apache/iceberg-python/issues/22#issuecomment-1794191459 Hi @Fokko. Is there an update on this issue? I am interested in taking this if it's still open. In terms of implementation, I was thinking of something like this: ```pytho