alamb commented on code in PR #15068:
URL: https://github.com/apache/datafusion/pull/15068#discussion_r1987794389
##########
datafusion/core/tests/sql/select.rs:
##########
@@ -350,3 +351,48 @@ async fn test_version_function() {
assert_eq!(version.value(0), expected_version);
}
+
+#[tokio::test]
+async fn test_unparse_subqueryalias() -> Result<()> {
Review Comment:
Sounds good -- @chenkovsky are you willing to make this change?
--
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]