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

Allow to skip not found urls for globs #34392

Merged

Conversation

kssenii
Copy link
Member

@kssenii kssenii commented Feb 7, 2022

Changelog category (leave one):

  • Improvement

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Allow to skip not found urls for globs when using URL storage / table function.
Also closes #34359

@robot-clickhouse robot-clickhouse added the pr-improvement Pull request with some product improvements label Feb 7, 2022
@Avogar Avogar self-assigned this Feb 7, 2022
src/Storages/StorageURL.cpp Outdated Show resolved Hide resolved
src/Storages/StorageURL.cpp Outdated Show resolved Hide resolved
@kssenii kssenii force-pushed the http-buffer-skip-not-found-url-for-globs branch from c93f78f to 9bff5fa Compare February 8, 2022 10:10
@kssenii kssenii force-pushed the http-buffer-skip-not-found-url-for-globs branch from 9bff5fa to 3834bdb Compare February 8, 2022 10:11
@kssenii kssenii force-pushed the http-buffer-skip-not-found-url-for-globs branch from dbbbd8e to dc5f035 Compare February 8, 2022 12:28
@kssenii
Copy link
Member Author

kssenii commented Feb 9, 2022

Integration tests (asan, actions) [2/3] — fail: 29

test_dictionaries_all_layouts_separate_sources
test_storage_s3

Integration tests (asan, actions) [3/3] — fail: 8

test_dictionaries_all_layouts_separate_sources

Integration tests (release, actions) [1/2] — fail: 8

test_dictionaries_all_layouts_separate_sources

and

remaining are also test_dictionaries_all_layouts_separate_sources



ClickHouse special build check (actions) — 6/7 builds are OK

broker in master

@kssenii kssenii merged commit 86956ca into ClickHouse:master Feb 9, 2022
@Avogar Avogar mentioned this pull request Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-improvement Pull request with some product improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Schema inference does not work for globs in URL table function.
3 participants