[jira] [Created] (ARROW-16848) Update ORC to 1.7.5

2022-06-16 Thread William Hyun (Jira)
William Hyun created ARROW-16848: Summary: Update ORC to 1.7.5 Key: ARROW-16848 URL: https://issues.apache.org/jira/browse/ARROW-16848 Project: Apache Arrow Issue Type: Improvement

[GitHub] [arrow-testing] liukun4515 commented on pull request #56: ARROW-11417: Add integration files for buffer compression

2022-06-16 Thread GitBox
liukun4515 commented on PR #56: URL: https://github.com/apache/arrow-testing/pull/56#issuecomment-1158424874 @pitrou Hi, how do you generated the compression file? I'm doing compression work in rust version https://github.com/apache/arrow-rs/pull/1855 But the test failed when reading

[jira] [Created] (ARROW-16847) [C++] Rename or fix compute/kernels/aggregate_{mode, quantile}.cc modules to actually be aggregate functions

2022-06-16 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-16847: Summary: [C++] Rename or fix compute/kernels/aggregate_{mode, quantile}.cc modules to actually be aggregate functions Key: ARROW-16847 URL:

[GitHub] [arrow-adbc] krlmlr commented on pull request #18: Add table/column reflection

2022-06-16 Thread GitBox
krlmlr commented on PR #18: URL: https://github.com/apache/arrow-adbc/pull/18#issuecomment-1158246255 Fair enough, we can go with a static output schema for type stability. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[jira] [Created] (ARROW-16846) [Rust] Write blog post with Rust release highlights

2022-06-16 Thread Andrew Lamb (Jira)
Andrew Lamb created ARROW-16846: --- Summary: [Rust] Write blog post with Rust release highlights Key: ARROW-16846 URL: https://issues.apache.org/jira/browse/ARROW-16846 Project: Apache Arrow

[jira] [Created] (ARROW-16845) [C++] ArraySpan::IsNull/IsValid implementations are incorrect for union types

2022-06-16 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-16845: Summary: [C++] ArraySpan::IsNull/IsValid implementations are incorrect for union types Key: ARROW-16845 URL: https://issues.apache.org/jira/browse/ARROW-16845

[GitHub] [arrow-adbc] lidavidm commented on pull request #18: Add table/column reflection

2022-06-16 Thread GitBox
lidavidm commented on PR #18: URL: https://github.com/apache/arrow-adbc/pull/18#issuecomment-1158040008 Hmm, the filters (at least currently, and in Flight SQL) can be patterns as well as fixed strings. If filtering by catalog name gives you the schemas directly, that starts to

[GitHub] [arrow-adbc] krlmlr commented on pull request #18: Add table/column reflection

2022-06-16 Thread GitBox
krlmlr commented on PR #18: URL: https://github.com/apache/arrow-adbc/pull/18#issuecomment-1158037665 I'm not sure how difficult unpacking will be, and perhaps if filtering by catalog name we would only get ``` schema_name: utf8 schema_tables: list<...> ``` because

[GitHub] [arrow-adbc] lidavidm commented on pull request #18: Add table/column reflection

2022-06-16 Thread GitBox
lidavidm commented on PR #18: URL: https://github.com/apache/arrow-adbc/pull/18#issuecomment-1158027202 Hmm, that sounds reasonable. So the schema would be something like this? ``` catalog_name: utf8 catalog_schemas: list>> ``` And if you filtered by (say)

[GitHub] [arrow-adbc] krlmlr commented on pull request #18: Add table/column reflection

2022-06-16 Thread GitBox
krlmlr commented on PR #18: URL: https://github.com/apache/arrow-adbc/pull/18#issuecomment-1158022230 Thanks. I wonder if we need that many entry points. If we assume a hierarchy like catalog -> schema -> table -> column, could we have one single entry point that returns a nested

[GitHub] [arrow-adbc] lidavidm commented on pull request #21: Improve error code table

2022-06-16 Thread GitBox
lidavidm commented on PR #21: URL: https://github.com/apache/arrow-adbc/pull/21#issuecomment-1157998986 Updates: now the error struct also includes space for vendor-specific codes and the SQLSTATE code from the SQL standards, for completeness. -- This is an automated message from the

