viirya commented on issue #4024: URL: https://github.com/apache/arrow-datafusion/issues/4024#issuecomment-1298185499
> If I change part of the query from this: > > ``` > and l_discount between 0.06 - 0.01 and 0.06 + 0.01 > ``` > > to this: > > ``` > and l_discount between 0.05 and 0.07 > ``` > > then it works Does it work? I just tried but it still doesn't work. The result `123140554.79`. -- 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]
