alamb commented on code in PR #13609:
URL: https://github.com/apache/datafusion/pull/13609#discussion_r1864245500
##########
datafusion/sql/src/planner.rs:
##########
@@ -622,21 +622,37 @@ pub fn object_name_to_table_reference(
idents_to_table_reference(idents, enable_normalization)
}
-struct IdentTaker(Vec<Ident>);
+struct IdentTaker {
+ normalizer: IdentNormalizer,
Review Comment:
the point of the PR is to move normalizer into `IdentTaker` so it isn't
created again on each row
--
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]