spark-rapids
spark-rapids copied to clipboard
[FEA] Support float/double -> {bool, integer types, double/float, string, timestamp} for ORC reading.
A sub-issue of https://github.com/NVIDIA/spark-rapids/issues/6149 .
While reading ORC files, implement casting float/double
to {bool, integer types, double/float, string, timestamp}
.
double
is also known as float64
. Integer types include int8/16/32/64
.