pepijnve commented on PR #17884:
URL: https://github.com/apache/datafusion/pull/17884#issuecomment-3361235907
@Jefffrey I'm fixing the failing test. While I'm at it I'm considering
adding another change in this PR that uses Display for the set elements rather
than Debug. The output now is way too verbose imo.
Rather than
```
a@0 IN (SET) ([Literal { value: Utf8("a"), field: Field { name: "lit",
data_type: Utf8, nullable: false, dict_id: 0, dict_is_ordered: false, metadata:
{} } }, Literal { value: Utf8("b"), field: Field { name: "lit", data_type:
Utf8, nullable: false, d ...
```
we would get
```
a@0 IN (SET) ([a, b, NULL])
```
is that ok to include or should I make a separate PR?
--
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]