-
Notifications
You must be signed in to change notification settings - Fork 740
Do not rewrite SCHEME_ERROR ststus from scheme executor #2833
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
⚪
|
|
⚪
|
| ui64 ResultRowsBytes = 0; | ||
|
|
||
| explicit TEvTxResponse(TTxAllocatorState::TPtr allocState) | ||
| enum class EExecutionType { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А enum из протобуфа ты решил не использовать?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А там кажется нет прям идеально подходящего по семантике.
в TKqpPhyQuery нет Scheme и он больше про запрос (есть отдельно SCRIPT)
TKqpPhyTx в принципе можно, но TKqpExecuterBase уже принимал enum ExecType вторым аргументом который прям хорошо ложился.
Наверно можно порефакторить чтоб использовать везде один enum (в том числе и в TKqpExecuterBase) но я что то не уверен сходу...
Changelog category
Additional information
...