drauschenbach edited a comment on pull request #12149:
URL: https://github.com/apache/arrow/pull/12149#issuecomment-1025990117
Also, in reference to the `PARQUET_TEST_DATA` env var mentioned above I
found `ci/scripts/go_test.sh`, and that explains a required `-test` tag. But I
also don't make it through that test suite. Many tests pass, until:
```
$ git submodule init
$ git submodule update
$ ci/scripts/go_test.sh `pwd`
...
~/workspaces/zeroshade-arrow
+ export
PARQUET_TEST_DATA=/Users/davidr/workspaces/zeroshade-arrow/cpp/submodules/parquet-testing/data
+
PARQUET_TEST_DATA=/Users/davidr/workspaces/zeroshade-arrow/cpp/submodules/parquet-testing/data
+ pushd /Users/davidr/workspaces/zeroshade-arrow/go/parquet
~/workspaces/zeroshade-arrow/go/parquet ~/workspaces/zeroshade-arrow
++ go list ./...
++ grep -v vendor
+ for d in '$(go list ./... | grep -v vendor)'
+ go test -race -tags assert github.com/apache/arrow/go/v7/parquet
ok github.com/apache/arrow/go/v7/parquet 0.549s
+ for d in '$(go list ./... | grep -v vendor)'
+ go test -race -tags assert
github.com/apache/arrow/go/v7/parquet/cmd/parquet_reader
? github.com/apache/arrow/go/v7/parquet/cmd/parquet_reader [no
test files]
+ for d in '$(go list ./... | grep -v vendor)'
+ go test -race -tags assert
github.com/apache/arrow/go/v7/parquet/cmd/parquet_schema
? github.com/apache/arrow/go/v7/parquet/cmd/parquet_schema [no
test files]
+ for d in '$(go list ./... | grep -v vendor)'
+ go test -race -tags assert github.com/apache/arrow/go/v7/parquet/compress
SIGABRT: abort
PC=0x1c1f199b8 m=0 sigcode=0
goroutine 0 [idle]:
runtime: unknown pc 0x1c1f199b8
stack: frame={sp:0x16d793220, fp:0x0} stack=[0x16d714468,0x16d7934e0)
...
0x000000016d793300: 0x000000016d793320 0x4e070001c1d84c8c
0x000000016d793310: 0x00000000003c0000 0x000000016d793330
goroutine 1 [running, locked to thread]:
runtime.systemstack_switch()
/opt/homebrew/Cellar/go/1.17.3/libexec/src/runtime/asm_arm64.s:187 +0x8
fp=0xc00003e6b0 sp=0xc00003e6a0 pc=0x102712678
runtime.newm1(0xc000042d80)
/opt/homebrew/Cellar/go/1.17.3/libexec/src/runtime/proc.go:2246 +0xa8
fp=0xc00003e700 sp=0xc00003e6b0 pc=0x1026e5948
runtime.newm(0x102a79a70, 0x0, 0xffffffffffffffff)
/opt/homebrew/Cellar/go/1.17.3/libexec/src/runtime/proc.go:2230 +0x11c
fp=0xc00003e740 sp=0xc00003e700 pc=0x1026e586c
runtime.startTemplateThread()
/opt/homebrew/Cellar/go/1.17.3/libexec/src/runtime/proc.go:2271 +0xec
fp=0xc00003e770 sp=0xc00003e740 pc=0x1026e5abc
runtime.main()
/opt/homebrew/Cellar/go/1.17.3/libexec/src/runtime/proc.go:234 +0x204
fp=0xc00003e7d0 sp=0xc00003e770 pc=0x1026e1264
runtime.goexit()
/opt/homebrew/Cellar/go/1.17.3/libexec/src/runtime/asm_arm64.s:1133
+0x4 fp=0xc00003e7d0 sp=0xc00003e7d0 pc=0x102714af4
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]