This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Support Decimal in build_compare() #997
Labels
enhancement
An improvement to an existing feature
no-changelog
Issues whose changes are covered by a PR and thus should not be shown in the changelog
This is similar to
arrow-rs
PR apache/arrow-rs#1487.I suspect adding a single-line match like
(Decimal(_,_), Decimal(_,_) => compare_primitives::<i128>(left, right),
ought to be enough.I will give a PR a go.
The text was updated successfully, but these errors were encountered: