Skip to content

Releases: reproio/columnify

v0.1.1

01 Nov 07:44
46ee508
Compare
Choose a tag to compare

Changelog

80408aa Add CREDITS file
c143af9 Add files for release distribution
5090252 Add tips about memory usage and GOGC environment variable
3f3ca6e Bump github.com/linkedin/goavro/v2 from 2.9.7 to 2.9.8
3cb8e95 Bump github.com/vmihailenco/msgpack/v4 from 4.3.11 to 4.3.12
5959ce1 Change GO111MODULE=on to be able to install with go get
28e7673 Fix a typo
cdd0b4c Fix to close a given file and return the total size when multiple files are given
55dcad0 Merge pull request #56 from reproio/fix-readme
d4d6232 Merge pull request #57 from reproio/dependabot/go_modules/github.com/vmihailenco/msgpack/v4-4.3.12
e6bcdfa Merge pull request #58 from reproio/fix-close
f719b94 Merge pull request #59 from reproio/upgrade-parquet-go
86966eb Merge pull request #60 from reproio/trigger-gc-more
10f8613 Merge pull request #61 from reproio/dependabot/go_modules/github.com/linkedin/goavro/v2-2.9.8
3cd5ea9 Merge pull request #64 from reproio/add-credits
5f9b350 Merge pull request #68 from ashie/fix-typo
56e6f61 Merge pull request #75 from reproio/update-makefile-and-readme
46ee508 Merge pull request #76 from reproio/release-v0.1.1
e18737b Release v0.1.1
a6fa0b7 Revise the explanation about memory usage
9d60158 Upgrade parquet-go to v1.5.3
e8c777c add arm64 to replacement
24c4327 fix: Unable to resolve action actions-contrib/golangci-lint@v1, repository not found
a64ec6d go mod tidy
a31623c use go install

v0.1.0

17 Aug 05:39
be6cb1e
Compare
Choose a tag to compare

v0.0.4

29 Jul 13:54
f6d5b93
Compare
Choose a tag to compare

Changelog

cd35b01 Fix #49 Capture the first error caused by columnifier
e9e2d88 Fix command for installation
68f0771 Merge pull request #50 from reproio/capture-errors
f6d5b93 Merge pull request #51 from reproio/codecov
76434ba Publish coverfile to codecov
b16253a Record Close error case

v0.0.3

02 Jun 12:54
58e959a
Compare
Choose a tag to compare

Changelog

934e98b Fix fmt
25c873e Fix map values -> Parquet conversions
58e959a Merge pull request #42 from reproio/fix-it
08aea44 Rearrange static files
847c71b Remove complicated test case
2e25249 Update README
0ccee22 Update columnifier/parquet_test.go

v0.0.2

02 Jun 04:48
6756698
Compare
Choose a tag to compare

Changelog

230f6c3 #6 Release on CI job when tagging
57b93dc Add a status budge and how to release
ee00c83 Add schema/record mismatching case
b98a3cb Fix CI
45c3f37 Fix NoMethodError
555d7f5 Fix example on README
03fae78 Fix lint errors
67a22a2 Fix setting value to optional field, for now
d7b35fd Fix typos
7f2d5a3 Fix yaml style
56f39bf Ignore executable built by go build
a3545b2 Improve s3_compressor_parquet.rb
57c13c9 Improve test coverage around schema handling and some failure cases
f004549 Merge pull request #15 from reproio/gitignore-executable
b1677b7 Merge pull request #16 from reproio/update-readme
999dc7b Merge pull request #18 from reproio/closer
1b02da7 Merge pull request #19 from reproio/print-usage
7485083 Merge pull request #22 from reproio/nullable_extraction
94b5a24 Merge pull request #23 from reproio/file-wide-config
117621e Merge pull request #25 from reproio/update-arrow
fbe1a2a Merge pull request #26 from reproio/improve-s3-compressor
1ce6130 Merge pull request #28 from reproio/use-capture3
2167f0b Merge pull request #29 from reproio/more-tests
5622bf2 Merge pull request #31 from reproio/parquet-go-1.5.2
fcf4344 Merge pull request #33 from reproio/fix-nullable
8894a6d Merge pull request #35 from reproio/releaser
22ee85c Merge pull request #38 from reproio/fix-readme
6756698 Merge pull request #40 from reproio/doc
83725f8 Print usage when required parameter(s) missed
4958577 Remove args
4293dd1 Remove redundant return value
4501ea2 Remove redundant wrapping errors
afadb85 Separate nullable inspection as a function
4bbae20 Support parquet file-wide configuration allows to tune I/O performance and file size
bd266db Unsupport optional nested records, see #34
a5638ca Update Apache Arrow to adopt Go 1.14
1e215f2 Update README
b549cbf Update parquet-go to latest
0799b03 Upgrade Go on CI
09d8953 Use Open3.capture3 to capture error messages from columnify command
27c587c Use t.Cleanup()
fe06bf8 Use testdata dir to preserve dummy files for testing
37a3639 ensure to call Close()

v0.0.1

19 Apr 07:34
Compare
Choose a tag to compare

An experimental release. No guarantee for stability.

Changelog

7764b11 Add AUTHORS
cf9b702 Add BQ schema test
92b5a14 Add an example fluent-plugin-s3 parquet compressor
1bd34b0 Add binary specific marshaler
86d22fd Create LICENSE
e71939d Create go.yml
db8f89b Do parquet finalization at close method
c61847e Enhance test cases
6f698df Fix invalid package name
4053cb9 Fix separators of error message
272179a Fix trivials
468d686 Implement io.WriterCloser
a93eae4 Implement primitive arrow marshaler
43f74b7 Improve commandline interface
3b62f30 Improve complicated test case
db60969 Improve coverage
ad21b66 Improve docs
a3cb043 Improve docs
cba64be Initial commit
34dbc60 Make avro/bigquery schema handler roughly
14f7c25 Merge branch 'master' into ut
8a8d6de Merge branch 'master' of github.com:reproio/columnify
4a40a01 Merge pull request #5 from reproio/parquet-go-pkg
c4d3328 Merge pull request #7 from reproio/writercloser
4c447c8 Merge pull request #8 from reproio/wrapped-error
e2716e3 Rename Flush -> Finalize
8d03a86 Rename parquet-go -> parquet
d1edd13 Rename parquetgo -> parquet-go
a672687 Reorganize packages and support ltsv
9fffa48 Reorganize schema package
07a8abe Reorganize schema/record packages
cc5dee8 Resolve definition/repetition level
751940b Simplify marshaler and support repeated schema field
65e8d0f Support Avro
a07466f Support BigQuery schema in parquet columnifier
65c7d2b Support csv
0bdf931 Support msgpack
f1fc7a6 Support nested record with some bugfixes
111e0ea Support string to actual types conversion
81b0467 Support tsv
21bb871 Use goreleaser
0f73633 Wrap errors to delivery the type to caller
2dbc37e goimports
805ceb1 very rough Arrow marshaler
93de3dc wip
51357c1 wip
b2053d0 wip
8270607 wip