yuzelin opened a new pull request, #8567:
URL: https://github.com/apache/paimon/pull/8567

   ### Purpose
   This is very similar to the #6256. This PR refactor the Array writing in 
avro.
   
   I have test Array<INT>, Array<BIGINT> and Array<String>. The results are:
   1. Array<INT>
   ```
   before:
   avro-array-int-compact-benchmark:                                            
                        Best/Avg Time(ms)    Row Rate(K/s)      Per Row(ns)   
Relative
   
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
   OPERATORTEST_avro-array-int-compact-benchmark_write-and-compact              
                           14709 / 14709            271.9           3677.2      
 1.0X
   
   after:
   avro-array-int-compact-benchmark:                                            
                        Best/Avg Time(ms)    Row Rate(K/s)      Per Row(ns)   
Relative
   
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
   OPERATORTEST_avro-array-int-compact-benchmark_write-and-compact              
                           14336 / 14336            279.0           3583.9      
 1.0X
   ```
   
   ### Tests
   


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