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


##########
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'm confused why it would encounter that issue when it wasn't already 
encountering it. What is changing that is causing this to occur?



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