335g commented on code in PR #1666:
URL: https://github.com/apache/iceberg-rust/pull/1666#discussion_r2368699679


##########
crates/catalog/sql/src/catalog.rs:
##########
@@ -62,14 +142,13 @@ static TEST_BEFORE_ACQUIRE: bool = true; // Default the 
health-check of each con
 /// The options available for this parameter include:
 /// - `SqlBindStyle::DollarNumeric`: Binds SQL statements using `$1`, `$2`, 
etc., as placeholders. This is for PostgreSQL databases.
 /// - `SqlBindStyle::QuestionMark`: Binds SQL statements using `?` as a 
placeholder. This is for MySQL and SQLite databases.
-#[derive(Debug, TypedBuilder)]
+#[derive(Debug)]

Review Comment:
   I think you're right. I'll change it to private.



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