[GitHub] [arrow] thisisnic closed issue #34155: [R] BugReports field in DESCRIPTION file needs updating to point to GH Issues

2023-02-12 Thread via GitHub
thisisnic closed issue #34155: [R] BugReports field in DESCRIPTION file needs updating to point to GH Issues URL: https://github.com/apache/arrow/issues/34155 -- 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

[GitHub] [arrow] thisisnic opened a new issue, #34155: [R] BugReports field in DESCRIPTION file needs updating to point to GH Issues

2023-02-12 Thread via GitHub
thisisnic opened a new issue, #34155: URL: https://github.com/apache/arrow/issues/34155 ### Describe the bug, including details regarding any error messages, version, and platform. The BugReports field currently points to Jira but should be updated to point to GH Issues instead

[GitHub] [arrow] Fokko opened a new issue, #34154: [Python] Add `is_nan` for Python

2023-02-12 Thread via GitHub
Fokko opened a new issue, #34154: URL: https://github.com/apache/arrow/issues/34154 ### Describe the enhancement requested We currently use `field.is_null(nan_is_null=True) & field.is_valid()` for filtering on NaN values, but would be great to fall back to `is_nan`. The abovementione

[GitHub] [arrow-adbc] wjones127 opened a new issue, #453: [C][Sqlite] entries field in get_info result is nullable

2023-02-12 Thread via GitHub
wjones127 opened a new issue, #453: URL: https://github.com/apache/arrow-adbc/issues/453 We make the keys non-nullable, but not the entries field. https://github.com/apache/arrow-adbc/blob/317e47fde750c4f80f104a2b7a04ce8d33cb23ef/c/driver/sqlite/sqlite.c#L299 It is required to

[GitHub] [arrow] coady opened a new issue, #34153: [C++][Python] Binary search for sorted tables.

2023-02-12 Thread via GitHub
coady opened a new issue, #34153: URL: https://github.com/apache/arrow/issues/34153 ### Describe the enhancement requested While I support the decision for tables to not have index columns, I have still found it useful to enable fast binary search when it's known that a table is sort

[GitHub] [arrow] chenrui333 opened a new issue, #34151: apache-arrow 11.0.0 build failure

2023-02-12 Thread via GitHub
chenrui333 opened a new issue, #34151: URL: https://github.com/apache/arrow/issues/34151 ### Describe the bug, including details regarding any error messages, version, and platform. Currently, apache-arrow 11.0.0 failed to build on osx. relates to https://github.com/Homebrew/ho

[GitHub] [arrow] rtpsw opened a new issue, #34150: [C++] [Python] Fix improper initialization of `ConversionOptions`

2023-02-12 Thread via GitHub
rtpsw opened a new issue, #34150: URL: https://github.com/apache/arrow/issues/34150 ### Describe the bug, including details regarding any error messages, version, and platform. In a debugging session, I observed that `ConversionOptions` being passed from `_substrait.pyx` was improper