xudong963 commented on code in PR #3939:
URL: https://github.com/apache/arrow-datafusion/pull/3939#discussion_r1003509064
##########
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:
clever 🤣
--
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]