kou opened a new issue, #81:
URL: https://github.com/apache/arrow-go/issues/81
https://cwiki.apache.org/confluence/pages/viewpage.action?spaceKey=INFRA&title=Git+-+.asf.yaml+features#Git.asf.yamlfeatures-Deletebranchonmerge
> Add this snippet below so branches get auto-deleted upon PR
kou closed issue #25: Transfer Go related open issues from apache/arrow
URL: https://github.com/apache/arrow-go/issues/25
--
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 uns
kou closed issue #1: Import commits from apache/arrow
URL: https://github.com/apache/arrow-go/issues/1
--
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: i
lidavidm closed issue #43869: [Java][CI] Flight related failure in the AMD64
Windows Server 2022 Java JDK 11 CI
URL: https://github.com/apache/arrow/issues/43869
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
asfimport opened a new issue, #77:
URL: https://github.com/apache/arrow-go/issues/77
We are developing a fuzzer-based corpus of malformed IPC inputs
https://github.com/apache/arrow-testing/tree/master/data/arrow-ipc-stream
The Go implementation should also test against these to
asfimport opened a new issue, #73:
URL: https://github.com/apache/arrow-go/issues/73
**Reporter**: [Micah
Kornfield](https://issues.apache.org/jira/browse/ARROW-9314) / @emkornfield
**Note**: *This issue was originally created as
[ARROW-9314](https://issues.apache.org/jira/br
asfimport opened a new issue, #74:
URL: https://github.com/apache/arrow-go/issues/74
As per https://github.com/apache/arrow/pull/7355#issuecomment-639560475
A nicer solution would be to rename the top level LICENSE.txt to LICENSE, so
we wouldn't need to maintain another copy of it.
asfimport opened a new issue, #76:
URL: https://github.com/apache/arrow-go/issues/76
For cases where we have a known shared memory region, it would be great if
the ipc.Writer (and by extension ipc.Reader?) had the ability to write out
everything but the actual buffers holding the data. That
lidavidm opened a new issue, #70:
URL: https://github.com/apache/arrow-go/issues/70
### Describe the bug, including details regarding any error messages,
version, and platform.
[cgo requires that C memory cannot contain persistent pointers to Go
memory](https://pkg.go.dev/cmd/cgo):
lidavidm opened a new issue, #68:
URL: https://github.com/apache/arrow-go/issues/68
### Describe the bug, including details regarding any error messages,
version, and platform.
String.Value slices a backing string:
```go
func (a *String) Value(i int) string {
i = i +
chrisirhc opened a new issue, #67:
URL: https://github.com/apache/arrow-go/issues/67
### Describe the enhancement requested
I wanted to gauge interest in a method on the Scalar interface to expose the
value via any/interface{} like:
```go
type Scalar interface {
…
yevgenypats opened a new issue, #58:
URL: https://github.com/apache/arrow-go/issues/58
### Describe the enhancement requested
This would help save contributors and reviewers time so they can focus on
code logic and bugs and offload formatting issues to the CI.
### Component(s)
sunpe opened a new issue, #55:
URL: https://github.com/apache/arrow-go/issues/55
### Describe the bug, including details regarding any error messages,
version, and platform.
Ipc writer is not concurrency safe. When using ipc writer under concurrent
conditions, schema data may be writ
bigwhite opened a new issue, #52:
URL: https://github.com/apache/arrow-go/issues/52
### Describe the bug, including details regarding any error messages,
version, and platform.
When I read the code in executor.go, I found a maybe problem:
 in CI
```Java
Parsing meta tags from https://golang.org/x/xerrors?go-get=1 (status code
200)
get "golang.org/x/xerrors": found meta tag
get.metaImport{Prefix:"
asfimport opened a new issue, #78:
URL: https://github.com/apache/arrow-go/issues/78
perhaps not for this PR, but, depending on the number of rows and cols this
record contains, this may be a very large allocation, and very big memory chunk.
it could be more interesting performance wise t
asfimport opened a new issue, #79:
URL: https://github.com/apache/arrow-go/issues/79
It seems that the tensor interface does not provide access to the Null
bitmap data in the underlying array. The root cause appears to be that Data
does not have the null bitmap data and associated IsNull /
asfimport opened a new issue, #72:
URL: https://github.com/apache/arrow-go/issues/72
(Apologies if I'm imprecise here, I'm still coming up to speed on the arrow
details.)
The IPC message format describes how data and metadata messages are
encapsulated, but it is not a requir
asfimport opened a new issue, #71:
URL: https://github.com/apache/arrow-go/issues/71
I have created a small repro to illustrate this bug:
https://gist.github.com/phillipleblanc/5e3e2d0e6914d276cf9fd79e019581de
When writing a Decimal128 array to a Parquet file the pqarrow package will
ahmb84 opened a new issue, #69:
URL: https://github.com/apache/arrow-go/issues/69
### Describe the bug, including details regarding any error messages,
version, and platform.
Hello, following up on issue apache/arrow#14940, I am leveraging the go
arrow library to encrypt/decrypt parq
yevgenypats opened a new issue, #66:
URL: https://github.com/apache/arrow-go/issues/66
### Describe the enhancement requested
Seems the python library has a sort functionality for table -
https://arrow.apache.org/cookbook/py/data.html#sort-a-table
Will it make sense to implemen
yevgenypats opened a new issue, #65:
URL: https://github.com/apache/arrow-go/issues/65
### Describe the enhancement requested
AppendFromText can be useful in CSV parsing and various other scenarios.
Full discussion in this
[PR](https://github.com/apache/arrow/pull/34585#discussion_r1
gmintoco opened a new issue, #64:
URL: https://github.com/apache/arrow-go/issues/64
### Describe the enhancement requested
Hi,
I recently made a post on the mailing list but I thought this might make
more sense as a location to communicate. I am using Arrow for Go mostly to rea
ivanmemruk opened a new issue, #62:
URL: https://github.com/apache/arrow-go/issues/62
### Describe the enhancement requested
Golang v1.20 has added an experimental `arenas` package, which allows more
"manual" memory allocation and could be potentially useful for the golang arrow
libr
hermanschaaf opened a new issue, #63:
URL: https://github.com/apache/arrow-go/issues/63
### Describe the bug, including details regarding any error messages,
version, and platform.
The String methods on the Go `array.Date32` and `array.Date64` types return
strings formatted as the un
hermanschaaf opened a new issue, #61:
URL: https://github.com/apache/arrow-go/issues/61
### Describe the enhancement requested
Right now it seems like there is support for casting from extension types to
their underlying storage types, but not vice versa.
The `cast_test.go` te
yevgenypats opened a new issue, #60:
URL: https://github.com/apache/arrow-go/issues/60
### Describe the enhancement requested
Similar to the cpp and python library -
https://arrow.apache.org/docs/python/generated/pyarrow.Schema.html#pyarrow.Schema
`IndexField` and InsertField c
yevgenypats opened a new issue, #56:
URL: https://github.com/apache/arrow-go/issues/56
### Describe the enhancement requested
In lot's of databases null characters (`\x00`) are not accepted in strings
(For example
[postgres](https://stackoverflow.com/questions/28813409/are-null-bytes
zeroshade opened a new issue, #57:
URL: https://github.com/apache/arrow-go/issues/57
### Describe the enhancement requested
Currently the scheme expected for the `database/sql` driver introduced with
apache/arrow#34331 only accepts a URI scheme of `flightsql://`. In order to
maintain
hkpeaks opened a new issue, #54:
URL: https://github.com/apache/arrow-go/issues/54
### Describe the usage question you have. Please include as many useful
details as possible.
Based on current testing my Golang dataframe project which is achieving
outstanding performance when da
AndreasBergmeier6176 opened a new issue, #51:
URL: https://github.com/apache/arrow-go/issues/51
### Describe the usage question you have. Please include as many useful
details as possible.
From the API using ColumnChunkReaders it is absolutely incomprehensible to
me how one is s
ggodik opened a new issue, #46:
URL: https://github.com/apache/arrow-go/issues/46
### Describe the enhancement requested
Prefer to return an `error` instead of `panic` as this situation is due to a
bad user input.
Change the signature to return a `Schema`/`Metadata` and an `error`
brancz opened a new issue, #49:
URL: https://github.com/apache/arrow-go/issues/49
### Describe the enhancement requested
I don't know if other languages offer this, but I assume this is a common
thing needed.
My scenario: I have dictionary arrays that traverse a query plan and
brancz opened a new issue, #47:
URL: https://github.com/apache/arrow-go/issues/47
### Describe the enhancement requested
The dictionary builders already have methods to insert whole arrays, but
unfortunately they cause a lot of potentially unnecessary CPU time.
Take the followi
AlwaysZhi opened a new issue, #45:
URL: https://github.com/apache/arrow-go/issues/45
### Describe the usage question you have. Please include as many useful
details as possible.
When I attempt to use the array.RecordFromJSON() method to read a relatively
large JSON file (approxi
tschaub opened a new issue, #44:
URL: https://github.com/apache/arrow-go/issues/44
### Describe the usage question you have. Please include as many useful
details as possible.
I'm hoping to get suggestions on the best way to use the library to write a
Parquet file given a slice
felipecrv opened a new issue, #43:
URL: https://github.com/apache/arrow-go/issues/43
### Describe the enhancement requested
Replace `bufBuilder` and `bufferBuilder` with the utilities (by moving them)
used by compute kernels [1].
The existing builders have confusing APIs and do
vitalyisaev2 opened a new issue, #42:
URL: https://github.com/apache/arrow-go/issues/42
### Describe the usage question you have. Please include as many useful
details as possible.
I'm working on a streaming service that accumulates blocks of Arrow data,
dumps them into Arrow St
dr2chase opened a new issue, #40:
URL: https://github.com/apache/arrow-go/issues/40
### Describe the bug, including details regarding any error messages,
version, and platform.
`bitutils.go` and `type_traits_*.go` cast a slice address to a
`*reflect.SliceHeader` to to extract the poi
reiades opened a new issue, #29:
URL: https://github.com/apache/arrow-go/issues/29
Hello!
I am currently using `github.com/apache/arrow/go/v16/parquet` to read the
records of a downloaded s3 parquet file (75KB, stored in `bytes.Buffer`). My
implementation is the following:
si-fernandes opened a new issue, #39:
URL: https://github.com/apache/arrow-go/issues/39
### Describe the usage question you have. Please include as many useful
details as possible.
Hello,
I'm trying to implement a prepared statement that has a timestamp parameter.
I hav
Zeeyi13 opened a new issue, #37:
URL: https://github.com/apache/arrow-go/issues/37
Hi team,
I would like to read a parquet file from S3 with high performance. Is there
any hit or an example for me to start with? I have some ideas , but not sure
which one is recommended or any better
jo-me opened a new issue, #38:
URL: https://github.com/apache/arrow-go/issues/38
### Describe the usage question you have. Please include as many useful
details as possible.
Hi,
beeing new to Apache Arrow I'm a little confused about the different options
to interact with
drahnreb1 opened a new issue, #36:
URL: https://github.com/apache/arrow-go/issues/36
### Describe the usage question you have. Please include as many useful
details as possible.
AppendValues and AppendStringValues of BinaryBuilder invoke `Reserve`
internally, but don't invoke `R
sfc-gh-pfus opened a new issue, #35:
URL: https://github.com/apache/arrow-go/issues/35
### Describe the enhancement requested
Hi! We have a use case, in which we have existing Arrow arrays and we want
to compose them to struct. Unfortunately, currently `StructBuilder` does not
suppor
matthewmturner opened a new issue, #34:
URL: https://github.com/apache/arrow-go/issues/34
### Describe the bug, including details regarding any error messages,
version, and platform.
We just upgraded our Go FlightSQL client to point to master so that we can
use the recently added sta
jhump opened a new issue, #33:
URL: https://github.com/apache/arrow-go/issues/33
I would like to create page indexes (per [this
doc](https://github.com/apache/parquet-format/blob/master/PageIndex.md)) for a
column when writing a parquet file, and then use that index to seek to a
particular
joellubi opened a new issue, #32:
URL: https://github.com/apache/arrow-go/issues/32
### Describe the enhancement requested
There are several parts of the code that currently fail on 32-bit systems
like 386.
1. One problem is that the `refCount int64` we currently use for
refer
agchang opened a new issue, #30:
URL: https://github.com/apache/arrow-go/issues/30
### Describe the enhancement requested
I am interested in support for schema inference in the `RecordFromJSON` and
`TableFromJSON` functions, as these currently require an `arrow.Schema` up
front. I ca
Niivii opened a new issue, #28:
URL: https://github.com/apache/arrow-go/issues/28
Got a runtine error for this code in Python with polars and adbc engine to
Snowflake:
```python
with adbc_driver_snowflake.dbapi.connect(db_kwargs={
"username": user,
"adbc.snowflake.sql.acc
lidavidm closed issue #2094: adbc_ingest for snowflake dropping rows when
called repeatedly
URL: https://github.com/apache/arrow-adbc/issues/2094
--
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
lidavidm closed issue #2094: adbc_ingest for snowflake dropping rows when
called repeatedly
URL: https://github.com/apache/arrow-adbc/issues/2094
--
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
kou opened a new pull request, #102:
URL: https://github.com/apache/arrow-testing/pull/102
This is based on
https://github.com/apache/arrow-go/blob/main/.asf.yaml .
I want to use github@ not issues@ for PR related notifications like other
our repositories do.
For example,
ianmcook closed issue #40598: [Python] Create Python examples of HTTP GET Arrow
client/server supporting multipart/mixed response
URL: https://github.com/apache/arrow/issues/40598
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
pitrou closed issue #43885: [CI][C++] Potential integer overflow in PoolBuffer
URL: https://github.com/apache/arrow/issues/43885
--
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.
assignUser closed issue #27: Update .asf.yaml
URL: https://github.com/apache/arrow-go/issues/27
--
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: issues-u
assignUser opened a new issue, #27:
URL: https://github.com/apache/arrow-go/issues/27
Enable branch protection and other gh features as desired (e.g. enable only
squash+merge). Documentation is here:
https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
--
This is a
assignUser opened a new issue, #26:
URL: https://github.com/apache/arrow-go/issues/26
Unless you just going to watch all of the repo @zeroshade ?
--
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 t
mapleFU commented on PR #101:
URL: https://github.com/apache/arrow-testing/pull/101#issuecomment-2318298735
Added here: https://github.com/google/oss-fuzz/pull/12425
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
pitrou commented on PR #101:
URL: https://github.com/apache/arrow-testing/pull/101#issuecomment-2318256265
> > By the way, do you want to have access to OSS-Fuzz?
>
> Aha, I would like to
Ok, you need a Google or GMail address that we can add to
https://github.com/google/oss-fu
mapleFU commented on PR #101:
URL: https://github.com/apache/arrow-testing/pull/101#issuecomment-2318233262
> By the way, do you want to have access to OSS-Fuzz?
Aha, I would like to
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
pitrou merged PR #101:
URL: https://github.com/apache/arrow-testing/pull/101
--
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: issues-unsubscr...@arrow.ap
mapleFU commented on PR #101:
URL: https://github.com/apache/arrow-testing/pull/101#issuecomment-2318228011
```C++
TEST(ReadFile, XXX) {
auto read_options = IpcReadOptions::Defaults();
ASSERT_OK_AND_ASSIGN(auto test_file,
io::ReadableFile::Open("clusterfuzz-testcase-minimized-ar
pitrou commented on PR #101:
URL: https://github.com/apache/arrow-testing/pull/101#issuecomment-2318193290
By the way, do you want to have access to OSS-Fuzz?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abo
pitrou commented on PR #101:
URL: https://github.com/apache/arrow-testing/pull/101#issuecomment-2318192209
You must first create a fuzzing build:
https://arrow.apache.org/docs/developers/cpp/fuzzing.html
Then you can call `arrow-ipc-stream-fuzz `.
--
This is an automated message from t
mapleFU commented on PR #101:
URL: https://github.com/apache/arrow-testing/pull/101#issuecomment-2318187919
How can I reproduce the problem? Just read this file?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
pitrou commented on PR #101:
URL: https://github.com/apache/arrow-testing/pull/101#issuecomment-2318185804
I opened https://github.com/apache/arrow/issues/43885 for the fix, but we
can associate this PR with the issue as well.
--
This is an automated message from the Apache Git Service.
T
mapleFU commented on PR #101:
URL: https://github.com/apache/arrow-testing/pull/101#issuecomment-2318183512
Do we need a gh issue?
--
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
mapleFU closed issue #43759: [C++] Acero: Minor code enhancement for Join
URL: https://github.com/apache/arrow/issues/43759
--
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 u
pitrou opened a new issue, #43885:
URL: https://github.com/apache/arrow/issues/43885
### Describe the bug, including details regarding any error messages,
version, and platform.
There is a potential integer overflow in `PoolBuffer::Resize` and
`PoolBuffer::Reserve` when rounding up t
pitrou opened a new pull request, #101:
URL: https://github.com/apache/arrow-testing/pull/101
Add fuzz regression file for
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=71200
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
zeroshade closed issue #43732: [Go] Require Go 1.22 or later
URL: https://github.com/apache/arrow/issues/43732
--
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
raulcd closed issue #41696: [Python] a segfault on `import pyarrow` on MacOS
11.6 after pip update to pyarrow version 16.1.0
URL: https://github.com/apache/arrow/issues/41696
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
pitrou closed issue #43870: [C++][Acero] Typos in join benchmark
URL: https://github.com/apache/arrow/issues/43870
--
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 unsubscrib
kou closed issue #43877: [Ruby] Cannot work with zero-value Decimals
URL: https://github.com/apache/arrow/issues/43877
--
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
pitrou opened a new issue, #43883:
URL: https://github.com/apache/arrow/issues/43883
### Describe the enhancement requested
This condition should be obsolete now that PR #43852 has been merged:
https://github.com/apache/arrow/blob/58415d1fac50cb829b3dcf08526033d6db8c30db/ci/scripts
78 matches
Mail list logo