Skip to content

Fix mapping info datatype

devesh bajpai requested to merge mapping-info-fix-datatype into master

Mapping Info is having String as datatype for attributes which are actually int or long. This MR aim to correct that behavior.

Merge request reports