Skip to content
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

YQ-2824: add basis for type inference in KQP metadata loader #4273

Merged
merged 5 commits into from
May 30, 2024

Conversation

EgorkaZ
Copy link
Contributor

@EgorkaZ EgorkaZ commented May 3, 2024

Changelog entry

...

Changelog category

  • Not for changelog (changelog entry is not required)

Additional information

...

@EgorkaZ EgorkaZ requested a review from a team as a code owner May 3, 2024 10:34
Copy link

github-actions bot commented May 3, 2024

2024-05-03 10:37:29 UTC Pre-commit check for c4b4b79 has started.
2024-05-03 10:37:31 UTC Build linux-x86_64-release-clang14 is running...
🔴 2024-05-03 11:11:39 UTC Build failed. see the build logs.

Copy link

github-actions bot commented May 3, 2024

2024-05-03 10:37:38 UTC Pre-commit check for c4b4b79 has started.
2024-05-03 10:37:41 UTC Build linux-x86_64-relwithdebinfo is running...
🔴 2024-05-03 11:06:51 UTC Build failed. see the build logs.
🔴 2024-05-03 11:08:24 UTC Tests run skipped.

Copy link

github-actions bot commented May 3, 2024

2024-05-03 10:37:41 UTC Pre-commit check for c4b4b79 has started.
2024-05-03 10:37:44 UTC Build linux-x86_64-release-asan is running...
🔴 2024-05-03 11:07:30 UTC Build failed. see the build logs.
🔴 2024-05-03 11:09:01 UTC Tests run skipped.

@EgorkaZ EgorkaZ force-pushed the yq-type-inferencinator-kqp-basis branch from 005c7be to be594ff Compare May 23, 2024 17:57
Copy link

github-actions bot commented May 23, 2024

2024-05-23 18:01:17 UTC Pre-commit check for 9c19bb9 has started.
2024-05-23 18:03:51 UTC Build linux-x86_64-relwithdebinfo is running...
🔴 2024-05-23 18:32:05 UTC Build failed. see the build logs.
🔴 2024-05-23 18:32:07 UTC Tests run skipped.

Copy link

github-actions bot commented May 23, 2024

2024-05-23 18:01:20 UTC Pre-commit check for 9c19bb9 has started.
2024-05-23 18:04:00 UTC Build linux-x86_64-release-clang14 is running...
🔴 2024-05-23 18:34:27 UTC Build failed. see the build logs.

Copy link

github-actions bot commented May 23, 2024

2024-05-23 18:01:22 UTC Pre-commit check for 9c19bb9 has started.
2024-05-23 18:03:55 UTC Build linux-x86_64-release-asan is running...
🔴 2024-05-23 18:31:43 UTC Build failed. see the build logs.
🔴 2024-05-23 18:31:44 UTC Tests run skipped.

@EgorkaZ EgorkaZ force-pushed the yq-type-inferencinator-kqp-basis branch 2 times, most recently from ff9ae8f to ac98da1 Compare May 24, 2024 02:30
@EgorkaZ EgorkaZ force-pushed the yq-type-inferencinator-kqp-basis branch from ac98da1 to 45edfdf Compare May 24, 2024 02:31
Copy link

github-actions bot commented May 24, 2024

2024-05-24 02:35:21 UTC Pre-commit check for b85c2ce has started.
2024-05-24 02:37:50 UTC Build linux-x86_64-release-clang14 is running...
🔴 2024-05-24 02:40:20 UTC Build failed. see the build logs.

Copy link

github-actions bot commented May 24, 2024

2024-05-24 02:35:25 UTC Pre-commit check for b85c2ce has started.
2024-05-24 02:38:01 UTC Build linux-x86_64-release-asan is running...
🔴 2024-05-24 02:40:52 UTC Build failed. see the build logs.
🔴 2024-05-24 02:40:53 UTC Tests run skipped.

Copy link

github-actions bot commented May 24, 2024

2024-05-24 02:35:26 UTC Pre-commit check for b85c2ce has started.
2024-05-24 02:38:04 UTC Build linux-x86_64-relwithdebinfo is running...
🔴 2024-05-24 02:41:01 UTC Build failed. see the build logs.
🔴 2024-05-24 02:41:03 UTC Tests run skipped.

ydb/core/kqp/provider/yql_kikimr_datasource.cpp Outdated Show resolved Hide resolved
ydb/core/kqp/gateway/kqp_metadata_loader.cpp Show resolved Hide resolved
ydb/core/kqp/provider/yql_kikimr_datasource.cpp Outdated Show resolved Hide resolved
ydb/core/external_sources/object_storage.cpp Show resolved Hide resolved
ydb/core/tx/schemeshard/schemeshard_impl.cpp Show resolved Hide resolved
ydb/core/external_sources/external_source.h Show resolved Hide resolved
ydb/core/kqp/gateway/kqp_metadata_loader.cpp Show resolved Hide resolved
ydb/core/kqp/gateway/kqp_metadata_loader.cpp Outdated Show resolved Hide resolved
@EgorkaZ EgorkaZ requested a review from dorooleg May 28, 2024 18:57
Copy link

github-actions bot commented May 28, 2024

2024-05-28 18:58:03 UTC Pre-commit check for 96bbdf8 has started.
2024-05-28 19:00:40 UTC Build linux-x86_64-release-clang14 is running...
🔴 2024-05-28 19:22:16 UTC Build failed. see the build logs.

Copy link

github-actions bot commented May 28, 2024

2024-05-28 18:58:06 UTC Pre-commit check for 96bbdf8 has started.
2024-05-28 19:00:46 UTC Build linux-x86_64-release-asan is running...
🔴 2024-05-28 19:25:23 UTC Build failed. see the build logs.
🔴 2024-05-28 19:25:24 UTC Tests run skipped.

Copy link

github-actions bot commented May 28, 2024

2024-05-28 18:58:07 UTC Pre-commit check for 96bbdf8 has started.
2024-05-28 19:00:44 UTC Build linux-x86_64-relwithdebinfo is running...
🔴 2024-05-28 19:24:15 UTC Build failed. see the build logs.
🔴 2024-05-28 19:24:16 UTC Tests run skipped.

Copy link

github-actions bot commented May 29, 2024

2024-05-29 10:50:24 UTC Pre-commit check for 441310a has started.
2024-05-29 10:53:03 UTC Build linux-x86_64-relwithdebinfo is running...
2024-05-29 11:07:47 UTC Check cancelled

Copy link

github-actions bot commented May 29, 2024

2024-05-29 10:50:40 UTC Pre-commit check for 441310a has started.
2024-05-29 10:53:28 UTC Build linux-x86_64-release-clang14 is running...
2024-05-29 11:07:45 UTC Check cancelled

Copy link

github-actions bot commented May 29, 2024

2024-05-29 10:51:12 UTC Pre-commit check for 441310a has started.
2024-05-29 10:53:58 UTC Build linux-x86_64-release-asan is running...
2024-05-29 11:07:44 UTC Check cancelled

Copy link

github-actions bot commented May 29, 2024

2024-05-29 11:09:09 UTC Pre-commit check for 8a33fa8 has started.
2024-05-29 11:11:37 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-29 11:22:16 UTC Build successful.

Copy link

github-actions bot commented May 29, 2024

2024-05-29 11:10:29 UTC Pre-commit check for 8a33fa8 has started.
2024-05-29 11:13:13 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-29 11:24:32 UTC Build successful.
2024-05-29 11:24:45 UTC Tests are running...
🔴 2024-05-29 13:25:41 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
10730 10660 0 31 28 11

Copy link

github-actions bot commented May 29, 2024

2024-05-29 16:38:15 UTC Pre-commit check for 9d18c74 has started.
2024-05-29 16:40:54 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-29 17:04:53 UTC Build successful.
2024-05-29 17:05:11 UTC Tests are running...
🟢 2024-05-29 18:42:06 UTC Tests successful.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
38291 33502 0 0 4779 10

Copy link

github-actions bot commented May 29, 2024

2024-05-29 16:38:28 UTC Pre-commit check for 9d18c74 has started.
2024-05-29 16:41:35 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-29 17:07:48 UTC Build successful.
2024-05-29 17:07:58 UTC Tests are running...
🔴 2024-05-29 19:06:52 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
10758 10697 0 26 24 11

Copy link

github-actions bot commented May 29, 2024

2024-05-29 16:39:51 UTC Pre-commit check for 9d18c74 has started.
2024-05-29 16:42:35 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-29 17:06:34 UTC Build successful.

@EgorkaZ EgorkaZ merged commit 51dda4b into ydb-platform:main May 30, 2024
10 of 12 checks passed
@StekPerepolnen StekPerepolnen mentioned this pull request May 31, 2024
@niksaveliev niksaveliev mentioned this pull request Jun 17, 2024
@StekPerepolnen StekPerepolnen mentioned this pull request Jun 19, 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.

3 participants