Closed jackluo923 closed 5 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 63.76%. Comparing base (
59551e4
) to head (91059cd
). Report is 1361 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
This PR updates the behavior of CLPLogRecordExtractor to prevent Boolean fields from being cast to the string type. Searching for Boolean values in a string column can be confusing, particularly for users accustomed to different programming languages. For instance, Python uses True, while Java uses true, leading to potential inconsistencies.