Hello, I'm working on an implementation of ORC BulkWriter[1]. As of now, I have the entire implementation in a separate module called "flink-orc-compress" under "flink-formats" since I'm not entirely sure whether it should go into the existing ORC modules i.e flink-orc & flink-orc-nohive.
So my questions are: 1. What's the difference between these two ORC modules? 2. Should the ORC BulkWriter implementation go into one of these existing modules? If yes, which one? Or can we keep it in a separate module to avoid duplicating or causing any conflicts? Note: My current implementation of ORC BulkWriter uses orc-core with nohive classifier as the dependency. [1] https://issues.apache.org/jira/browse/FLINK-10114