Raghav Aggarwal
Raghav Aggarwal
> CodedInputStream.totalBytesRetired can be easily checked by CodedInputStream.getTotalBytesRead(), so can you include a unit test that reads at least twice with ProtoMessageWritable and validates that cin.resetSizeCounter() was indeed called? Have...
@abstractdog, can you please help with the review.
Rebased. Thanks for the review @abstractdog.
Will force push the commit again, as there is failure in git workflows. Error seems unrelated to the patch. `Error: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.8.0:install-node-and-yarn (install node and yarn) on...
Test seems to be passing on local will trigger the CI one more time!
Wasn't aware of it, have triggered it now 🥲.
From changes POV, Hadoop 3.4.0 has zookeeper version 3.8.3 which uses logback. We have to explicitly exclude it from hadoop dependecies, otherwise it will lead to class loader issue. For...
Have added comments on hive PR https://github.com/apache/hive/pull/5500