Hello, Our application has a maven version conflict between protobuf 2.6.1 and 2.5.0. We chose to use 2.6.1, expecting backward compatibility in protobuf. This has worked well for the most part, but recently we encountered corrupted orc files generated by our application, and I suspect this may be the reason.
When trying to read the file, the following message was received: com.google.protobuf.InvalidProtocolBufferException: Protocol message contained an invalid tag (zero). Could this indeed be related to the protobuf version, and if so - is there a plan to use the newer version for orc-core in the near future? Thank you Yoni
