alamb commented on code in PR #23: URL: https://github.com/apache/datafusion-testing/pull/23#discussion_r4038236152
########## data/sqlite/index/between/1/slt_good_0.slt: ########## @@ -38471,52 +38471,52 @@ SELECT pk FROM tab4 WHERE ((col0 >= 2 AND col0 <= 6)) OR ((col3 < 7 AND (col1 IN # Datafusion - Datafusion expected results: # Datafusion - Expected - 0 -query error DataFusion error: SQL error: RecursionLimitExceeded \(current limit: 50\) +query error DataFusion error: SQL error: RecursionLimitExceeded \(current limit: 51\) Review Comment: just the message changes, everything else is the same -- 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]
