You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, scodec library is used only to implement the decoding of IEEE754 floating-point numbers. Having this dependency complicates spark-cobol parser usage from Spark Shell.
Feature
Implement decoding of IEEE754 floating-point numbers in cobol-parser and remove the dependency on scodec.
The text was updated successfully, but these errors were encountered:
Background
Currently,
scodec
library is used only to implement the decoding of IEEE754 floating-point numbers. Having this dependency complicatesspark-cobol
parser usage from Spark Shell.Feature
Implement decoding of IEEE754 floating-point numbers in
cobol-parser
and remove the dependency onscodec
.The text was updated successfully, but these errors were encountered: