[Kernel] Remove the protocol specific conversions from JsonHandler.parseJSON
#3613
Labels
enhancement
New feature or request
good medium issue
Good for those with Delta Lake experience
kernel
Feature request
Currently the
JsonHandler.parseJson
parses the stats values. Some of these values are for columns of type TIMESTAMP, DATE which are not native types in Json. Exactly how the string format of theTIMESTAMP
,DATE
can be interpreted depends on the Delta protocol details. We want to change it as follows:JsonHandler.parseJson
just parses as native json typesKernel-API
module applies expressions on the parsed JSON values to convert them to appropriate types.The text was updated successfully, but these errors were encountered: