-
Notifications
You must be signed in to change notification settings - Fork 610
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
remove table with _ne suffix creation #13002
Conversation
@@ -458,14 +456,12 @@ def explain(self, query): | |||
return self.legacy_pool.retry_operation_sync(lambda s: s.explain(yql_text)).query_plan | |||
|
|||
def execute_scheme(self, statement_text): | |||
yql_text = format_yql_statement(statement_text, self.table_path_prefix) | |||
self.pool.execute_with_retries(yql_text) | |||
yql_text = format_yql_statement(statement_text, self.table_path_prefix_ne) |
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.
@gridnevvvit я не смог понять, зачем это тут. Может ты помнишь?
⚪ Test history | Ya make output | Test bloat
🟢 |
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
Conflicts: ydb/tests/functional/suite_tests/test_base.py
This reverts commit 9855159.
Conflicts: ydb/tests/functional/suite_tests/test_base.py
Changelog entry
...
Changelog category
Additional information
...