Skip to content

Conversation

@nikvas0
Copy link
Collaborator

@nikvas0 nikvas0 commented Jan 30, 2024

Changelog entry

enable block computation for first stages

Changelog category

  • Improvement

Additional information

...

@github-actions
Copy link

github-actions bot commented Jan 30, 2024

2024-01-30 07:55:29 UTC Pre-commit check for 1d96bf9 has started.
2024-01-30 07:55:31 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-01-30 07:58:07 UTC Build successful.
2024-01-30 07:58:22 UTC Tests are running...
🔴 2024-01-30 09:09:01 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
60250 50954 0 16 9253 27

@github-actions
Copy link

github-actions bot commented Jan 30, 2024

2024-01-30 07:55:35 UTC Pre-commit check for 1d96bf9 has started.
2024-01-30 07:55:38 UTC Build linux-x86_64-release-asan is running...
🟢 2024-01-30 07:58:31 UTC Build successful.
2024-01-30 07:58:46 UTC Tests are running...
🔴 2024-01-30 09:31:45 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
16002 15919 0 13 44 26

YQL_ENSURE(IsIn({EKikimrQueryType::Query, EKikimrQueryType::Script}, TransformCtx->QueryCtx->Type));
YQL_ENSURE(TMaybeNode<TKiDataQueryBlocks>(query));

TypesCtx.BlockEngineMode = NYql::EBlockEngineMode::Auto;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may want to explicitly disable dq.UseWideChannels and dq.UseWideBlockChannels, since BlockEngineMode=auto will enable WideChannels and WideBlocksChannels unless they are disabled explicitly

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We already set scalar channels only mode here

EChannelMode mode = EChannelMode::CHANNEL_SCALAR;

(similar to

NDq::EChannelMode mode = GetConfiguredChannelMode(State_, typesCtx);
)

@nikvas0 nikvas0 force-pushed the blocks-for-first-stages branch from c84e62b to f1dd049 Compare January 30, 2024 10:35
@github-actions
Copy link

github-actions bot commented Jan 30, 2024

2024-01-30 10:37:46 UTC Pre-commit check for 5e21381 has started.
2024-01-30 10:37:48 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-01-30 10:40:55 UTC Build successful.
2024-01-30 10:41:07 UTC Tests are running...
🔴 2024-01-30 12:00:38 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
60166 50884 0 1 9256 25

@github-actions
Copy link

github-actions bot commented Jan 30, 2024

2024-01-30 10:38:39 UTC Pre-commit check for 5e21381 has started.
2024-01-30 10:38:42 UTC Build linux-x86_64-release-asan is running...
🟢 2024-01-30 10:41:31 UTC Build successful.
2024-01-30 10:41:44 UTC Tests are running...
🔴 2024-01-30 12:14:31 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15998 15890 0 26 46 36

@starlinskiy starlinskiy mentioned this pull request Feb 12, 2024
@vitstn vitstn mentioned this pull request Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants