dyrnq commented on issue #7935:
URL: https://github.com/apache/gravitino/issues/7935#issuecomment-3157453273

   it looks like lost preifx
   
   OK
   ```bash
   GET 
//192.168.6.159:29001/iceberg/v1/bar/namespaces/bar/tables/bar_table?snapshots=all
 HTTP/1.1
   Accept: application/json
   Content-Type: application/json
   Accept-Encoding: gzip, x-gzip, deflate
   X-Client-Git-Commit-Short: 8e9d59d
   X-Client-Version: Apache Iceberg 1.6.1 (commit 
8e9d59d299be42b0bca9461457cd1e95dbaad086)
   Host: 192.168.6.159:29001
   Connection: keep-alive
   User-Agent: Apache-HttpClient/5.3.1 (Java/1.8.0_452)
   ```
   
   vs
   
   WRONG
   
   ```bash
   GET 
//192.168.6.159:29001/iceberg/v1/namespaces/bar/tables/bar_table?snapshots=all 
HTTP/1.1
   Accept: application/json
   Content-Type: application/json
   X-Client-Git-Commit-Short: 9ce0fcf
   X-Client-Version: Apache Iceberg 1.8.1 (commit 
9ce0fcf0af7becf25ad9fc996c3bad2afdcfd33d)
   Accept-Encoding: gzip, x-gzip, deflate
   Host: 192.168.6.159:29001
   Connection: keep-alive
   User-Agent: Apache-HttpClient/5.4.1 (Java/17.0.15)
   Upgrade: TLS/1.2
   Connection: Upgrade
   
   ```
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to