Skip to content

Commit b1d3f59

Browse files
Matthew Topolemkornfield
authored andcommitted
ARROW-12104: [Go][Parquet] Second chunk of Ported Go Parquet code
Following up from #9671 this is the next chunk of ported code consisting of the generated Thrift Code and the utilities for supporting Encryption, Compression and Reader/Writer Property handling. Thankfully this is much smaller than the previous chunk, and so should be much easier to review and read. Closes #9817 from zeroshade/arrow-12104 Authored-by: Matthew Topol <[email protected]> Signed-off-by: Micah Kornfield <[email protected]>
1 parent 4430409 commit b1d3f59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/release/rat_exclude_files.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ go/arrow/type_string.go
126126
go/*.tmpldata
127127
go/*.s
128128
go/parquet/go.sum
129+
go/parquet/internal/gen-go/parquet/GoUnusedProtection__.go
130+
go/parquet/internal/gen-go/parquet/parquet-consts.go
131+
go/parquet/internal/gen-go/parquet/parquet.go
129132
js/.npmignore
130133
js/closure-compiler-scripts/*
131134
js/src/fb/*.ts

0 commit comments

Comments
 (0)