weiting-chen commented on issue #10502:
URL:
https://github.com/apache/incubator-gluten/issues/10502#issuecomment-3210953697
The above filter condition translates to Not(EqualTo("l_orderkey", "NaN")) -
this will eventually go here -
https://github.com/facebookincubator/velox/blob/23b1d9ad2927fbd22efe0b5993d4498baa0d11e0/velox/type/Filter.h#L1448
Does that mean Temurin use different way to deliver NaN comparing to OpenJDK?
When passing NaNs via JNI, Temurin may preserve the NaN, while OpenJDK may
convert it to null or ignore it in some cases.
If so, one other solution is to add a check to avoid NaN to be delivered to
Velox
--
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]