mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-12 03:29:53 +00:00

* fix: Allow non numeric numbers to be sent via Json, Replace NaN values with None in SQAProfilerInterface Replace NaN values with None in the SQAProfilerInterface class to maintain database parity. NaN values will be cast to null in OpenMetadata. This change ensures that data handling processes account for this conversion. * fix: histogram overflow error * test: Add Unit Test for Null and Null Ratio Metric * chore: Address comments * chore: Address comments * fix: checkstyle and message * fix: failing tests as null count works as expected