[GitHub] [arrow] jorgecarleitao commented on pull request #8032: ARROW-9836: [Rust][DataFusion] Improve API for usage of UDFs

2020-08-24 Thread GitBox
jorgecarleitao commented on pull request #8032: URL: https://github.com/apache/arrow/pull/8032#issuecomment-679631810 > For built-in functions like `sqrt` I would expect DataFusion to provide convenience functions to create an expression, like we do with `col` and the aggregate functions.

[GitHub] [arrow] jorgecarleitao edited a comment on pull request #8032: ARROW-9836: [Rust][DataFusion] Improve API for usage of UDFs

2020-08-24 Thread GitBox
jorgecarleitao edited a comment on pull request #8032: URL: https://github.com/apache/arrow/pull/8032#issuecomment-679631810 > For built-in functions like `sqrt` I would expect DataFusion to provide convenience functions to create an expression, like we do with `col` and the aggregate

[GitHub] [arrow] jorgecarleitao edited a comment on pull request #8032: ARROW-9836: [Rust][DataFusion] Improve API for usage of UDFs

2020-08-24 Thread GitBox
jorgecarleitao edited a comment on pull request #8032: URL: https://github.com/apache/arrow/pull/8032#issuecomment-679631810 > For built-in functions like `sqrt` I would expect DataFusion to provide convenience functions to create an expression, like we do with `col` and the aggregate

[GitHub] [arrow] alamb commented on a change in pull request #8031: ARROW-9815: [Rust][DataFusion] Add a trait for looking up scalar functions by name

2020-08-24 Thread GitBox
alamb commented on a change in pull request #8031: URL: https://github.com/apache/arrow/pull/8031#discussion_r475531252 ## File path: rust/datafusion/src/execution/context.rs ## @@ -477,9 +466,9 @@ impl ExecutionConfig { /// Execution context for registering data sources and

[GitHub] [arrow] emkornfield commented on a change in pull request #8023: ARROW-9318: [C++] Parquet encryption key management

2020-08-24 Thread GitBox
emkornfield commented on a change in pull request #8023: URL: https://github.com/apache/arrow/pull/8023#discussion_r475376926 ## File path: cpp/src/parquet/encryption.h ## @@ -47,15 +47,15 @@ using ColumnPathToEncryptionPropertiesMap = class PARQUET_EXPORT

[GitHub] [arrow] thamht4190 commented on a change in pull request #8023: ARROW-9318: [C++] Parquet encryption key management

2020-08-24 Thread GitBox
thamht4190 commented on a change in pull request #8023: URL: https://github.com/apache/arrow/pull/8023#discussion_r475442393 ## File path: cpp/src/parquet/kms_client_factory.h ## @@ -0,0 +1,42 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [arrow] thamht4190 commented on a change in pull request #8023: ARROW-9318: [C++] Parquet encryption key management

2020-08-24 Thread GitBox
thamht4190 commented on a change in pull request #8023: URL: https://github.com/apache/arrow/pull/8023#discussion_r475446337 ## File path: cpp/src/parquet/file_key_material_store.h ## @@ -0,0 +1,51 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [arrow] kszucs closed pull request #7985: [WIP][Release] Verify 1.0.1 release candidate RC0

2020-08-24 Thread GitBox
kszucs closed pull request #7985: URL: https://github.com/apache/arrow/pull/7985 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

[GitHub] [arrow] kszucs commented on pull request #7985: [WIP][Release] Verify 1.0.1 release candidate RC0

2020-08-24 Thread GitBox
kszucs commented on pull request #7985: URL: https://github.com/apache/arrow/pull/7985#issuecomment-679030048 Closing since 1.0.1 has been released. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [arrow] alamb commented on pull request #7967: ARROW-9751: [Rust] [DataFusion] Allow UDFs to accept multiple data types per argument

2020-08-24 Thread GitBox
alamb commented on pull request #7967: URL: https://github.com/apache/arrow/pull/7967#issuecomment-679069890 > I would prefer that the user does not have to have this burden: it registers a UDF with the type, and then just plans a call without its return type, during planning.

