Closed JackieTien97 closed 1 week ago
Issues
3 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Attention: Patch coverage is 0%
with 13 lines
in your changes missing coverage. Please review.
Project coverage is 39.69%. Comparing base (
cfb4c8a
) to head (1456557
). Report is 7 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
...execution/relational/ColumnTransformerBuilder.java | 0.00% | 8 Missing :warning: |
...zer/predicate/ConvertPredicateToFilterVisitor.java | 0.00% | 5 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
In this pr, we support
select time,device1,device2,timestamp_v from sg where timestamp_v in (1509465600000)
by implicitly converting long-type values to timestamp type.