Ted-Jiang commented on code in PR #2999:
URL: https://github.com/apache/arrow-rs/pull/2999#discussion_r1014587356


##########
parquet/src/column/reader/decoder.rs:
##########
@@ -264,9 +264,13 @@ impl<T: DataType> ColumnValueDecoder for 
ColumnValueDecoderImpl<T> {
     }
 }
 
+const SKIP_BUFFER_SIZE: usize = 1024;

Review Comment:
   @tustvold choose `SKIP_BUFFER_SIZE: usize = 1024`,  1024* i16 just 2Kb,  
which supported by AVX_256, so this is the best choice 🤔 (i am not familiar 
with this, could you give me some inforamtion😂)



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