Owen O'Malley
Owen O'Malley
Currently, there isn't a way to get the table properties in the SparkOrcWriter via the WriterFactory.
In starting to look at working on Iceberg's schema evolution for ORC, the current test case is full of Avro's types/data structures. That doesn't work at all for ORC, because...
This is blocked on [ORC-305](https://issues.apache.org/jira/browse/ORC-305) and a release that contains it.
We need to support timestamps with timezone for ORC. This is blocked by [ORC-189](https://issues.apache.org/jira/browse/ORC-189) and a release that contains it.
### Description of PR I modified the RPC Connection class to use a single thread that does the writes to the socket instead of a thread factory. (It already has...
Just adds a new logger.
Also upgrades out of necessity to openjdk8. Removes lzo since the HDP GPL repository seems to be unavailable.
Add API to PositionedReadable to have an asynchronous gather API.