Details
-
Bug
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
4.8.0
-
None
-
None
-
None
Description
Not sure when this issue was introduced and whether this code was working well before, but in PhoenixRDD.phoenixTypeToCatalystType for decimal precision we have a check
(columnInfo.getPrecision < 0)
which is fail for decimal columns that were created with default precision and scale because precision is null in this case.