Re: Avro query on Testing if Beta feature of Generating faster code is enabled

2024-02-06 Thread Martin Grigorov
On Tue, Feb 6, 2024 at 3:03 PM Chirag Nahata wrote: > hey Martin, > > Thanks, This worked for me and I can confirm that I have enabled the flag > * "-Dorg.apache.avro.specific.use_custom_coders=true"* . > > Can you suggest to me how I can observe the performance improvements > before/after? >

Re: Avro query on Testing if Beta feature of Generating faster code is enabled

2024-02-06 Thread Martin Grigorov
On Tue, Feb 6, 2024 at 1:15 PM Siddharth Baranidharan wrote: > Hey Oscar, > Thank you for your response. > My application is an enterprise server(java based)-agent(python based) > model which uses avro-protocol for communication between server & agents. > To the best of my knowledge I have added

Re: Avro query on Testing if Beta feature of Generating faster code is enabled

2024-02-05 Thread Oscar Westra van Holthe - Kind
Hi, What do you mean by testing if the flag is successfully turned on? Do you need to test its effects? Are you willing to trust the tests we have on the flag? As for testing the performance difference, we do have a performance test module. Perhaps you can use the same technique? Kind regards,