singhpk234 commented on issue #9518:
URL: https://github.com/apache/iceberg/issues/9518#issuecomment-1908896193
was able to replicate :
```
@TestTemplate
public void testProjectionBug() {
List<Object[]> expected = ImmutableList.of(row(1L), row(2L), row(3L));
assertEquals("Should return all expected rows", expected, sql("SELECT id
FROM %s where nullif(data, '') is not null", tableName));
}
```
let me debug the issue :), thanks for reporting @jakelong95 !
--
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]