rok commented on pull request #11889:
URL: https://github.com/apache/arrow/pull/11889#issuecomment-1059907579
@lidavidm this now builds the repro on my laptop with a small adjustment to
CMakeLists.txt. Namely last line should be:
`target_link_libraries(arrow_example PRIVATE arrow_flight_
shanisolomon commented on a change in pull request #1346:
URL: https://github.com/apache/arrow-rs/pull/1346#discussion_r820186754
##
File path: parquet/src/file/metadata.rs
##
@@ -428,32 +428,21 @@ impl ColumnChunkMetaData {
self.data_page_offset
}
-/// Retu
jackwener commented on issue #1390:
URL: https://github.com/apache/arrow-rs/issues/1390#issuecomment-1059900498
Has it already been fixed?
```rust
fn test_fixed_size_binary_array_from_sparse_iter() {
let none_option: Option<[u8; 32]> = None;
let input_arg = vec.copied().reduce(...)`:
```
quinnj commented on a change in pull request #277:
URL: https://github.com/apache/arrow-julia/pull/277#discussion_r820173661
##
File path: src/write.jl
##
@@ -51,131 +51,213 @@ Supported keyword arguments to `Arrow.write` include:
"""
function write end
-write(io_or_file; k
quinnj commented on a change in pull request #277:
URL: https://github.com/apache/arrow-julia/pull/277#discussion_r820173569
##
File path: src/write.jl
##
@@ -51,131 +51,213 @@ Supported keyword arguments to `Arrow.write` include:
"""
function write end
-write(io_or_file; k
quinnj commented on a change in pull request #277:
URL: https://github.com/apache/arrow-julia/pull/277#discussion_r820173490
##
File path: src/write.jl
##
@@ -51,131 +51,213 @@ Supported keyword arguments to `Arrow.write` include:
"""
function write end
-write(io_or_file; k
quinnj commented on a change in pull request #277:
URL: https://github.com/apache/arrow-julia/pull/277#discussion_r820173392
##
File path: src/write.jl
##
@@ -51,131 +51,213 @@ Supported keyword arguments to `Arrow.write` include:
"""
function write end
-write(io_or_file; k
lidavidm commented on a change in pull request #12571:
URL: https://github.com/apache/arrow/pull/12571#discussion_r820172392
##
File path: format/Flight.proto
##
@@ -301,6 +301,33 @@ message Location {
*/
message Ticket {
bytes ticket = 1;
+ // Data representing some par
HaoYang670 commented on issue #1400:
URL: https://github.com/apache/arrow-rs/issues/1400#issuecomment-1059882916
Strongly agree with you @jhorstmann. `fold` seems to copy all elements in
the array, and `reduce` just takes the references. If the code is rewritten as
```rust
if null
Jimexist merged pull request #1929:
URL: https://github.com/apache/arrow-datafusion/pull/1929
--
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 specific comment.
To unsubscribe, e-mail: gith
Jimexist commented on pull request #12028:
URL: https://github.com/apache/arrow/pull/12028#issuecomment-1059880764
i havent tested this locally - so if anyone would give a second opinion i'll
wait for a few days before trying to merge as is
--
This is an automated message from the Apache
quinnj commented on pull request #296:
URL: https://github.com/apache/arrow-julia/pull/296#issuecomment-1059875570
@complyue, thanks for the contribution! I spent some time reviewing your PR
and something seemed very familiar about the problem. And that's when I
remembered that we already
quinnj opened a new pull request #298:
URL: https://github.com/apache/arrow-julia/pull/298
We already have a utility defined (`OrderedChannel`) that we use when
writing record batches to ensure batches get _written_ in the same order
they are provided; it makes sense to use the same ut
matthewmturner commented on issue #1930:
URL:
https://github.com/apache/arrow-datafusion/issues/1930#issuecomment-1059872236
maybe my objective could be achieved with some command line options instead.
for example:
Default credentials
```
$ datafusion-cli --object-store s3
codecov-commenter edited a comment on pull request #1389:
URL: https://github.com/apache/arrow-rs/pull/1389#issuecomment-1058957663
#
[Codecov](https://codecov.io/gh/apache/arrow-rs/pull/1389?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm
yjshen commented on a change in pull request #1389:
URL: https://github.com/apache/arrow-rs/pull/1389#discussion_r820164755
##
File path: parquet/src/file/serialized_reader.rs
##
@@ -127,6 +127,56 @@ pub struct SerializedFileReader {
metadata: ParquetMetaData,
}
+/// A
GavinRay97 edited a comment on issue #12570:
URL: https://github.com/apache/arrow/issues/12570#issuecomment-1059852761
Here is a Node.js script to download from the Nightlies and extract the
assets into Maven repository structure:
```json
{
"name": "arrow-download-nightly-a
ursabot edited a comment on pull request #12320:
URL: https://github.com/apache/arrow/pull/12320#issuecomment-1059837801
Benchmark runs are scheduled for baseline =
4ef95eb89f9202dfcd9017633cf55671d56e337f and contender =
a13870e33eb8b25a1e9cee28a310c7c6cd9a4fb4.
a13870e33eb8b25a1e9cee28a
yjshen commented on pull request #1929:
URL:
https://github.com/apache/arrow-datafusion/pull/1929#issuecomment-1059861425
Thanks again for fixing this. ❤️
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
eelxpeng commented on pull request #12055:
URL: https://github.com/apache/arrow/pull/12055#issuecomment-1059861418
Verified the speed improvement on the
[example](https://pastebin.com/pSkYHQn9) provided above. Thanks for the good
work! @edponce
I have one question, does the change
GavinRay97 edited a comment on issue #12570:
URL: https://github.com/apache/arrow/issues/12570#issuecomment-1059852761
Here is a Node.js script to download from the Nightlies and extract the
assets into Maven repository structure:
```json
{
"name": "arrow-download-nightly-a
ursabot edited a comment on pull request #12320:
URL: https://github.com/apache/arrow/pull/12320#issuecomment-1059837801
Benchmark runs are scheduled for baseline =
4ef95eb89f9202dfcd9017633cf55671d56e337f and contender =
a13870e33eb8b25a1e9cee28a310c7c6cd9a4fb4.
a13870e33eb8b25a1e9cee28a
matthewmturner commented on a change in pull request #1928:
URL: https://github.com/apache/arrow-datafusion/pull/1928#discussion_r820160520
##
File path: benchmarks/db-benchmark/db-benchmark.dockerfile
##
@@ -0,0 +1,54 @@
+FROM ubuntu
+ARG DEBIAN_FRONTEND=noninteractive
+
+RUN
GavinRay97 edited a comment on issue #12570:
URL: https://github.com/apache/arrow/issues/12570#issuecomment-1059852761
Here is a Node.js script to download from the Nightlies and extract the
assets into Maven repository structure:
```json
{
"name": "arrow-download-nightly-a
ursabot edited a comment on pull request #12320:
URL: https://github.com/apache/arrow/pull/12320#issuecomment-1059837801
Benchmark runs are scheduled for baseline =
4ef95eb89f9202dfcd9017633cf55671d56e337f and contender =
a13870e33eb8b25a1e9cee28a310c7c6cd9a4fb4.
a13870e33eb8b25a1e9cee28a
GavinRay97 edited a comment on issue #12570:
URL: https://github.com/apache/arrow/issues/12570#issuecomment-1059852761
Here is a Node.js script to download from the Nightlies and extract the
assets into Maven repository structure:
```json
{
"name": "arrow-download-nightly-a
GavinRay97 commented on issue #12570:
URL: https://github.com/apache/arrow/issues/12570#issuecomment-1059852761
Here is a Node.js script to download from the Nightlies and extract the
assets into Maven repository structure:
```js
// index.mjs
// Run with: $ node index.mjs
im
ursabot edited a comment on pull request #12320:
URL: https://github.com/apache/arrow/pull/12320#issuecomment-1059837801
Benchmark runs are scheduled for baseline =
4ef95eb89f9202dfcd9017633cf55671d56e337f and contender =
a13870e33eb8b25a1e9cee28a310c7c6cd9a4fb4.
a13870e33eb8b25a1e9cee28a
viirya commented on a change in pull request #1921:
URL: https://github.com/apache/arrow-datafusion/pull/1921#discussion_r820135554
##
File path: datafusion/src/execution/memory_manager.rs
##
@@ -340,7 +341,13 @@ impl MemoryManager {
} else if current < min_per_rqt
viirya closed issue #1920:
URL: https://github.com/apache/arrow-datafusion/issues/1920
--
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 specific comment.
To unsubscribe, e-mail: github-unsu
ursabot commented on pull request #12320:
URL: https://github.com/apache/arrow/pull/12320#issuecomment-1059837801
Benchmark runs are scheduled for baseline =
4ef95eb89f9202dfcd9017633cf55671d56e337f and contender =
a13870e33eb8b25a1e9cee28a310c7c6cd9a4fb4.
a13870e33eb8b25a1e9cee28a310c7c6
alamb merged pull request #1860:
URL: https://github.com/apache/arrow-datafusion/pull/1860
--
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 specific comment.
To unsubscribe, e-mail: github-
alamb commented on pull request #1860:
URL:
https://github.com/apache/arrow-datafusion/pull/1860#issuecomment-1059837724
Filed https://github.com/apache/arrow-datafusion/issues/1931 for follow on
work ; Thanks again @Igosuki and @rdettai
--
This is an automated message from the Apach
alamb closed issue #1859:
URL: https://github.com/apache/arrow-datafusion/issues/1859
--
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 specific comment.
To unsubscribe, e-mail: github-unsub
alamb opened a new issue #1931:
URL: https://github.com/apache/arrow-datafusion/issues/1931
**Is your feature request related to a problem or challenge? Please describe
what you are trying to do.**
The `ListingFileProvider` after
https://github.com/apache/arrow-datafusion/pull/1860
kou closed pull request #12320:
URL: https://github.com/apache/arrow/pull/12320
--
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 specific comment.
To unsubscribe, e-mail: github-unsubscr...
kou commented on pull request #12320:
URL: https://github.com/apache/arrow/pull/12320#issuecomment-1059836982
Merged: :-)
--
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 specific comment.
T
thinkharderdev commented on a change in pull request #1929:
URL: https://github.com/apache/arrow-datafusion/pull/1929#discussion_r820151234
##
File path: datafusion-jit/src/jit.rs
##
@@ -51,6 +52,28 @@ impl Default for JIT {
module,
}
}
+
+#[cfg(t
hntd187 commented on issue #1544:
URL:
https://github.com/apache/arrow-datafusion/issues/1544#issuecomment-1059835380
@matthewmturner here is a first pass are people able to start editing this
doc?
https://docs.google.com/document/d/1ZR171NcI_lrn7e7yVjSZFtCkNM7w2yzia_pH3b4QL_c/edit
alamb commented on pull request #1860:
URL:
https://github.com/apache/arrow-datafusion/pull/1860#issuecomment-1059834753
In order to unstick this PR I plan to file a follow on ticket to add a more
sophisticated handling of dictionaries and then merge this PR in as a
workaround until it is
alamb commented on issue #1391:
URL: https://github.com/apache/arrow-rs/issues/1391#issuecomment-1059833775
RC is available:
https://lists.apache.org/thread/0qdntovo308g1cxsj1h113b1lr6gfvhh
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
sunchao commented on a change in pull request #1389:
URL: https://github.com/apache/arrow-rs/pull/1389#discussion_r820143715
##
File path: parquet/src/file/serialized_reader.rs
##
@@ -127,6 +127,56 @@ pub struct SerializedFileReader {
metadata: ParquetMetaData,
}
+/// A
houqp commented on a change in pull request #1928:
URL: https://github.com/apache/arrow-datafusion/pull/1928#discussion_r820143271
##
File path: benchmarks/db-benchmark/db-benchmark.dockerfile
##
@@ -0,0 +1,54 @@
+FROM ubuntu
+ARG DEBIAN_FRONTEND=noninteractive
+
+RUN apt-get u
houqp commented on a change in pull request #1928:
URL: https://github.com/apache/arrow-datafusion/pull/1928#discussion_r820143207
##
File path: benchmarks/db-benchmark/db-benchmark.dockerfile
##
@@ -0,0 +1,54 @@
+FROM ubuntu
+ARG DEBIAN_FRONTEND=noninteractive
+
+RUN apt-get u
houqp commented on a change in pull request #1929:
URL: https://github.com/apache/arrow-datafusion/pull/1929#discussion_r820142824
##
File path: datafusion-jit/src/jit.rs
##
@@ -51,6 +52,28 @@ impl Default for JIT {
module,
}
}
+
+#[cfg(target_arc
hntd187 commented on pull request #1600:
URL:
https://github.com/apache/arrow-datafusion/pull/1600#issuecomment-1059820737
Sure, I should have the docs up for that proposal shortly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
hntd187 closed pull request #1600:
URL: https://github.com/apache/arrow-datafusion/pull/1600
--
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 specific comment.
To unsubscribe, e-mail: githu
ursabot edited a comment on pull request #12490:
URL: https://github.com/apache/arrow/pull/12490#issuecomment-1059610557
Benchmark runs are scheduled for baseline =
6734d0faede2030e202aee5a0c7a1ace8eefd2d5 and contender =
4ef95eb89f9202dfcd9017633cf55671d56e337f.
4ef95eb89f9202dfcd9017633
GavinRay97 edited a comment on issue #12570:
URL: https://github.com/apache/arrow/issues/12570#issuecomment-1059817506
I've used a regular GitHub repository as a Maven repository before, for that
you have to use the "raw" URL:
```groovy
repositories {
maven {
n
GavinRay97 commented on issue #12570:
URL: https://github.com/apache/arrow/issues/12570#issuecomment-1059817506
I've used a regular GitHub repository as a Maven repository before, for that
you have to use the "raw" URL
Maybe something like this might be needed for using tagged relea
matthewmturner commented on pull request #1929:
URL:
https://github.com/apache/arrow-datafusion/pull/1929#issuecomment-1059814999
I noticed this locally as well. Thx for fixing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
alamb commented on pull request #1929:
URL:
https://github.com/apache/arrow-datafusion/pull/1929#issuecomment-1059813789
cc @yjshen
--
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 specific
matthewmturner commented on pull request #1928:
URL:
https://github.com/apache/arrow-datafusion/pull/1928#issuecomment-1059812594
Lol. I unknowingly created a shell script that had a name conflict with a
db-benchmark script which caused issue.
--
This is an automated message from the A
viirya closed pull request #1921:
URL: https://github.com/apache/arrow-datafusion/pull/1921
--
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 specific comment.
To unsubscribe, e-mail: github
viirya commented on a change in pull request #1921:
URL: https://github.com/apache/arrow-datafusion/pull/1921#discussion_r820135554
##
File path: datafusion/src/execution/memory_manager.rs
##
@@ -340,7 +341,13 @@ impl MemoryManager {
} else if current < min_per_rqt
pachadotdev edited a comment on pull request #10546:
URL: https://github.com/apache/arrow/pull/10546#issuecomment-1059806276
Hi @jonkeane, do I just delete the branch?. IMO this very old PR had some
cool additions for the documentation.
--
This is an automated message from the Apache Git
pachadotdev commented on pull request #10546:
URL: https://github.com/apache/arrow/pull/10546#issuecomment-1059806276
Hi @jonkeane, do I just delete the branch. IMO this very old PR had some
cool additions for the documentation.
--
This is an automated message from the Apache Git Service
matthewmturner commented on issue #1930:
URL:
https://github.com/apache/arrow-datafusion/issues/1930#issuecomment-1059805594
actually, im not sure how well those parameters in `register_object_store`
will generalize to other `ObjectStore` besides s3. so now im not sure if a
general funct
matthewmturner commented on issue #1930:
URL:
https://github.com/apache/arrow-datafusion/issues/1930#issuecomment-1059804187
@seddonm1 @yjshen @houqp FYI - in case you have thoughts on this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
matthewmturner opened a new issue #1930:
URL: https://github.com/apache/arrow-datafusion/issues/1930
**Is your feature request related to a problem or challenge? Please describe
what you are trying to do.**
A clear and concise description of what the problem is. Ex. I'm always
frustrate
ursabot edited a comment on pull request #12521:
URL: https://github.com/apache/arrow/pull/12521#issuecomment-1059579237
Benchmark runs are scheduled for baseline =
348057aea798bf612eddcae42495234e5853fd76 and contender =
6734d0faede2030e202aee5a0c7a1ace8eefd2d5.
6734d0faede2030e202aee5a0
vibhatha commented on pull request #12113:
URL: https://github.com/apache/arrow/pull/12113#issuecomment-1059789949
working resolving some merge conflicts
--
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 t
yjshen commented on a change in pull request #1905:
URL: https://github.com/apache/arrow-datafusion/pull/1905#discussion_r820119627
##
File path: datafusion/src/datasource/object_store/local.rs
##
@@ -82,23 +112,12 @@ impl ObjectReader for LocalFileReader {
)
}
jonkeane commented on pull request #11682:
URL: https://github.com/apache/arrow/pull/11682#issuecomment-1059787534
Closing in favor of #12113
--
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
jonkeane closed pull request #10546:
URL: https://github.com/apache/arrow/pull/10546
--
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 specific comment.
To unsubscribe, e-mail: github-unsubs
lidavidm commented on pull request #12573:
URL: https://github.com/apache/arrow/pull/12573#issuecomment-1059787241
CC @jduo if you'd like to take a look
--
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
jonkeane closed pull request #:
URL: https://github.com/apache/arrow/pull/
--
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 specific comment.
To unsubscribe, e-mail: github-unsubscr
github-actions[bot] removed a comment on pull request #12573:
URL: https://github.com/apache/arrow/pull/12573#issuecomment-1059786888
:warning: Ticket **has not been started in JIRA**, please click 'Start
Progress'.
--
This is an automated message from the Apache Git Service.
To respond
lidavidm commented on pull request #12573:
URL: https://github.com/apache/arrow/pull/12573#issuecomment-1059786910
I would like to add sequence diagrams, how do we feel about something like
[sphinxcontrib-mermaid](https://pypi.org/project/sphinxcontrib-mermaid/)?
--
This is an automated
github-actions[bot] commented on pull request #12573:
URL: https://github.com/apache/arrow/pull/12573#issuecomment-1059786886
--
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 specific comment.
lidavidm opened a new pull request #12573:
URL: https://github.com/apache/arrow/pull/12573
Adds a Flight SQL documentation page that we can link to from the website.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
matthewmturner commented on pull request #1922:
URL:
https://github.com/apache/arrow-datafusion/pull/1922#issuecomment-1059783928
@Jimexist what would you think about merging this as is and then tackling
that point as part of convos on #1712 where there is interest in moving
DataFrame fro
alamb commented on a change in pull request #1905:
URL: https://github.com/apache/arrow-datafusion/pull/1905#discussion_r820111433
##
File path: datafusion/src/datasource/object_store/local.rs
##
@@ -82,23 +112,12 @@ impl ObjectReader for LocalFileReader {
)
}
-
thinkharderdev commented on a change in pull request #1912:
URL: https://github.com/apache/arrow-datafusion/pull/1912#discussion_r820111007
##
File path: ballista/rust/scheduler/src/scheduler_server/mod.rs
##
@@ -0,0 +1,142 @@
+// Licensed to the Apache Software Foundation (ASF
thinkharderdev commented on a change in pull request #1913:
URL: https://github.com/apache/arrow-datafusion/pull/1913#discussion_r820110604
##
File path: ballista/rust/scheduler/src/state/persistent_state.rs
##
@@ -0,0 +1,312 @@
+// Licensed to the Apache Software Foundation (A
thinkharderdev opened a new pull request #1929:
URL: https://github.com/apache/arrow-datafusion/pull/1929
# Which issue does this PR close?
Closes #.
# Rationale for this change
Currently tests do not pass on Apple Silicone (or any non x86_64) platform.
Thi
ursabot edited a comment on pull request #12488:
URL: https://github.com/apache/arrow/pull/12488#issuecomment-1059557562
Benchmark runs are scheduled for baseline =
762bb3d64f055db72ebb61ebe0d53a929ea8cd34 and contender =
348057aea798bf612eddcae42495234e5853fd76.
348057aea798bf612eddcae42
codecov-commenter edited a comment on pull request #1396:
URL: https://github.com/apache/arrow-rs/pull/1396#issuecomment-1058450817
#
[Codecov](https://codecov.io/gh/apache/arrow-rs/pull/1396?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm
github-actions[bot] commented on pull request #12572:
URL: https://github.com/apache/arrow/pull/12572#issuecomment-1059771601
Thanks for opening a pull request!
If this is not a [minor
PR](https://github.com/apache/arrow/blob/master/CONTRIBUTING.md#Minor-Fixes).
Could you op
andriyor opened a new pull request #12572:
URL: https://github.com/apache/arrow/pull/12572
Warehouse now uses the project_urls provided to display links in the sidebar
on [this screen](https://pypi.org/project/requests/), as well as including them
in API responses to help the automation to
alamb closed issue #1908:
URL: https://github.com/apache/arrow-datafusion/issues/1908
--
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 specific comment.
To unsubscribe, e-mail: github-unsub
alamb merged pull request #1911:
URL: https://github.com/apache/arrow-datafusion/pull/1911
--
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 specific comment.
To unsubscribe, e-mail: github-
alamb commented on pull request #1911:
URL:
https://github.com/apache/arrow-datafusion/pull/1911#issuecomment-1059771423
cc @realno @liukun4515
--
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
alamb commented on pull request #1911:
URL:
https://github.com/apache/arrow-datafusion/pull/1911#issuecomment-1059771098
Rather than allow PRs to accumulate, I'll merge them in as they seem
uncontroversial and have been reviewed. We can always continue reorganizing as
we move forward.
lidavidm commented on issue #12570:
URL: https://github.com/apache/arrow/issues/12570#issuecomment-1059770864
@davisusanibar were you able to get this to work?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
alamb commented on pull request #1898:
URL:
https://github.com/apache/arrow-datafusion/pull/1898#issuecomment-1059770069
Rebased
--
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 specific com
alamb merged pull request #1917:
URL: https://github.com/apache/arrow-datafusion/pull/1917
--
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 specific comment.
To unsubscribe, e-mail: github-
alamb merged pull request #1402:
URL: https://github.com/apache/arrow-rs/pull/1402
--
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 specific comment.
To unsubscribe, e-mail: github-unsubscr
alamb closed issue #1398:
URL: https://github.com/apache/arrow-rs/issues/1398
--
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 specific comment.
To unsubscribe, e-mail: github-unsubscr...@a
alamb commented on issue #180:
URL: https://github.com/apache/arrow-rs/issues/180#issuecomment-1059769108
Thank you for the update @kylebarron
--
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
alamb commented on issue #1384:
URL:
https://github.com/apache/arrow-datafusion/issues/1384#issuecomment-1059768319
I think https://github.com/apache/arrow-datafusion/pull/1863 from
@matthewmturner may start to lay some of the foundations for doing something
similar (e.g. a ObjectStore b
xhochy commented on pull request #12562:
URL: https://github.com/apache/arrow/pull/12562#issuecomment-1059764529
This should not be necessary. These variables should be picked up
automatically
--
This is an automated message from the Apache Git Service.
To respond to the message, please
jhorstmann commented on issue #1400:
URL: https://github.com/apache/arrow-rs/issues/1400#issuecomment-1059762317
Good point, I tried some other variations and it seems to come down to the
handling of references vs copying. The following two variations lead to
different code:
```
codecov-commenter commented on pull request #1401:
URL: https://github.com/apache/arrow-rs/pull/1401#issuecomment-1059761599
#
[Codecov](https://codecov.io/gh/apache/arrow-rs/pull/1401?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=T
dragosmg commented on a change in pull request #12319:
URL: https://github.com/apache/arrow/pull/12319#discussion_r820098108
##
File path: r/R/dplyr-funcs-type.R
##
@@ -292,3 +293,18 @@ register_bindings_type_elementwise <- function() {
is_inf & !call_binding("is.na", is_i
dragosmg commented on a change in pull request #12319:
URL: https://github.com/apache/arrow/pull/12319#discussion_r820098058
##
File path: r/tests/testthat/test-dplyr-funcs-type.R
##
@@ -843,3 +843,90 @@ test_that("as.Date() converts successfully from date,
timestamp, integer,
1 - 100 of 145 matches
Mail list logo