-
Updated
Sep 3, 2021 - C++
arrow
Here are 227 public repositories matching this topic...
-
Updated
Sep 3, 2021 - Kotlin
Is your feature request related to a problem? Please describe.
The row_equality_comparator constructor currently accepts a bool to indicate if nulls are considered equal or not. In libcudf, we prefer to use scoped enums instead of bools and we already have a [`
In pandas assert_frame_equals has the check_exact flag which allows for inexact number comparisons with tolerances defined by the rtol (relative tolerance) and atol (absolute tolerance). This would be nice to have in polars as well, since it allows for ignoring floating point rounding error
-
Updated
Apr 20, 2021 - Rust
-
Updated
Jul 26, 2021 - JavaScript
We no longer need to control the number of concurrent kernels, since now we control the number of concurrent tasks
-
Updated
May 22, 2020 - Java
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Jan 3, 2021 - Swift
I think it would be useful if ROAPI can not only use Arrow IPC for response encoding, but also as a dataset format.
-
Updated
Oct 15, 2018 - Swift
-
Updated
Sep 1, 2021 - JavaScript
-
Updated
Feb 8, 2021 - Python
Problem description
Reading a dataset with eager's read functionality raises a ValueError when providing columns.
Example code (ideally copy-pastable)
import pandas as pd
from tempfile import TemporaryDirectory
from functools import partial
from storefact import get_store_from_url
from kartothek.io.eager import store_dataframes_as_dataset, read_dataset_as_dataIt would be helpful to have Fletchgen output warnings for unused metadata fields that start with fletcher_. For example, (this happened to me) when someone adds fletchgen_epc to Schema metadata instead of Field metadata.
-
Updated
May 19, 2021 - Java
-
Updated
Aug 3, 2021 - Julia
-
Updated
Oct 25, 2019 - Objective-C
-
Updated
Apr 25, 2019 - Python
-
Updated
Feb 18, 2021 - Kotlin
Update fxhash crate
use https://crates.io/crates/rustc-hash rather than the old unmaintained fxhash crate.
Bump prost to 0.8
-
Updated
Feb 23, 2021 - Kotlin
Improve this page
Add a description, image, and links to the arrow topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the arrow topic, visit your repo's landing page and select "manage topics."
Feature Request
Many locales have the bare minimum when it comes to test cases. While I understand it can be tedious and repetitive to write out test case