alamb commented on code in PR #12441:
URL: https://github.com/apache/datafusion/pull/12441#discussion_r1756590366
##########
datafusion/core/tests/sql/select.rs:
##########
@@ -250,3 +250,33 @@ async fn test_parameter_invalid_types() -> Result<()> {
);
Ok(())
}
+
+#[tokio::test]
+async fn test_version_function() {
+ let expected_version = format!(
Review Comment:
The best I can come up with was to programatically create the same expected
output.
It would be better to make it with something different, but given it changes
with architecture and release this is the best I could come up with
--
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]