Re: [I] About /v1/config REST API endpoint [iceberg]

2024-03-12 Thread via GitHub
ajantha-bhat closed issue #9880: About /v1/config REST API endpoint URL: https://github.com/apache/iceberg/issues/9880 -- 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 unsubs

Re: [I] About /v1/config REST API endpoint [iceberg]

2024-03-12 Thread via GitHub
ajantha-bhat commented on issue #9880: URL: https://github.com/apache/iceberg/issues/9880#issuecomment-1991260095 Thanks for the clarification. -- 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 th

Re: [I] About /v1/config REST API endpoint [iceberg]

2024-03-11 Thread via GitHub
danielcweeks commented on issue #9880: URL: https://github.com/apache/iceberg/issues/9880#issuecomment-1988755504 > Thanks. But may be we should use a separate PATCH/PUT instead of sending in a GET request as we want to update the resource here. The `warehouse` config is really not so

Re: [I] About /v1/config REST API endpoint [iceberg]

2024-03-08 Thread via GitHub
ajantha-bhat commented on issue #9880: URL: https://github.com/apache/iceberg/issues/9880#issuecomment-1985360044 Thanks. But may be we should use a separate PATCH/PUT instead of sending in a GET request as we want to update the resource here. -- This is an automated message from

Re: [I] About /v1/config REST API endpoint [iceberg]

2024-03-08 Thread via GitHub
nastra commented on issue #9880: URL: https://github.com/apache/iceberg/issues/9880#issuecomment-1985238077 The `warehouse` query parameter for that endpoint refers to https://github.com/apache/iceberg/blob/5b84f34a5386fc61b17bfe7dc7c1cbe565550958/core/src/main/java/org/apache/iceberg/rest/R

Re: [I] About /v1/config REST API endpoint [iceberg]

2024-03-07 Thread via GitHub
ajantha-bhat commented on issue #9880: URL: https://github.com/apache/iceberg/issues/9880#issuecomment-1985212416 ping -- 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 un

Re: [I] About /v1/config REST API endpoint [iceberg]

2024-03-06 Thread via GitHub
ajantha-bhat commented on issue #9880: URL: https://github.com/apache/iceberg/issues/9880#issuecomment-1980862061 maybe cc: @nastra, @danielcweeks, @rdblue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[I] About /v1/config REST API endpoint [iceberg]

2024-03-06 Thread via GitHub
ajantha-bhat opened a new issue, #9880: URL: https://github.com/apache/iceberg/issues/9880 ### Query engine NA ### Question I started going through the REST API spec. I couldn't understand about optional `warehouse` parameter in `/v1/config` endpoint. The use