Github user dongjoon-hyun commented on the issue:
https://github.com/apache/spark/pull/22932
@felixcheung . If the question is about writer versions, Spark/Hive works
on top of ORC/Parquet library. ORC/Parquet library already writes its specific
version for that purpose. For me, it looks enough.
**ORC**
```
$ orc-tools meta /tmp/o
File Version: 0.12 with ORC_135
```
**Parquet**
```
$ parquet-tools meta /tmp/o
creator: parquet-mr version 1.10.0 (build
031a6654009e3b82020012a18434c582bd74c73a)
```
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]