zeroshade commented on code in PR #477:
URL: https://github.com/apache/arrow-go/pull/477#discussion_r2286311805


##########
parquet/file/file_reader_test.go:
##########
@@ -927,3 +928,61 @@ func TestListColumns(t *testing.T) {
                }
        }
 }
+
+func BenchmarkReadInt32Column(b *testing.B) {
+       b.Skip("rle-dict-int32-snappy.parquet not available")

Review Comment:
   The default logic currently will enable dictionary encoding, but if you want 
to be explicit you can use the writer property 
`parquet.WithDictionaryFor("path.to.column", true)` or 
`parquet.WithDictionaryDefault(true)` to explicitly tell the writer to use 
dictionary encoding when writing the column.



-- 
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]

Reply via email to