kevinjqliu commented on issue #13388:
URL: https://github.com/apache/iceberg/issues/13388#issuecomment-3039357220
> `Running the above command fails with a BadRequestException: Malformed
request: <h1>Bad Message 400</h1><pre>reason: Ambiguous URI empty segment</pre>
exception`
Im curious to see what the actual HTTP request made is.
```
at org.apache.iceberg.rest.RESTClient.get(RESTClient.java:97)
at
org.apache.iceberg.rest.RESTSessionCatalog.loadInternal(RESTSessionCatalog.java:465)
at
org.apache.iceberg.rest.RESTSessionCatalog.loadTable(RESTSessionCatalog.java:499)
at
org.apache.iceberg.catalog.BaseSessionCatalog$AsCatalog.loadTable(BaseSessionCatalog.java:99)
at org.apache.iceberg.rest.RESTCatalog.loadTable(RESTCatalog.java:102)
```
This sounds like an issue with the client's request serialization than the
server itself.
Could you check what HTTP requests are made for the create table command?
```
CREATE TABLE demo.nyc.entries (
`VendorID` BIGINT,
`trip_distance` DOUBLE
)
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]