Skip to content

Commit

Permalink
Fix null count stats in generated Parquet files
Browse files Browse the repository at this point in the history
  • Loading branch information
exAspArk committed Nov 14, 2024
1 parent 2cbe89a commit a69813c
Show file tree
Hide file tree
Showing 5 changed files with 289 additions and 141 deletions.
12 changes: 9 additions & 3 deletions src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ require (
github.com/linkedin/goavro v2.1.0+incompatible
github.com/marcboeker/go-duckdb v1.8.3
github.com/pganalyze/pg_query_go/v5 v5.1.0
github.com/xitongsys/parquet-go v1.6.2
github.com/xitongsys/parquet-go-source v0.0.0-20241021075129-b732d2ac9c9b
github.com/xitongsys/parquet-go v1.6.3-0.20240813051905-693d3323dee0
)

require github.com/xitongsys/parquet-go-source v0.0.0-20241021075129-b732d2ac9c9b

require (
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/apache/arrow-go/v18 v18.0.0 // indirect
github.com/apache/arrow/go/arrow v0.0.0-20200730104253-651201b0f516 // indirect
github.com/apache/arrow/go/v12 v12.0.1 // indirect
github.com/apache/thrift v0.21.0 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.18 // indirect
Expand All @@ -36,12 +38,16 @@ require (
github.com/aws/aws-sdk-go-v2/service/sts v1.32.3 // indirect
github.com/aws/smithy-go v1.22.0 // indirect
github.com/goccy/go-json v0.10.3 // indirect
github.com/goccy/go-reflect v1.2.0 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/flatbuffers v24.3.25+incompatible // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/klauspost/asmfmt v1.3.2 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 // indirect
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pierrec/lz4/v4 v4.1.21 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
Expand Down
Loading

0 comments on commit a69813c

Please sign in to comment.