[GitHub] [arrow-adbc] lidavidm opened a new issue, #23: Clarify transaction semantics

2022-06-16 Thread GitBox
lidavidm opened a new issue, #23: URL: https://github.com/apache/arrow-adbc/issues/23 JDBC, ODBC, Flight SQL (implicitly): auto-commit PEP 249: manual commit We should define what the default is and add a function to set this on the connection. -- This is an automated message

[jira] [Created] (ARROW-16844) [C++][Python] Implement to/from substrait for Expression

2022-06-16 Thread Will Jones (Jira)
Will Jones created ARROW-16844: -- Summary: [C++][Python] Implement to/from substrait for Expression Key: ARROW-16844 URL: https://issues.apache.org/jira/browse/ARROW-16844 Project: Apache Arrow

[jira] [Created] (ARROW-16843) [Python][CSV] CSV reader performs unsafe type conversion

2022-06-16 Thread Thomas Buhrmann (Jira)
Thomas Buhrmann created ARROW-16843: --- Summary: [Python][CSV] CSV reader performs unsafe type conversion Key: ARROW-16843 URL: https://issues.apache.org/jira/browse/ARROW-16843 Project: Apache Arrow

[GitHub] [arrow-adbc] pitrou commented on issue #20: Improve error handling

2022-06-16 Thread GitBox
pitrou commented on issue #20: URL: https://github.com/apache/arrow-adbc/issues/20#issuecomment-1157797045 > Do we want to extend AdbcError with space for database-specific error codes? Probably? It seems that wouldn't hurt, and being possible to faithfully recreate errors is always

[GitHub] [arrow-adbc] lidavidm opened a new issue, #22: Set up linters, sanitizers

2022-06-16 Thread GitBox
lidavidm opened a new issue, #22: URL: https://github.com/apache/arrow-adbc/issues/22 We need to set up: - cpplint - clang-tidy - ASan/UBSan - Valgrind, possibly - flake8 for Cython -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [arrow-adbc] lidavidm opened a new pull request, #21: Improve error code table

2022-06-16 Thread GitBox
lidavidm opened a new pull request, #21: URL: https://github.com/apache/arrow-adbc/pull/21 Adds a wider set of error codes and describes what they're meant to be used for. Fixes #20. -- This is an automated message from the Apache Git Service. To respond to the message, please

[jira] [Created] (ARROW-16842) Lubridate features for version 10.0.0

2022-06-16 Thread Alessandro Molina (Jira)
Alessandro Molina created ARROW-16842: - Summary: Lubridate features for version 10.0.0 Key: ARROW-16842 URL: https://issues.apache.org/jira/browse/ARROW-16842 Project: Apache Arrow Issue

[jira] [Created] (ARROW-16841) [R] Additional Lubridate Capabilities

2022-06-16 Thread Alessandro Molina (Jira)
Alessandro Molina created ARROW-16841: - Summary: [R] Additional Lubridate Capabilities Key: ARROW-16841 URL: https://issues.apache.org/jira/browse/ARROW-16841 Project: Apache Arrow Issue

[GitHub] [arrow-adbc] lidavidm opened a new issue, #20: Improve error handling

2022-06-16 Thread GitBox
lidavidm opened a new issue, #20: URL: https://github.com/apache/arrow-adbc/issues/20 We should fill out the error codes. Things to consider: - Flight/gRPC status codes: the gRPC status codes are nice because they're well-defined. - PEP 249 exception hierarchy - SQLSTATE

[GitHub] [arrow-adbc] lidavidm opened a new issue, #19: Create Hive driver based on Arrow adapter

2022-06-16 Thread GitBox
lidavidm opened a new issue, #19: URL: https://github.com/apache/arrow-adbc/issues/19 Removed in https://github.com/apache/arrow/pull/13382 -- 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 to go to the

[jira] [Created] (ARROW-16840) [CI] replace actions/setup-ruby with ruby/setup-ruby

2022-06-16 Thread Jacob Wujciak-Jens (Jira)
Jacob Wujciak-Jens created ARROW-16840: -- Summary: [CI] replace actions/setup-ruby with ruby/setup-ruby Key: ARROW-16840 URL: https://issues.apache.org/jira/browse/ARROW-16840 Project: Apache