Closed akoshelev closed 5 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.54%. Comparing base (
f42e334
) to head (e8e9e8e
). Report is 8 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Draft is showing green light: https://draft-mpc.vercel.app/query/view/more-patio2024-11-21T1941
As we discussed, we want to make the complete query API simple to implement. That means, we have an assumption that all shards communicate their results to the leader. That leaves complete API to just clean up the state on each shard and return response from the leader. This PR does exactly that.