[GitHub] [arrow] thamht4190 commented on a change in pull request #8023: ARROW-9318: [C++] Parquet encryption key management

2020-08-24 Thread GitBox
thamht4190 commented on a change in pull request #8023: URL: https://github.com/apache/arrow/pull/8023#discussion_r475440024 ## File path: cpp/src/parquet/key_toolkit.h ## @@ -0,0 +1,123 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor

[GitHub] [arrow] thamht4190 commented on a change in pull request #8023: ARROW-9318: [C++] Parquet encryption key management

2020-08-24 Thread GitBox
thamht4190 commented on a change in pull request #8023: URL: https://github.com/apache/arrow/pull/8023#discussion_r475368729 ## File path: cpp/src/parquet/encryption.h ## @@ -47,15 +47,15 @@ using ColumnPathToEncryptionPropertiesMap = class PARQUET_EXPORT

[GitHub] [arrow] jorisvandenbossche commented on a change in pull request #8008: ARROW-9369: [Python] Support conversion from python sequence to dictionary type

2020-08-24 Thread GitBox
jorisvandenbossche commented on a change in pull request #8008: URL: https://github.com/apache/arrow/pull/8008#discussion_r475541170 ## File path: python/pyarrow/scalar.pxi ## @@ -687,6 +687,44 @@ cdef class DictionaryScalar(Scalar): Concrete class for dictionary-encoded

[GitHub] [arrow] alamb commented on a change in pull request #8034: ARROW-9464: [Rust] [DataFusion] Physical plan optimization rule to insert MergeExec when needed

2020-08-24 Thread GitBox
alamb commented on a change in pull request #8034: URL: https://github.com/apache/arrow/pull/8034#discussion_r475537669 ## File path: rust/datafusion/src/execution/physical_plan/mod.rs ## @@ -74,6 +85,15 @@ impl Partitioning { } } +/// Distribution schemes

[GitHub] [arrow] jorisvandenbossche commented on a change in pull request #8008: ARROW-9369: [Python] Support conversion from python sequence to dictionary type

2020-08-24 Thread GitBox
jorisvandenbossche commented on a change in pull request #8008: URL: https://github.com/apache/arrow/pull/8008#discussion_r475540932 ## File path: python/pyarrow/scalar.pxi ## @@ -687,6 +687,44 @@ cdef class DictionaryScalar(Scalar): Concrete class for dictionary-encoded

[GitHub] [arrow] github-actions[bot] commented on pull request #8038: Update with changes when FileStats changes to FileInfo

2020-08-24 Thread GitBox
github-actions[bot] commented on pull request #8038: URL: https://github.com/apache/arrow/pull/8038#issuecomment-679157223 Thanks for opening a pull request! Could you open an issue for this pull request on JIRA? https://issues.apache.org/jira/browse/ARROW Then

[GitHub] [arrow] alamb commented on pull request #7967: ARROW-9751: [Rust] [DataFusion] Allow UDFs to accept multiple data types per argument

2020-08-24 Thread GitBox
alamb commented on pull request #7967: URL: https://github.com/apache/arrow/pull/7967#issuecomment-679075478 I will try and review this carefully later today sometime -- I am on vacation this week with my family so my responses will likely be delayed compared to normal (not that I

[GitHub] [arrow] github-actions[bot] commented on pull request #8037: ARROW-9827: [C++][Dataset] Skip parsing RowGroup metadata statistics when there is no filter

2020-08-24 Thread GitBox
github-actions[bot] commented on pull request #8037: URL: https://github.com/apache/arrow/pull/8037#issuecomment-679121480 https://issues.apache.org/jira/browse/ARROW-9827 This is an automated message from the Apache Git

[GitHub] [arrow] jorisvandenbossche commented on a change in pull request #8037: ARROW-9827: [C++][Dataset] Skip parsing RowGroup metadata statistics when there is no filter

2020-08-24 Thread GitBox
jorisvandenbossche commented on a change in pull request #8037: URL: https://github.com/apache/arrow/pull/8037#discussion_r475594117 ## File path: cpp/src/arrow/dataset/file_parquet.cc ## @@ -357,12 +357,14 @@ Result ParquetFileFormat::ScanFile(std::shared_ptrsource(),

[GitHub] [arrow] github-actions[bot] commented on pull request #8036: ARROW-9811: [C++] Unchecked floating point division by 0 should succeed

2020-08-24 Thread GitBox
github-actions[bot] commented on pull request #8036: URL: https://github.com/apache/arrow/pull/8036#issuecomment-679113683 https://issues.apache.org/jira/browse/ARROW-9811 This is an automated message from the Apache Git

[GitHub] [arrow] liyafan82 opened a new pull request #8036: ARROW-9811: [C++] Unchecked floating point division by 0 should succeed

2020-08-24 Thread GitBox
liyafan82 opened a new pull request #8036: URL: https://github.com/apache/arrow/pull/8036 See https://issues.apache.org/jira/browse/ARROW-9811 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [arrow] klucar opened a new pull request #8038: Update with changes when FileStats changes to FileInfo

2020-08-24 Thread GitBox
klucar opened a new pull request #8038: URL: https://github.com/apache/arrow/pull/8038 Documentation for the python filesystem interface was not updated when the code changed FileStats to FileInfo. The code still has a line saying FileStats = FileInfo "for backward compatibility"

[GitHub] [arrow] jorisvandenbossche opened a new pull request #8037: ARROW-9827: [C++][Dataset] Skip parsing RowGroup metadata statistics when there is no filter

2020-08-24 Thread GitBox
jorisvandenbossche opened a new pull request #8037: URL: https://github.com/apache/arrow/pull/8037 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [arrow] jorisvandenbossche closed pull request #8038: ARROW-9840: [Python] fs documentation out of date with code (FileStats -> FileInfo)

2020-08-24 Thread GitBox
jorisvandenbossche closed pull request #8038: URL: https://github.com/apache/arrow/pull/8038 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] github-actions[bot] commented on pull request #8038: ARROW-9840: Documentation Python fs documentation out of date with code.

2020-08-24 Thread GitBox
github-actions[bot] commented on pull request #8038: URL: https://github.com/apache/arrow/pull/8038#issuecomment-679171658 https://issues.apache.org/jira/browse/ARROW-9840 This is an automated message from the Apache Git

[GitHub] [arrow] thamht4190 commented on a change in pull request #8023: ARROW-9318: [C++] Parquet encryption key management

2020-08-24 Thread GitBox
thamht4190 commented on a change in pull request #8023: URL: https://github.com/apache/arrow/pull/8023#discussion_r475668043 ## File path: cpp/src/parquet/encryption.h ## @@ -47,15 +47,15 @@ using ColumnPathToEncryptionPropertiesMap = class PARQUET_EXPORT

[GitHub] [arrow] nevi-me opened a new pull request #8039: ARROW-9841: [Rust] Update checked-in fbs files

2020-08-24 Thread GitBox
nevi-me opened a new pull request #8039: URL: https://github.com/apache/arrow/pull/8039 Built and manually fixed errors on required fields This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [arrow] github-actions[bot] commented on pull request #8039: ARROW-9841: [Rust] Update checked-in fbs files

2020-08-24 Thread GitBox
github-actions[bot] commented on pull request #8039: URL: https://github.com/apache/arrow/pull/8039#issuecomment-679228676 https://issues.apache.org/jira/browse/ARROW-9841 This is an automated message from the Apache Git

[GitHub] [arrow] corleyma commented on pull request #7997: ARROW-9266: [Python][Packaging] enable C++ S3FS in macOS wheels

2020-08-24 Thread GitBox
corleyma commented on pull request #7997: URL: https://github.com/apache/arrow/pull/7997#issuecomment-679406134 @kou I pushed some changes which optimistically re-enable building of AWS C++ sdk from source. @pitrou As said before, I'm not super familiar with conda but a cursory

[GitHub] [arrow] corleyma commented on pull request #7997: ARROW-9266: [Python][Packaging] enable C++ S3FS in macOS wheels

2020-08-24 Thread GitBox
corleyma commented on pull request #7997: URL: https://github.com/apache/arrow/pull/7997#issuecomment-679408850 > The approach we use for manylinux wheels is to build the AWS SDK from source separately, and it works. Why would it be different on macOS? I'm not sure if it would be

[GitHub] [arrow] saethlin opened a new pull request #8042: ARROW-9845: [Rust] [Parquet] serde_json is only used in tests but isn't in dev-dependencies

2020-08-24 Thread GitBox
saethlin opened a new pull request #8042: URL: https://github.com/apache/arrow/pull/8042 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

[GitHub] [arrow] corleyma commented on pull request #7997: ARROW-9266: [Python][Packaging] enable C++ S3FS in macOS wheels

2020-08-24 Thread GitBox
corleyma commented on pull request #7997: URL: https://github.com/apache/arrow/pull/7997#issuecomment-679418775 >So any C++ dependency that's expressed naturally in conda (as a dependency on just another package) has to become statically bundled in a Python wheel. Bundling those

[GitHub] [arrow] andygrove closed pull request #8039: ARROW-9841: [Rust] Update checked-in fbs files

2020-08-24 Thread GitBox
andygrove closed pull request #8039: URL: https://github.com/apache/arrow/pull/8039 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

[GitHub] [arrow] pitrou commented on pull request #7997: ARROW-9266: [Python][Packaging] enable C++ S3FS in macOS wheels

2020-08-24 Thread GitBox
pitrou commented on pull request #7997: URL: https://github.com/apache/arrow/pull/7997#issuecomment-679407504 The approach we use for manylinux wheels is to build the AWS SDK from source separately, and it works. Why would it be different on macOS?

[GitHub] [arrow] pitrou commented on pull request #7997: ARROW-9266: [Python][Packaging] enable C++ S3FS in macOS wheels

2020-08-24 Thread GitBox
pitrou commented on pull request #7997: URL: https://github.com/apache/arrow/pull/7997#issuecomment-679409666 I can't answer definitely, but I'm extremely skeptical that conda-build will be able to proper usable Python wheels in anything other than the most simple cases, and Arrow is

[GitHub] [arrow] pitrou commented on pull request #7997: ARROW-9266: [Python][Packaging] enable C++ S3FS in macOS wheels

2020-08-24 Thread GitBox
pitrou commented on pull request #7997: URL: https://github.com/apache/arrow/pull/7997#issuecomment-679409935 So I maintain that building AWS SDK from source during the wheel build process is probably the most reasonable way forward here.

[GitHub] [arrow] andygrove commented on a change in pull request #8020: ARROW-9821: [Rust][DataFusion] Prototype design for UserDefined Logical Plan Nodes NOT FOR MERGING

2020-08-24 Thread GitBox
andygrove commented on a change in pull request #8020: URL: https://github.com/apache/arrow/pull/8020#discussion_r475953168 ## File path: rust/datafusion/src/lp_limit.rs ## @@ -0,0 +1,99 @@ +//! Example of how a "User Defined logical plan node would work. Use +//! the

[GitHub] [arrow] andygrove closed pull request #8030: ARROW-9835: [Rust][DataFusion] Removed FunctionMeta and FunctionType

2020-08-24 Thread GitBox
andygrove closed pull request #8030: URL: https://github.com/apache/arrow/pull/8030 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

[GitHub] [arrow] github-actions[bot] commented on pull request #8042: ARROW-9845: [Rust] [Parquet] serde_json is only used in tests but isn't in dev-dependencies

2020-08-24 Thread GitBox
github-actions[bot] commented on pull request #8042: URL: https://github.com/apache/arrow/pull/8042#issuecomment-679421435 https://issues.apache.org/jira/browse/ARROW-9845 This is an automated message from the Apache Git

[GitHub] [arrow] andygrove closed pull request #8031: ARROW-9815: [Rust][DataFusion] Add a trait for looking up scalar functions by name

