[jira] [Created] (ARROW-16865) [C++] Implement cumulative product, max, and min compute functions

2022-06-20 Thread Jabari Booker (Jira)
Jabari Booker created ARROW-16865: - Summary: [C++] Implement cumulative product, max, and min compute functions Key: ARROW-16865 URL: https://issues.apache.org/jira/browse/ARROW-16865 Project: Apache

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

2022-06-20 Thread GitBox
krlmlr commented on PR #18: URL: https://github.com/apache/arrow-adbc/pull/18#issuecomment-1160714111 Yes, that looks about right -- and is still createable with *one single query* on DuckDB and perhaps Postgres. -- This is an automated message from the Apache Git Service. To respond to

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

2022-06-20 Thread GitBox
lidavidm commented on PR #18: URL: https://github.com/apache/arrow-adbc/pull/18#issuecomment-1160634749 Ah, something more like this then? ``` /// CONSTRAINT_SCHEMA is a Struct with fields: /// /// Field Name | Field Type| Comments ///

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

2022-06-20 Thread GitBox
krlmlr commented on PR #18: URL: https://github.com/apache/arrow-adbc/pull/18#issuecomment-1160597922 This is similar to what MySQL does -- others (like Postgres, SQL Server, DuckDB (?)) would store the `fk_` columns in a detail table `constraint_column_usage` (we would use a list of

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

2022-06-20 Thread GitBox
lidavidm commented on PR #18: URL: https://github.com/apache/arrow-adbc/pull/18#issuecomment-1160481520 Is something like this what you were thinking? (This has less information than what Flight SQL provides but feels minimal, unless we also want to reflect the cascade/delete rules)

[jira] [Created] (ARROW-16864) pyarrow - external_id for S3 incorrectly set

2022-06-20 Thread Nicholas Kappel (Jira)
Nicholas Kappel created ARROW-16864: --- Summary: pyarrow - external_id for S3 incorrectly set Key: ARROW-16864 URL: https://issues.apache.org/jira/browse/ARROW-16864 Project: Apache Arrow

[jira] [Created] (ARROW-16863) [R] open_dataset() silently drops the missing values from a csv file

2022-06-20 Thread Zsolt Kegyes-Brassai (Jira)
Zsolt Kegyes-Brassai created ARROW-16863: Summary: [R] open_dataset() silently drops the missing values from a csv file Key: ARROW-16863 URL: https://issues.apache.org/jira/browse/ARROW-16863

[jira] [Created] (ARROW-16862) [C++] Add option for casting failure values to default to NULL/NA

2022-06-20 Thread Nicola Crane (Jira)
Nicola Crane created ARROW-16862: Summary: [C++] Add option for casting failure values to default to NULL/NA Key: ARROW-16862 URL: https://issues.apache.org/jira/browse/ARROW-16862 Project: Apache