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

EXPLAIN does not work as expected for a query with url table function #29671

Closed
alexey-milovidov opened this issue Oct 3, 2021 · 0 comments · Fixed by #29673
Closed

EXPLAIN does not work as expected for a query with url table function #29671

alexey-milovidov opened this issue Oct 3, 2021 · 0 comments · Fixed by #29673

Comments

@alexey-milovidov
Copy link
Member

It performs unneeded requests:

EXPLAIN SELECT * FROM url('https://hacker-news.firebaseio.com/v0/item/{1..100}.json', JSONEachRow, $$ id UInt32, deleted UInt8, type Enum('story' = 1, 'comment' = 2, 'poll' = 3, 'pollopt' = 4, 'job' = 5), by LowCardinality(String), time DateTime, text String, dead UInt8, parent UInt32, poll UInt32, kids Array(UInt32), url String, score Int32, title String, parts Array(UInt32), descendants Int32 $$)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant