influxdata / influxdb-client-java

InfluxDB 2 JVM Based Clients
https://influxdata.github.io/influxdb-client-java/
MIT License
434 stars 129 forks source link

fix: Issue/604 #717

Closed KYankee6 closed 5 months ago

KYankee6 commented 5 months ago

Closes #604

can tested other repos because there are unwanted infrastructure dependency (why it needs to connect localhost:9999?)

Proposed Changes

in flux-dsl, if ColumnRestriction has custom() function and it is using regular expression operator(such as "=~"), then it does not use double quotes.

Checklist

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.37%. Comparing base (5effaa4) to head (4e32390).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #717 +/- ## ========================================= Coverage 88.37% 88.37% - Complexity 784 786 +2 ========================================= Files 174 174 Lines 7089 7091 +2 Branches 390 391 +1 ========================================= + Hits 6265 6267 +2 Misses 698 698 Partials 126 126 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.