Description
For the missing column with default value of ParquetColumnVector, setting isConstant to true can will prevent the `reset()` method from restoring the internal state of `WritableColumnVector`.
`OrcColumnarBatchReader` has done similar things to missing column.