greptimedb icon indicating copy to clipboard operation
greptimedb copied to clipboard

refactor: remove substrait ser/de for region query in standalone

Open MichaelScofield opened this issue 10 months ago • 0 comments

I hereby agree to the terms of the GreptimeDB CLA.

Refer to a related PR or issue link (optional)

What's changed and what's your intention?

close #3520

This PR makes the logical plan in region query request not always be serialized to and deserialized from substrait bytes, which is not necessary in standalone mode.

Checklist

  • [ ] I have written the necessary rustdoc comments.
  • [ ] I have added the necessary unit tests and integration tests.
  • [x] This PR does not require documentation updates.

MichaelScofield avatar Apr 26 '24 11:04 MichaelScofield