PragmaTwice commented on PR #3262:
URL: https://github.com/apache/kvrocks/pull/3262#issuecomment-3544824322

   ```
   /home/runner/work/kvrocks/kvrocks/src/types/redis_timeseries.cc:91:70: 
error: variable 'prev_available' is not initialized 
[cppcoreguidelines-init-variables,-warnings-as-errors]
   Suppressed 8485 warnings (8464 in non-user code, 21 NOLINT).
      91 |   bool is_twa_aggregator = aggregator.type == TSAggregatorType::TWA, 
prev_available, next_available;
   Use -header-filter=.* to display errors from all non-system headers. Use 
-system-headers to display errors from system headers as well.
   2 warnings treated as errors
         |                                                                      
^             
         |                                                                      
               = false
   /home/runner/work/kvrocks/kvrocks/src/types/redis_timeseries.cc:91:86: 
error: variable 'next_available' is not initialized 
[cppcoreguidelines-init-variables,-warnings-as-errors]
      91 |   bool is_twa_aggregator = aggregator.type == TSAggregatorType::TWA, 
prev_available, next_available;
         |                                                                      
                ^             
         |                                                                      
                               = false
   ```
   
   The CI failed due to a clang-tidy report in the changes. Could you fix it?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to