spark-rapids icon indicating copy to clipboard operation
spark-rapids copied to clipboard

[FEA] Support float/double -> {bool, integer types, double/float, string, timestamp} for ORC reading.

Open sinkinben opened this issue 2 years ago • 0 comments

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.

sinkinben avatar Aug 11 '22 06:08 sinkinben