2020-08-24 Thread GitBox
andygrove closed pull request #8031: URL: https://github.com/apache/arrow/pull/8031 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

[GitHub] [arrow] kou commented on pull request #7997: ARROW-9266: [Python][Packaging] enable C++ S3FS in macOS wheels

2020-08-24 Thread GitBox
kou commented on pull request #7997: URL: https://github.com/apache/arrow/pull/7997#issuecomment-679470592 @github-actions crossbow submit wheel-osx-* Oh, sorry. I didn't know that we have the https://github.com/apache/arrow/blob/master/dev/archery/archery/bot.py#L180-L183 check.

[GitHub] [arrow] andygrove commented on pull request #8042: ARROW-9845: [Rust] [Parquet] serde_json is only used in tests but isn't in dev-dependencies

2020-08-24 Thread GitBox
andygrove commented on pull request #8042: URL: https://github.com/apache/arrow/pull/8042#issuecomment-679470478 Build failure is unrelated to these changes - see https://issues.apache.org/jira/browse/ARROW-9846 This is an

[GitHub] [arrow] andygrove opened a new pull request #8043: IGNORE: [Rust] Add Cargo.lock

2020-08-24 Thread GitBox
andygrove opened a new pull request #8043: URL: https://github.com/apache/arrow/pull/8043 It is supposedly bad practice to check-in Cargo.lock for libraries, but I am curious to see if this fixes the broken build. This is

[GitHub] [arrow] github-actions[bot] commented on pull request #8043: IGNORE: [Rust] Add Cargo.lock

2020-08-24 Thread GitBox
github-actions[bot] commented on pull request #8043: URL: https://github.com/apache/arrow/pull/8043#issuecomment-679486365 Thanks for opening a pull request! Could you open an issue for this pull request on JIRA? https://issues.apache.org/jira/browse/ARROW Then

[GitHub] [arrow] github-actions[bot] commented on pull request #8044: ARROW-7663: [Python] Raise better error message when passing mixed-type (int/string) Pandas dataframe to pyarrow Table

2020-08-24 Thread GitBox
github-actions[bot] commented on pull request #8044: URL: https://github.com/apache/arrow/pull/8044#issuecomment-679599784 https://issues.apache.org/jira/browse/ARROW-7663 This is an automated message from the Apache Git

[GitHub] [arrow] arw2019 opened a new pull request #8044: ARROW-7663: [Python] Raise better error message when passing mixed-type (int/string) Pandas dataframe to pyarrow Table

2020-08-24 Thread GitBox
arw2019 opened a new pull request #8044: URL: https://github.com/apache/arrow/pull/8044 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

[GitHub] [arrow] kou commented on pull request #7997: ARROW-9266: [Python][Packaging] enable C++ S3FS in macOS wheels

2020-08-24 Thread GitBox
kou commented on pull request #7997: URL: https://github.com/apache/arrow/pull/7997#issuecomment-679356761 @github-actions crossbow submit wheel-osx-* This is an automated message from the Apache Git Service. To respond to

[GitHub] [arrow] pitrou commented on pull request #7997: ARROW-9266: [Python][Packaging] enable C++ S3FS in macOS wheels

2020-08-24 Thread GitBox
pitrou commented on pull request #7997: URL: https://github.com/apache/arrow/pull/7997#issuecomment-679350519 I don't remember the specifics, but IIRC the AWS SDK build procedure always takes up the system version of OpenSSL, while in many cases (especially packaging-related) we want to

[GitHub] [arrow] pitrou commented on pull request #7997: ARROW-9266: [Python][Packaging] enable C++ S3FS in macOS wheels

2020-08-24 Thread GitBox
pitrou commented on pull request #7997: URL: https://github.com/apache/arrow/pull/7997#issuecomment-679350747 That was with an older AWS SDK version some time ago, though, so you could try to enable it and see what happens now.

[GitHub] [arrow] github-actions[bot] commented on pull request #8041: ARROW-8001: [R][Dataset] Bindings for dataset writing

2020-08-24 Thread GitBox
github-actions[bot] commented on pull request #8041: URL: https://github.com/apache/arrow/pull/8041#issuecomment-679365736 https://issues.apache.org/jira/browse/ARROW-8001 This is an automated message from the Apache Git

[GitHub] [arrow] andygrove commented on pull request #8032: ARROW-9836: [Rust][DataFusion] Improve API for usage of UDFs

2020-08-24 Thread GitBox
andygrove commented on pull request #8032: URL: https://github.com/apache/arrow/pull/8032#issuecomment-679327189 For built-in functions like `sqrt` I would expect DataFusion to provide convenience functions to create an expression, like we do with `col` and the aggregate functions. I

[GitHub] [arrow] corleyma commented on pull request #7997: ARROW-9266: [Python][Packaging] enable C++ S3FS in macOS wheels

2020-08-24 Thread GitBox
corleyma commented on pull request #7997: URL: https://github.com/apache/arrow/pull/7997#issuecomment-679333928 @pitrou It seems like it might be worth digging into how to fix/enable builds of AWS SDK in the `ThirdpartyToolchain.cmake`. Looks like you disabled it

[GitHub] [arrow] scober opened a new pull request #8040: ARROW-9824: [C++] Export file_offset in RowGroupMetaData

2020-08-24 Thread GitBox
scober opened a new pull request #8040: URL: https://github.com/apache/arrow/pull/8040 Export the file_offset field (which already exists in RowGroupMetaDataImpl) in RowGroupMetaData. This is an automated message from the

[GitHub] [arrow] github-actions[bot] commented on pull request #8040: ARROW-9824: [C++] Export file_offset in RowGroupMetaData

2020-08-24 Thread GitBox
github-actions[bot] commented on pull request #8040: URL: https://github.com/apache/arrow/pull/8040#issuecomment-679345538 https://issues.apache.org/jira/browse/ARROW-9824 This is an automated message from the Apache Git

[GitHub] [arrow] emkornfield commented on pull request #7030: ARROW-7808: [Java][Dataset] Implement Datasets Java API by JNI to C++

2020-08-24 Thread GitBox
emkornfield commented on pull request #7030: URL: https://github.com/apache/arrow/pull/7030#issuecomment-679355309 > Also I suppose if we want to consider block level memory reservation then we should dive into jemalloc and use some thing like a hook API right? That will appear to take me

[GitHub] [arrow] emkornfield commented on pull request #7030: ARROW-7808: [Java][Dataset] Implement Datasets Java API by JNI to C++

2020-08-24 Thread GitBox
emkornfield commented on pull request #7030: URL: https://github.com/apache/arrow/pull/7030#issuecomment-679355492 The logic might warrant its own interface instead of a std::Function. This is an automated message from the

[GitHub] [arrow] github-actions[bot] commented on pull request #7997: ARROW-9266: [Python][Packaging] enable C++ S3FS in macOS wheels

2020-08-24 Thread GitBox
github-actions[bot] commented on pull request #7997: URL: https://github.com/apache/arrow/pull/7997#issuecomment-679357816 Revision: e2359f53f4f053ea9181963d3859d7d43c5dee04 Submitted crossbow builds: [ursa-labs/crossbow @

[GitHub] [arrow] jacques-n commented on pull request #7030: ARROW-7808: [Java][Dataset] Implement Datasets Java API by JNI to C++

2020-08-24 Thread GitBox
jacques-n commented on pull request #7030: URL: https://github.com/apache/arrow/pull/7030#issuecomment-679358407 > The logic might warrant its own interface instead of a std::Function. I believe we already have this functionality in Gandiva. Let's see if we can use a consistent

[GitHub] [arrow] nealrichardson opened a new pull request #8041: ARROW-8001: [R][Dataset] Bindings for dataset writing

2020-08-24 Thread GitBox
nealrichardson opened a new pull request #8041: URL: https://github.com/apache/arrow/pull/8041 * r/R/dataset.R is broken out into smaller files. I did this in the first commit, isolated from the behavior changes, so if you do a diff without the first commit, it's easier to see what has

[GitHub] [arrow] nealrichardson commented on pull request #7997: ARROW-9266: [Python][Packaging] enable C++ S3FS in macOS wheels

2020-08-24 Thread GitBox
nealrichardson commented on pull request #7997: URL: https://github.com/apache/arrow/pull/7997#issuecomment-679370468 FWIW the latest Travis failures do look like https://github.com/aws/aws-sdk-cpp/issues/1309. I don't think Homebrew is a viable source for aws-sdk-cpp for us.

[GitHub] [arrow] andygrove commented on pull request #8033: ARROW-9837: [Rust][DataFusion] Add provider for variable

2020-08-24 Thread GitBox
andygrove commented on pull request #8033: URL: https://github.com/apache/arrow/pull/8033#issuecomment-679429920 Hi @wqc200 please rebase against master rather than merge from master once this is ready for review. This is

[GitHub] [arrow] github-actions[bot] commented on pull request #7997: ARROW-9266: [Python][Packaging] enable C++ S3FS in macOS wheels

2020-08-24 Thread GitBox
github-actions[bot] commented on pull request #7997: URL: https://github.com/apache/arrow/pull/7997#issuecomment-679431464 Revision: 0b3365dbee909715c7fa7dbdaeebac50357f72d2 Submitted crossbow builds: [ursa-labs/crossbow @

[GitHub] [arrow] corleyma commented on pull request #7997: ARROW-9266: [Python][Packaging] enable C++ S3FS in macOS wheels

2020-08-24 Thread GitBox
corleyma commented on pull request #7997: URL: https://github.com/apache/arrow/pull/7997#issuecomment-679435086 @kou Ah, interesting, good to know! I could not seem to get `@github-actions crossbow submit -g conda` to work as expected in a different PR, but perhaps it's just the `-g`

[GitHub] [arrow] corleyma commented on pull request #7997: ARROW-9266: [Python][Packaging] enable C++ S3FS in macOS wheels

2020-08-24 Thread GitBox
corleyma commented on pull request #7997: URL: https://github.com/apache/arrow/pull/7997#issuecomment-679458248 @github-actions crossbow submit wheel-osx-* This is an automated message from the Apache Git Service. To respond

[GitHub] [arrow] corleyma commented on pull request #7997: ARROW-9266: [Python][Packaging] enable C++ S3FS in macOS wheels

2020-08-24 Thread GitBox
corleyma commented on pull request #7997: URL: https://github.com/apache/arrow/pull/7997#issuecomment-679461439 @kou seems crossbow builds won't run for me, alas.  This is an automated message from the Apache Git Service.

[GitHub] [arrow] andygrove edited a comment on pull request #8034: ARROW-9464: [Rust] [DataFusion] Physical plan optimization rule to insert MergeExec when needed

2020-08-24 Thread GitBox
andygrove edited a comment on pull request #8034: URL: https://github.com/apache/arrow/pull/8034#issuecomment-679426900 Thanks for the reviews @alamb and @jorgecarleitao .. I have implemented the suggested changes and have also improved the error handling so that we return `Err` results

[GitHub] [arrow] andygrove commented on pull request #8034: ARROW-9464: [Rust] [DataFusion] Physical plan optimization rule to insert MergeExec when needed

2020-08-24 Thread GitBox
andygrove commented on pull request #8034: URL: https://github.com/apache/arrow/pull/8034#issuecomment-679426900 Thanks for the reviews @alamb and @jorgecarleitao .. I have implemented the suggested and also improved the error handling so we return `Err` results rather than panic if the

[GitHub] [arrow] kou commented on pull request #7997: ARROW-9266: [Python][Packaging] enable C++ S3FS in macOS wheels

2020-08-24 Thread GitBox
kou commented on pull request #7997: URL: https://github.com/apache/arrow/pull/7997#issuecomment-679430872 @github-actions crossbow submit wheel-osx-* FYI: Anybody can run jobs to build wheels for macOS by writing the above comment.