Don't use a whole *StatementContext
as RangeFallbackHandler
#52737
Labels
type/enhancement
The issue or PR belongs to an enhancement.
Enhancement
We left a TODO for
RangeFallbackHandler
, because we are using a whole*StatementContext
as the implementation ofRangeFallbackHandler
. We can extract some fields out of the statement context, and create a smaller implementation ofRangeFallbackHandler
.The text was updated successfully, but these errors were encountered: