alamb commented on code in PR #3939:
URL: https://github.com/apache/arrow-datafusion/pull/3939#discussion_r1003883808
##########
datafusion/optimizer/tests/integration-test.rs:
##########
@@ -87,11 +88,11 @@ fn case_when_aggregate() -> Result<()> {
#[test]
fn unsigned_target_type() -> Result<()> {
- let sql = "SELECT * FROM test WHERE col_uint32 > 0";
+ let sql = "SELECT col_utf8 FROM test WHERE col_uint32 > 0";
Review Comment:
"lazy" would also be a good description :)
--
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]