Ruchirtripathi commented on code in PR #24715:
URL: https://github.com/apache/datafusion/pull/24715#discussion_r3964705821
##########
datafusion/sql/tests/sql_integration.rs:
##########
@@ -5813,3 +5813,13 @@ impl HigherOrderUDFImpl for MockArrayReduce {
unreachable!()
}
}
+
+#[test]
+fn test_reserved_column_name() {
Review Comment:
Great suggestion! I've added a boundary test for user__common_expr_1 to
explicitly document the starts_with behavior and ensure it doesn't accidentally
get broadened in the future.
--
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]