niebayes commented on code in PR #2068:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/2068#discussion_r2434384608


##########
src/ast/visitor.rs:
##########
@@ -124,6 +124,10 @@ visit_noop!(bigdecimal::BigDecimal);
 /// node and `post_visit_` methods are invoked after visiting all
 /// children of the node.
 ///
+/// Important note: The `Break` type should be kept as small as possible to 
prevent

Review Comment:
   Sure, moved the note.



##########
src/ast/visitor.rs:
##########
@@ -124,6 +124,10 @@ visit_noop!(bigdecimal::BigDecimal);
 /// node and `post_visit_` methods are invoked after visiting all
 /// children of the node.
 ///
+/// Important note: The `Break` type should be kept as small as possible to 
prevent

Review Comment:
   moved



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