emkornfield commented on pull request #6985:
URL: https://github.com/apache/arrow/pull/6985#issuecomment-629737181
@pitrou
https://github.com/apache/arrow/pull/6985/commits/a36dc55efe3def27eef413b8e17567ec400a01ff
adds a benchmark. Should be cherry-pickable to a clean branch for compariso
houqp commented on a change in pull request #7133:
URL: https://github.com/apache/arrow/pull/7133#discussion_r426196139
##
File path: rust/arrow/src/record_batch.rs
##
@@ -36,7 +36,7 @@ use crate::error::{ArrowError, Result};
/// serialization and computation functions, possib
kou commented on a change in pull request #7202:
URL: https://github.com/apache/arrow/pull/7202#discussion_r426192648
##
File path: cpp/src/arrow/array.h
##
@@ -798,7 +798,12 @@ class ARROW_EXPORT FixedSizeListArray : public Array {
i += data_->offset;
return static_c
andygrove closed pull request #7200:
URL: https://github.com/apache/arrow/pull/7200
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
andygrove commented on a change in pull request #7133:
URL: https://github.com/apache/arrow/pull/7133#discussion_r426186878
##
File path: rust/arrow/src/record_batch.rs
##
@@ -36,7 +36,7 @@ use crate::error::{ArrowError, Result};
/// serialization and computation functions, po
github-actions[bot] commented on pull request #7206:
URL: https://github.com/apache/arrow/pull/7206#issuecomment-629691994
https://issues.apache.org/jira/browse/ARROW-8827
This is an automated message from the Apache Git Serv
andygrove commented on pull request #7064:
URL: https://github.com/apache/arrow/pull/7064#issuecomment-629690900
@pauldix Never mind, I pulled your branch into mine and created a new PR
here https://github.com/apache/arrow/pull/7206 which preserves your commits.
--
github-actions[bot] commented on pull request #7206:
URL: https://github.com/apache/arrow/pull/7206#issuecomment-629690122
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 could
andygrove opened a new pull request #7206:
URL: https://github.com/apache/arrow/pull/7206
Created from original PR created by @pauldix
* Adds Rust to Archery integration tests
* arrow-json-integration-test runner with start of code to convert a JSON
definition into a RecordBatch
andygrove commented on pull request #7064:
URL: https://github.com/apache/arrow/pull/7064#issuecomment-629688732
@pauldix Any chance you could rebase this against the new
`rust-integration-testing` branch, or give arrow committers permissions to push
to your branch?
-
houqp commented on pull request #7200:
URL: https://github.com/apache/arrow/pull/7200#issuecomment-629686800
@nevi-me @andygrove rebased on top of latest master, builds are passing now
This is an automated message from the Ap
github-actions[bot] commented on pull request #7202:
URL: https://github.com/apache/arrow/pull/7202#issuecomment-629680642
https://issues.apache.org/jira/browse/ARROW-8825
This is an automated message from the Apache Git Serv
github-actions[bot] commented on pull request #7205:
URL: https://github.com/apache/arrow/pull/7205#issuecomment-629673929
https://issues.apache.org/jira/browse/ARROW-8782
This is an automated message from the Apache Git Serv
github-actions[bot] commented on pull request #7204:
URL: https://github.com/apache/arrow/pull/7204#issuecomment-629673934
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 could
andygrove opened a new pull request #7205:
URL: https://github.com/apache/arrow/pull/7205
This PR adds a new crate for benchmarks based on the [New York Taxi and
Limousine
Commission](https://www1.nyc.gov/site/tlc/about/tlc-trip-record-data.page) data
set.
Currently, only DataFusio
yordan-pavlov opened a new pull request #7204:
URL: https://github.com/apache/arrow/pull/7204
This pull request completes the SIMD implementation of the comparison kernel
in simd_compare_op by using a bitmask SIMD operation instead of a for loop to
copy the results of comparison.
Pr
hurricane1026 closed pull request #7202:
URL: https://github.com/apache/arrow/pull/7202
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
github-actions[bot] commented on pull request #7202:
URL: https://github.com/apache/arrow/pull/7202#issuecomment-629661941
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 could
github-actions[bot] commented on pull request #7203:
URL: https://github.com/apache/arrow/pull/7203#issuecomment-629661955
https://issues.apache.org/jira/browse/ARROW-8822
This is an automated message from the Apache Git Serv
andygrove opened a new pull request #7203:
URL: https://github.com/apache/arrow/pull/7203
Add InMemoryScan to LogicalPlan.
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
hurricane1026 opened a new pull request #7202:
URL: https://github.com/apache/arrow/pull/7202
add a compiler hint to tell the compiler that the unused-parameter is by
default.
This is an automated message from the Apache Git
hurricane1026 closed pull request #7201:
URL: https://github.com/apache/arrow/pull/7201
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
github-actions[bot] commented on pull request #7201:
URL: https://github.com/apache/arrow/pull/7201#issuecomment-629642401
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 could
hurricane1026 opened a new pull request #7201:
URL: https://github.com/apache/arrow/pull/7201
remove a useless named parameter to make -Werror -Wunsed-parameter flags
passed
*Otherwise* my project will not compiled done ...
--
paddyhoran commented on a change in pull request #6898:
URL: https://github.com/apache/arrow/pull/6898#discussion_r426143335
##
File path: rust/arrow/src/memory.rs
##
@@ -16,12 +16,125 @@
// under the License.
//! Defines memory-related functions, such as allocate/deallocat
nevi-me closed pull request #7186:
URL: https://github.com/apache/arrow/pull/7186
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 th
nevi-me closed pull request #7198:
URL: https://github.com/apache/arrow/pull/7198
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 th
27 matches
Mail list logo