amogh-jahagirdar commented on code in PR #1961:
URL: https://github.com/apache/iceberg-rust/pull/1961#discussion_r2659954345
##########
crates/catalog/rest/src/catalog.rs:
##########
@@ -714,6 +760,15 @@ impl Catalog for RestCatalog {
/// provided locally to the `RestCatalog` will take precedence.
async fn load_table(&self, table_ident: &TableIdent) -> Result<Table> {
let context = self.context().await?;
+ eprintln!(
+ "DEBUG: endpoints value in load_table: {:?}",
+ context.config.endpoints
+ );
+ eprintln!(
+ "DEBUG: looking for endpoint: {:?}",
+ Endpoint::v1_load_table()
+ );
Review Comment:
Need to clean this up
--
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]