daniel-adam-tfs commented on code in PR #596:
URL: https://github.com/apache/arrow-go/pull/596#discussion_r2694149540
##########
parquet/encryption_write_config_test.go:
##########
@@ -135,20 +136,18 @@ func (en *EncryptionConfigTestSuite) encryptFile(configs
*parquet.FileEncryption
// write the int64 column, each row repeats twice
int64Writer := nextColumn().(*file.Int64ColumnChunkWriter)
- for i := 0; i < 2*en.rowsPerRG; i++ {
+ for i := 0; i < en.rowsPerRG; i++ {
Review Comment:
I was getting "batch writing for V2 data pages must start at a row boundary"
errors for V2 pages with the original version
--
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]