daniel-adam-tfs commented on code in PR #477:
URL: https://github.com/apache/arrow-go/pull/477#discussion_r2285167839


##########
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:
   Hmm I've used a python to generate it, it's simple so it shouldn't be to 
hard to rewrite the code to Go and generate a file with the same parameters. 
   
   I haven't used the writers available in this lib, is there a test or 
something that writes a RLE-encoded column so I check how to do it?



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to