jx2lee opened a new pull request, #1650:
URL: https://github.com/apache/iceberg-go/pull/1650

   ## Summary
   - `--catalog` values were matched lowercase constants without 
normarlization, so inputs like `--catalog Rest(or REST)` fell throught to un 
recognized catalog type.
   - Normalize catalog type before dispatching in `initCatalog`
   - Add CLI regression coverage that runs `list --catalog REST` againts 
minimal REST catalog. I'll remove this test func if not needed
   
   ## Test
   `go test ./cmd/iceberg`


-- 
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]

Reply via email to