Skip to content

Conversation

@shuwenwei
Copy link
Member

Description

IoTDB:test_db> explain analyze verbose select date_bin(5ms, time) as time, region_id, int32, int64, avg(float) as avg_value from table_1 where time >= 2 and time < 1 GROUP BY 1,2,3,4;
Msg: org.apache.iotdb.jdbc.IoTDBSQLException: 301: min:9223372036854775807 should not be larger than max: -9223372036854775808

@codecov
Copy link

codecov bot commented Nov 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 38.76%. Comparing base (685141a) to head (5604917).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #16691      +/-   ##
============================================
+ Coverage     38.72%   38.76%   +0.03%     
  Complexity      207      207              
============================================
  Files          4986     4990       +4     
  Lines        330362   330497     +135     
  Branches      42000    42019      +19     
============================================
+ Hits         127938   128106     +168     
+ Misses       202424   202391      -33     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 4, 2025

@JackieTien97 JackieTien97 merged commit 2488001 into master Nov 4, 2025
30 checks passed
@JackieTien97 JackieTien97 deleted the fixBug1103 branch November 4, 2025 02:22
JackieTien97 pushed a commit that referenced this pull request Nov 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants