Eason0729 commented on code in PR #1522:
URL: 
https://github.com/apache/datafusion-sqlparser-rs/pull/1522#discussion_r1845336106


##########
tests/sqlparser_common.rs:
##########
@@ -11748,3 +11748,16 @@ fn parse_create_table_select() {
         );
     }
 }
+
+#[test]
+fn overflow() {
+    let expr = std::iter::repeat("1")
+        .take(1000)

Review Comment:
   Sorry I didn't see Ci fail on that, I reproduce it on my laptop and 1000 
seems fined :smile:



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