-
Notifications
You must be signed in to change notification settings - Fork 3
[JS] comparison predicates don't work on 64-bit integers #122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Taras Novak: the origins of this request: https://beta.observablehq.com/@randomfractals/apache-arrow I'd like to optimize that without unpacking millisecs from epoch to dates. Create new Timestamp from a Date start/end filter example instead with arrow could probably do a trick for this perf. tuning bit, but I suspect there is more we should unpack there. Thanks to @TheNeuralBit for collabo on this bit!
|
Neville Dipale / @nevi-me: |
Cameron Davison: |
Wes McKinney / @wesm: |
Brian Hulette / @TheNeuralBit: |
Todd Farmer / @toddfarmer: |
The 64-bit integer vector
get
function returns a 2-element array, which doesn't compare propery in the comparison predicates. We should special case the comparisons for 64-bit integers and timestamps.Reporter: Brian Hulette / @TheNeuralBit
Note: This issue was originally created as ARROW-2797. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: