viirya commented on PR #1736:
URL: https://github.com/apache/arrow-rs/pull/1736#issuecomment-1136802521
Thank you @iyupeng
--
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.
waynexia commented on PR #2613:
URL:
https://github.com/apache/arrow-datafusion/pull/2613#issuecomment-1136800236
>if 'if not exists' and 'or replace' are both specified, treat as 'or
replace'
I personally feel weird about `IF NOT EXIST` coexist with `OR REPLACE`. They
are asking fo
iyupeng commented on PR #1736:
URL: https://github.com/apache/arrow-rs/pull/1736#issuecomment-1136785856
Hi @viirya, I can add more commits to improve the test on projection. Please
wait for some time before merging.
--
This is an automated message from the Apache Git Service.
To respond
waynexia commented on code in PR #2612:
URL: https://github.com/apache/arrow-datafusion/pull/2612#discussion_r881260305
##
docs/source/user-guide/cli.md:
##
@@ -19,8 +19,7 @@
# DataFusion Command-line Interface
-The DataFusion CLI allows SQL queries to be executed by an in-
ursabot commented on PR #13221:
URL: https://github.com/apache/arrow/pull/13221#issuecomment-1136779497
Benchmark runs are scheduled for baseline =
7adda73dc4ef6f28f8e5701eb4be1dc9526c0e1b and contender =
5994fd88259b8a6ee0efef7233d75352b7360188.
5994fd88259b8a6ee0efef7233d75352b7360188 is
thisisnic closed issue #190: [Java] Clarify build requirements
URL: https://github.com/apache/arrow-cookbook/issues/190
--
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 unsub
toddfarmer opened a new issue, #190:
URL: https://github.com/apache/arrow-cookbook/issues/190
The [Java CONTRIBUTING.rst
page](https://github.com/apache/arrow-cookbook/blob/main/java/CONTRIBUTING.rst)
makes no mention of a Python dependency, but the `make java` command can fail
due to pyth
tustvold commented on issue #2581:
URL:
https://github.com/apache/arrow-datafusion/issues/2581#issuecomment-1136757045
At least in the case of arrow and parquet, list element pushdown is more of
a filter than a cheap projection - it requires rewriting the buffers.
Perhaps we could do
viirya commented on code in PR #1736:
URL: https://github.com/apache/arrow-rs/pull/1736#discussion_r881239079
##
arrow/src/ipc/reader.rs:
##
@@ -275,6 +275,120 @@ fn create_array(
Ok((array, node_index, buffer_index))
}
+/// Skip fields based on data types to advance `no
kou commented on PR #13184:
URL: https://github.com/apache/arrow/pull/13184#issuecomment-1136746053
We just need the `public_repo` scope.
--
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 speci
HaoYang670 commented on code in PR #1738:
URL: https://github.com/apache/arrow-rs/pull/1738#discussion_r881229487
##
arrow/src/compute/kernels/cast.rs:
##
@@ -1661,6 +1660,34 @@ fn cast_string_to_timestamp_ns(
Ok(Arc::new(array) as ArrayRef)
}
+/// Casts Utf8 to Boolean
kesavkolla commented on issue #2581:
URL:
https://github.com/apache/arrow-datafusion/issues/2581#issuecomment-1136730678
My question is will the projection goes to nested levels?
Eg: employee.departments[*].name, employee.departments[0].name
--
This is an automated message from the
AssHero opened a new pull request, #2613:
URL: https://github.com/apache/arrow-datafusion/pull/2613
# Which issue does this PR close?
Closes #2605
# Rationale for this change
replace the table content if table already exits
❯ create table xx as values(1,2),(3,4);
+--
Ted-Jiang opened a new pull request, #2612:
URL: https://github.com/apache/arrow-datafusion/pull/2612
# Which issue does this PR close?
Now we not support connect ballista using datafusion-cli
```
datafusion-cli % cargo build --features ballista
error: none of the selected package
Ted-Jiang commented on code in PR #2591:
URL: https://github.com/apache/arrow-datafusion/pull/2591#discussion_r881201496
##
datafusion/core/src/physical_plan/hash_join.rs:
##
@@ -791,6 +826,109 @@ fn build_join_indexes(
}
}
+fn apply_join_filter(
+left: &RecordBatch,
zeroshade commented on PR #13221:
URL: https://github.com/apache/arrow/pull/13221#issuecomment-1136697951
Thanks @mdepero!
--
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
zeroshade closed pull request #13221: ARROW-16638: [Go][Parquet] Fix boolean
column skip
URL: https://github.com/apache/arrow/pull/13221
--
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
zeroshade commented on code in PR #13221:
URL: https://github.com/apache/arrow/pull/13221#discussion_r881194207
##
go/parquet/file/column_reader_types.gen.go.tmpl:
##
@@ -36,11 +36,13 @@ func (cr *{{.Name}}ColumnChunkReader) Skip(nvalues int64)
(int64, error) {
vals, _,
codecov-commenter commented on PR #1736:
URL: https://github.com/apache/arrow-rs/pull/1736#issuecomment-1136694183
#
[Codecov](https://codecov.io/gh/apache/arrow-rs/pull/1736?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+S
iyupeng commented on PR #1736:
URL: https://github.com/apache/arrow-rs/pull/1736#issuecomment-1136684581
Hi @viirya , thanks for your comment. A new test is added to IPC reader in
my last commit.
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
MazterQyou commented on code in PR #1738:
URL: https://github.com/apache/arrow-rs/pull/1738#discussion_r881181334
##
arrow/src/compute/kernels/cast.rs:
##
@@ -280,6 +280,8 @@ pub fn can_cast_types(from_type: &DataType, to_type:
&DataType) -> bool {
///
/// Behavior:
/// * Bo
HaoYang670 commented on PR #1739:
URL: https://github.com/apache/arrow-rs/pull/1739#issuecomment-1136611225
cc @alamb @tustvold @viirya
Please help to review. Thank you!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
mdepero commented on code in PR #13221:
URL: https://github.com/apache/arrow/pull/13221#discussion_r881114277
##
go/parquet/file/column_reader_types.gen.go:
##
@@ -207,10 +207,11 @@ type BooleanColumnChunkReader struct {
func (cr *BooleanColumnChunkReader) Skip(nvalues int64) (
zeroshade commented on code in PR #13221:
URL: https://github.com/apache/arrow/pull/13221#discussion_r881107743
##
go/parquet/file/column_reader_types.gen.go:
##
@@ -207,10 +207,11 @@ type BooleanColumnChunkReader struct {
func (cr *BooleanColumnChunkReader) Skip(nvalues int64)
MazterQyou commented on code in PR #1738:
URL: https://github.com/apache/arrow-rs/pull/1738#discussion_r881091531
##
arrow/src/compute/kernels/cast.rs:
##
@@ -280,6 +280,8 @@ pub fn can_cast_types(from_type: &DataType, to_type:
&DataType) -> bool {
///
/// Behavior:
/// * Bo
MazterQyou commented on code in PR #1738:
URL: https://github.com/apache/arrow-rs/pull/1738#discussion_r881091531
##
arrow/src/compute/kernels/cast.rs:
##
@@ -280,6 +280,8 @@ pub fn can_cast_types(from_type: &DataType, to_type:
&DataType) -> bool {
///
/// Behavior:
/// * Bo
MazterQyou commented on code in PR #1738:
URL: https://github.com/apache/arrow-rs/pull/1738#discussion_r881091531
##
arrow/src/compute/kernels/cast.rs:
##
@@ -280,6 +280,8 @@ pub fn can_cast_types(from_type: &DataType, to_type:
&DataType) -> bool {
///
/// Behavior:
/// * Bo
MazterQyou commented on code in PR #1738:
URL: https://github.com/apache/arrow-rs/pull/1738#discussion_r881091531
##
arrow/src/compute/kernels/cast.rs:
##
@@ -280,6 +280,8 @@ pub fn can_cast_types(from_type: &DataType, to_type:
&DataType) -> bool {
///
/// Behavior:
/// * Bo
vibhatha commented on PR #13078:
URL: https://github.com/apache/arrow/pull/13078#issuecomment-1136560779
@westonpace These two JIRAs [1] [2] will be helpful in finalizing the
overall tasks associated with Substrait-Joins
[1] https://issues.apache.org/jira/browse/ARROW-16485
[2] htt
vibhatha commented on code in PR #13078:
URL: https://github.com/apache/arrow/pull/13078#discussion_r881078028
##
cpp/src/arrow/engine/substrait/relation_internal.cc:
##
@@ -225,6 +225,76 @@ Result FromProto(const
substrait::Rel& rel,
});
}
+case substrait::Re
vibhatha commented on PR #13205:
URL: https://github.com/apache/arrow/pull/13205#issuecomment-1136558312
@westonpace updated the PR.
--
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
andygrove commented on code in PR #41:
URL: https://github.com/apache/arrow-ballista/pull/41#discussion_r881063740
##
docs/developer/architecture.md:
##
@@ -36,24 +35,15 @@ stage cannot start until its child query stages have
completed.
Each query stage has one or more partiti
github-actions[bot] commented on PR #13228:
URL: https://github.com/apache/arrow/pull/13228#issuecomment-1136535964
:warning: Ticket **has not been started in JIRA**, please click 'Start
Progress'.
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
github-actions[bot] commented on PR #13228:
URL: https://github.com/apache/arrow/pull/13228#issuecomment-1136535948
https://issues.apache.org/jira/browse/ARROW-14790
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
vibhatha commented on PR #13214:
URL: https://github.com/apache/arrow/pull/13214#issuecomment-1136535248
@rtpsw Is the PR associated with the correct JIRA?
--
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
andygrove closed pull request #2601: WIP: Move most logical plan optimizer
rules to new `datafusion-optimizer` crate
URL: https://github.com/apache/arrow-datafusion/pull/2601
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
andygrove closed pull request #2602: WIP: Remove `ExecutionProps` from
`OptimizerRule` trait
URL: https://github.com/apache/arrow-datafusion/pull/2602
--
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 PR #41:
URL: https://github.com/apache/arrow-ballista/pull/41#issuecomment-1136533963
@thinkharderdev @yahoNanJing I am planning on improving the documentation to
try and make it easier for new contributors to get up to speed. This is just a
small start but I would ap
andygrove opened a new pull request, #41:
URL: https://github.com/apache/arrow-ballista/pull/41
# Which issue does this PR close?
N/A
# Rationale for this change
This is a first pass of the developer docs to make them easier to find and
to provide a better i
wjones127 commented on code in PR #13206:
URL: https://github.com/apache/arrow/pull/13206#discussion_r881037233
##
cpp/src/arrow/filesystem/s3fs.h:
##
@@ -130,6 +130,14 @@ struct ARROW_EXPORT S3Options {
/// Whether OutputStream writes will be issued in the background, withou
HaoYang670 commented on code in PR #1725:
URL: https://github.com/apache/arrow-rs/pull/1725#discussion_r881036282
##
arrow/src/compute/kernels/aggregate.rs:
##
@@ -885,11 +893,45 @@ mod tests {
assert!(max(&a).unwrap().is_nan());
}
+#[test]
+fn test_binar
davisusanibar commented on code in PR #215:
URL: https://github.com/apache/arrow-cookbook/pull/215#discussion_r881035299
##
java/source/io.rst:
##
@@ -443,3 +443,109 @@ Reading Parquet File
Please check :doc:`Dataset <./dataset>`
+
+Handling Data with Di
wjones127 commented on PR #13206:
URL: https://github.com/apache/arrow/pull/13206#issuecomment-1136497947
> Could you send an e-mail to dev@ to confirm whether this default behavior
change is acceptable? I can't decide this because I haven't used Apache Arrow
to access S3 yet.
Sure,
glin commented on issue #13211:
URL: https://github.com/apache/arrow/issues/13211#issuecomment-1136496017
arrow 8.0.0 binaries should now be available for both focal and jammy, and
thanks for reporting this.
@nealrichardson Ooh, good to know about `LIBARROW_BINARY`, we might add that
ahmedriza commented on issue #1744:
URL: https://github.com/apache/arrow-rs/issues/1744#issuecomment-1136494429
Cool @tustvold. I do recall the reader side error as well before version
14. Thanks a lot.
--
This is an automated message from the Apache Git Service.
To respond to the messa
tustvold commented on issue #1744:
URL: https://github.com/apache/arrow-rs/issues/1744#issuecomment-1136492215
This looks very similar to https://github.com/apache/arrow-rs/issues/1651
which fixed the read side, there is likely a similar issue on the write side.
Thank you for the report, I'
ahmedriza commented on issue #1715:
URL: https://github.com/apache/arrow-rs/issues/1715#issuecomment-1136487513
We've been using `arrow-rs` in place of a legacy Scala code base that uses
`parquet-mr` and found that the `arrow-rs` is catching up quite nicely now.
--
This is an automated
ahmedriza opened a new issue, #1744:
URL: https://github.com/apache/arrow-rs/issues/1744
**Describe the bug**
Let me introduce the Schema of the data in an easily readable format (the
Apache Spark pretty print format):
```
root
|-- id: string (nullable = true)
|-- prices: ar
viirya commented on code in PR #1725:
URL: https://github.com/apache/arrow-rs/pull/1725#discussion_r880978957
##
arrow/src/compute/kernels/aggregate.rs:
##
@@ -885,11 +893,45 @@ mod tests {
assert!(max(&a).unwrap().is_nan());
}
+#[test]
+fn test_binary_mi
nevi-me commented on code in PR #1738:
URL: https://github.com/apache/arrow-rs/pull/1738#discussion_r880971793
##
arrow/src/compute/kernels/cast.rs:
##
@@ -280,6 +280,8 @@ pub fn can_cast_types(from_type: &DataType, to_type:
&DataType) -> bool {
///
/// Behavior:
/// * Boole
viirya commented on PR #1742:
URL: https://github.com/apache/arrow-rs/pull/1742#issuecomment-1136455196
cc @alamb
--
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 unsubs
ursabot commented on PR #13225:
URL: https://github.com/apache/arrow/pull/13225#issuecomment-1136452065
['Python', 'R'] benchmarks have high level of regressions.
[ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/bbade04a7e4f4aa09f1bc11a54e63b95...9260031769da4ea6b2fbd9ee5efdd39d/)
ursabot commented on PR #13225:
URL: https://github.com/apache/arrow/pull/13225#issuecomment-1136451944
Benchmark runs are scheduled for baseline =
dd84c0f68c6f898e3a02bb0623500e3f165f80d4 and contender =
7adda73dc4ef6f28f8e5701eb4be1dc9526c0e1b.
7adda73dc4ef6f28f8e5701eb4be1dc9526c0e1b is
andygrove merged PR #2611:
URL: https://github.com/apache/arrow-datafusion/pull/2611
--
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 code in PR #13206:
URL: https://github.com/apache/arrow/pull/13206#discussion_r880951359
##
cpp/src/arrow/filesystem/s3fs.h:
##
@@ -130,6 +130,14 @@ struct ARROW_EXPORT S3Options {
/// Whether OutputStream writes will be issued in the background, without
blo
lidavidm commented on code in PR #215:
URL: https://github.com/apache/arrow-cookbook/pull/215#discussion_r880945093
##
java/source/io.rst:
##
@@ -443,3 +443,109 @@ Reading Parquet File
Please check :doc:`Dataset <./dataset>`
+
+Handling Data with Diction
viirya merged PR #1743:
URL: https://github.com/apache/arrow-rs/pull/1743
--
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...@arrow.apach
viirya closed issue #1734: Latest nightly fails to build with feature simd
URL: https://github.com/apache/arrow-rs/issues/1734
--
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
viirya commented on PR #1743:
URL: https://github.com/apache/arrow-rs/pull/1743#issuecomment-1136423514
Merging for unblocking other PRs. Thanks @sunchao
--
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
lidavidm commented on code in PR #215:
URL: https://github.com/apache/arrow-cookbook/pull/215#discussion_r880942640
##
java/source/io.rst:
##
@@ -443,3 +443,109 @@ Reading Parquet File
Please check :doc:`Dataset <./dataset>`
+
+Handling Data with Diction
lidavidm commented on code in PR #215:
URL: https://github.com/apache/arrow-cookbook/pull/215#discussion_r880941854
##
java/source/io.rst:
##
@@ -443,3 +443,109 @@ Reading Parquet File
Please check :doc:`Dataset <./dataset>`
+
+Handling Data with Diction
github-actions[bot] commented on PR #13227:
URL: https://github.com/apache/arrow/pull/13227#issuecomment-1136416792
Revision: 1c9392265e60f4519f3e6e6564b598aed97d9d3e
Submitted crossbow builds: [ursacomputing/crossbow @
actions-7a102b9b5e](https://github.com/ursacomputing/crossbow/bra
davisusanibar commented on PR #13227:
URL: https://github.com/apache/arrow/pull/13227#issuecomment-1136415922
@github-actions crossbow submit java-jars
--
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 g
tustvold opened a new pull request, #2611:
URL: https://github.com/apache/arrow-datafusion/pull/2611
https://github.com/apache/arrow-ballista/pull/40 has been merged
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
jonkeane commented on code in PR #13149:
URL: https://github.com/apache/arrow/pull/13149#discussion_r880819817
##
dev/tasks/macros.jinja:
##
@@ -221,3 +222,79 @@ on:
cp ${formula} $(brew --repository homebrew/core)/Formula/
done
{% endmacro %}
+
+{%- macro githu
davisusanibar commented on code in PR #215:
URL: https://github.com/apache/arrow-cookbook/pull/215#discussion_r880897554
##
java/source/io.rst:
##
@@ -443,3 +443,109 @@ Reading Parquet File
Please check :doc:`Dataset <./dataset>`
+
+Handling Data with Di
icexelloss commented on PR #13214:
URL: https://github.com/apache/arrow/pull/13214#issuecomment-1136370366
@westonpace I wonder what's your thoughts about the changes here? Is this on
the right track?
--
This is an automated message from the Apache Git Service.
To respond to the message,
davisusanibar commented on code in PR #215:
URL: https://github.com/apache/arrow-cookbook/pull/215#discussion_r880894231
##
java/source/create.rst:
##
@@ -70,6 +70,66 @@ Array of Varchar
[one, two, three]
+Dictionary-Encoded Array of Varchar
+---
alamb commented on code in PR #2610:
URL: https://github.com/apache/arrow-datafusion/pull/2610#discussion_r880888491
##
datafusion/physical-expr/src/expressions/binary.rs:
##
@@ -701,16 +701,58 @@ macro_rules! compute_bool_op {
/// LEFT is array, RIGHT is scalar value
macro_ru
alamb commented on code in PR #2591:
URL: https://github.com/apache/arrow-datafusion/pull/2591#discussion_r880841593
##
datafusion/core/src/optimizer/filter_push_down.rs:
##
@@ -1143,6 +1145,7 @@ mod tests {
&right,
JoinType::Inner,
github-actions[bot] commented on PR #13227:
URL: https://github.com/apache/arrow/pull/13227#issuecomment-1136348628
https://issues.apache.org/jira/browse/ARROW-16553
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
davisusanibar opened a new pull request, #13227:
URL: https://github.com/apache/arrow/pull/13227
For Java side currently we are offering nightly builds Jar artifacts
uploaded to GitHub repository as an assets.
Then, if a user decided to use that in their local projects they need to
d
WinkerDu opened a new pull request, #2610:
URL: https://github.com/apache/arrow-datafusion/pull/2610
# Which issue does this PR close?
Closes #2609 .
# Rationale for this change
There is bug when binary mathematical operators `+`, `-`, `*`, `/`, `%` work
with litera
WinkerDu opened a new issue, #2609:
URL: https://github.com/apache/arrow-datafusion/issues/2609
**Is your feature request related to a problem or challenge? Please describe
what you are trying to do.**
There is bug when binary mathematical operators `+`, `-`, `*`, `/`, `%` work
with lite
lidavidm commented on code in PR #215:
URL: https://github.com/apache/arrow-cookbook/pull/215#discussion_r880860685
##
java/source/io.rst:
##
@@ -443,3 +443,109 @@ Reading Parquet File
Please check :doc:`Dataset <./dataset>`
+
+Handling Data with Diction
davisusanibar commented on code in PR #215:
URL: https://github.com/apache/arrow-cookbook/pull/215#discussion_r880858786
##
java/source/io.rst:
##
@@ -443,3 +443,108 @@ Reading Parquet File
Please check :doc:`Dataset <./dataset>`
+
+Dictionary-encoded La
lidavidm commented on PR #13226:
URL: https://github.com/apache/arrow/pull/13226#issuecomment-1136330058
Ah, reasonable enough. Just wondering if there was a way to let the
infrastructure do it for us.
--
This is an automated message from the Apache Git Service.
To respond to the message,
davisusanibar commented on code in PR #215:
URL: https://github.com/apache/arrow-cookbook/pull/215#discussion_r880858576
##
java/source/create.rst:
##
@@ -70,6 +70,62 @@ Array of Varchar
[one, two, three]
+In some scenarios could be more appropriate use `Dictionary-enco
assignUser commented on PR #13226:
URL: https://github.com/apache/arrow/pull/13226#issuecomment-1136326911
@lidavidm This is a docker issue, as we use some of
[these](https://hub.docker.com/_/maven) for the jobs and they don't have a
`3.8.5-openjdk-latest` tag. So there is no easy way to ke
lidavidm commented on PR #193:
URL: https://github.com/apache/arrow-cookbook/pull/193#issuecomment-1136322685
Or actually I guess I can just edit the commit message before merge here so
no worries. Thanks for updating this!
--
This is an automated message from the Apache Git Service.
To r
lidavidm merged PR #193:
URL: https://github.com/apache/arrow-cookbook/pull/193
--
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...@arrow
lidavidm closed issue #190: [Java] Clarify build requirements
URL: https://github.com/apache/arrow-cookbook/issues/190
--
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 unsubs
lidavidm opened a new issue, #216:
URL: https://github.com/apache/arrow-cookbook/issues/216
It looks like
```java
try {
flightServer.start();
System.out.println("S1: Server (Location): Listening on port
" + flightServer.getPort());
lidavidm closed pull request #13225: ARROW-16643: [C++] Fix warnings for
clang-14
URL: https://github.com/apache/arrow/pull/13225
--
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 commented on PR #13225:
URL: https://github.com/apache/arrow/pull/13225#issuecomment-1136319388
That AppVeyor issue should be fixed by
https://github.com/apache/arrow/pull/13191
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
lidavidm commented on PR #13226:
URL: https://github.com/apache/arrow/pull/13226#issuecomment-1136315860
Does GitHub offer a way to just specify "latest" so that we can
automatically get 19, 20, ..., etc when they release?
--
This is an automated message from the Apache Git Service.
To r
alamb merged PR #2607:
URL: https://github.com/apache/arrow-datafusion/pull/2607
--
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...@arro
alamb commented on PR #2607:
URL:
https://github.com/apache/arrow-datafusion/pull/2607#issuecomment-1136314499
Thanks all!
--
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 commented on code in PR #12692:
URL: https://github.com/apache/arrow/pull/12692#discussion_r880842894
##
java/adapter/jdbc/src/main/java/org/apache/arrow/adapter/jdbc/consumer/ArrayConsumer.java:
##
@@ -90,13 +97,12 @@ public void consume(ResultSet resultSet) throws
SQ
andygrove merged PR #40:
URL: https://github.com/apache/arrow-ballista/pull/40
--
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...@arrow.
lidavidm commented on PR #193:
URL: https://github.com/apache/arrow-cookbook/pull/193#issuecomment-1136305495
@toddfarmer mind updating the PR title to be a little more descriptive too?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
lidavidm commented on PR #193:
URL: https://github.com/apache/arrow-cookbook/pull/193#issuecomment-1136305145
@davisusanibar it looks like
```java
try {
flightServer.start();
System.out.println("S1: Server (Location): Listening on p
alamb commented on issue #1701:
URL: https://github.com/apache/arrow-rs/issues/1701#issuecomment-1136304413
Update: @tustvold has kindly offered to take a stab at preparing a
datafusion PR to upgrade to latest arrow, prior to #1727
--
This is an automated message from the Apache Git Ser
codecov-commenter commented on PR #1743:
URL: https://github.com/apache/arrow-rs/pull/1743#issuecomment-1136298356
#
[Codecov](https://codecov.io/gh/apache/arrow-rs/pull/1743?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+S
viirya commented on PR #1743:
URL: https://github.com/apache/arrow-rs/pull/1743#issuecomment-1136293542
We can change back to latest `nightly` once `packed_simd` publishes new
release with a fix. This is for unblocking PRs.
--
This is an automated message from the Apache Git Service.
To r
viirya commented on PR #1743:
URL: https://github.com/apache/arrow-rs/pull/1743#issuecomment-1136292275
cc @sunchao
--
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 unsu
viirya commented on code in PR #1738:
URL: https://github.com/apache/arrow-rs/pull/1738#discussion_r880824560
##
arrow/src/compute/kernels/cast.rs:
##
@@ -280,6 +280,8 @@ pub fn can_cast_types(from_type: &DataType, to_type:
&DataType) -> bool {
///
/// Behavior:
/// * Boolea
codecov-commenter commented on PR #1742:
URL: https://github.com/apache/arrow-rs/pull/1742#issuecomment-1136286755
#
[Codecov](https://codecov.io/gh/apache/arrow-rs/pull/1742?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+S
lidavidm commented on code in PR #193:
URL: https://github.com/apache/arrow-cookbook/pull/193#discussion_r880818125
##
java/CONTRIBUTING.rst:
##
@@ -1,13 +1,27 @@
Building the Java Cookbook
=
-
The Java cookbook uses the Sphinx documentation system.
lidavidm commented on code in PR #215:
URL: https://github.com/apache/arrow-cookbook/pull/215#discussion_r880809920
##
java/source/create.rst:
##
@@ -70,6 +70,62 @@ Array of Varchar
[one, two, three]
+In some scenarios could be more appropriate use `Dictionary-encoded L
1 - 100 of 230 matches
Mail list logo