replicator icon indicating copy to clipboard operation
replicator copied to clipboard

Timezone fix while deserializing MySQL cell

Open live-wire opened this issue 5 years ago • 2 comments

  • Local timezone is being used while deserializing MySQL cell instead of using UTC.

live-wire avatar Sep 21 '20 16:09 live-wire

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

warning The version of Java (1.8.0_141) you have used to run this analysis is deprecated and we will stop accepting it from October 2020. Please update to at least Java 11. Read more here

sonarqubecloud[bot] avatar Sep 24 '20 15:09 sonarqubecloud[bot]

Codecov Report

Merging #61 into master will decrease coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #61      +/-   ##
============================================
- Coverage     25.17%   25.13%   -0.05%     
  Complexity      277      277              
============================================
  Files           104      104              
  Lines          4329     4329              
  Branches        415      415              
============================================
- Hits           1090     1088       -2     
- Misses         3144     3146       +2     
  Partials         95       95              
Impacted Files Coverage Δ Complexity Δ
.../augmenter/model/format/MysqlTypeDeserializer.java 73.68% <100.00%> (ø) 30.00 <0.00> (ø)
.../replication/coordinator/ZookeeperCoordinator.java 63.49% <0.00%> (-3.18%) 8.00% <0.00%> (ø%)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 02563ac...1aaba8b. Read the comment docs.

codecov[bot] avatar Sep 24 '20 15:09 codecov[bot]