Skip to content

Commit

Permalink
Use total_cmp for floating value ordering and remove nan_ordering flag
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Aug 30, 2022
1 parent 171f80b commit 2503670
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 705 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/arrow.yml
Expand Up @@ -54,9 +54,6 @@ jobs:
- name: Test --features=force_validate,prettyprint,ipc_compression,ffi,dyn_cmp_dict
run: |
cargo test -p arrow --features=force_validate,prettyprint,ipc_compression,ffi,dyn_cmp_dict
- name: Test --features=nan_ordering
run: |
cargo test -p arrow --features "nan_ordering"
- name: Run examples
run: |
# Test arrow examples
Expand Down
2 changes: 0 additions & 2 deletions arrow/Cargo.toml
Expand Up @@ -87,8 +87,6 @@ pyarrow = ["pyo3", "ffi"]
force_validate = []
# Enable ffi support
ffi = []
# Enable NaN-ordering behavior on comparison kernels
nan_ordering = []
# Enable dyn-comparison of dictionary arrays with other arrays
# Note: this does not impact comparison against scalars
dyn_cmp_dict = []
Expand Down

0 comments on commit 2503670

Please sign in to comment.