Merged
Conversation
First draft, but noting that this notebook conflates doing UNIONs on tuples and doing UNION on sets where each element is a single value. This therefore needs to be split out.
Changing this to a notebook on UNION
Tidy up and focus on separation of overall sets into tables.
vtlim
reviewed
Aug 1, 2023
Member
vtlim
left a comment
There was a problem hiding this comment.
Great start on the tutorial for understanding UNION ALL.
examples/quickstart/jupyter-notebooks/notebooks/03-query/04-UnionOperations.ipynb
Outdated
Show resolved
Hide resolved
examples/quickstart/jupyter-notebooks/notebooks/03-query/04-UnionOperations.ipynb
Outdated
Show resolved
Hide resolved
examples/quickstart/jupyter-notebooks/notebooks/03-query/04-UnionOperations.ipynb
Outdated
Show resolved
Hide resolved
examples/quickstart/jupyter-notebooks/notebooks/03-query/04-UnionOperations.ipynb
Outdated
Show resolved
Hide resolved
examples/quickstart/jupyter-notebooks/notebooks/03-query/04-UnionOperations.ipynb
Outdated
Show resolved
Hide resolved
examples/quickstart/jupyter-notebooks/notebooks/03-query/04-UnionOperations.ipynb
Outdated
Show resolved
Hide resolved
examples/quickstart/jupyter-notebooks/notebooks/03-query/04-UnionOperations.ipynb
Outdated
Show resolved
Hide resolved
examples/quickstart/jupyter-notebooks/notebooks/03-query/04-UnionOperations.ipynb
Outdated
Show resolved
Hide resolved
examples/quickstart/jupyter-notebooks/notebooks/03-query/04-UnionOperations.ipynb
Outdated
Show resolved
Hide resolved
examples/quickstart/jupyter-notebooks/notebooks/03-query/04-UnionOperations.ipynb
Show resolved
Hide resolved
…ionOperations.ipynb Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com>
…ionOperations.ipynb Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com>
…ionOperations.ipynb Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com>
…ionOperations.ipynb Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com>
…ionOperations.ipynb Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com>
…ionOperations.ipynb Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com>
…ionOperations.ipynb Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com>
Removed <details> section
…rshallio/druid into 202307-notebook-UNIONALL
Added a check for the user to run that the table is available.
Updated headings and intros, and tidied up the prereqs bit.
…ionOperations.ipynb Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com>
Removed deps
…ionOperations.ipynb Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com>
…ionOperations.ipynb Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com>
…ionOperations.ipynb Co-authored-by: Victoria Lim <vtlim@users.noreply.github.com>
Amended section on the UNION ALL append operation.
Updated top-level UNION ALL introduction text
Switched to Wikipedia to speed up this notebook overall
Tidied up the flow on the table-level union all and got rid of some rubbish.
techdocsmith
requested changes
Aug 15, 2023
examples/quickstart/jupyter-notebooks/notebooks/03-query/04-UnionOperations.ipynb
Outdated
Show resolved
Hide resolved
examples/quickstart/jupyter-notebooks/notebooks/03-query/04-UnionOperations.ipynb
Outdated
Show resolved
Hide resolved
examples/quickstart/jupyter-notebooks/notebooks/03-query/04-UnionOperations.ipynb
Outdated
Show resolved
Hide resolved
examples/quickstart/jupyter-notebooks/notebooks/03-query/04-UnionOperations.ipynb
Outdated
Show resolved
Hide resolved
examples/quickstart/jupyter-notebooks/notebooks/03-query/04-UnionOperations.ipynb
Outdated
Show resolved
Hide resolved
examples/quickstart/jupyter-notebooks/notebooks/03-query/04-UnionOperations.ipynb
Outdated
Show resolved
Hide resolved
examples/quickstart/jupyter-notebooks/notebooks/03-query/04-UnionOperations.ipynb
Outdated
Show resolved
Hide resolved
examples/quickstart/jupyter-notebooks/notebooks/03-query/04-UnionOperations.ipynb
Outdated
Show resolved
Hide resolved
techdocsmith
requested changes
Aug 15, 2023
Contributor
techdocsmith
left a comment
There was a problem hiding this comment.
Awesome work here. This one is ready to merge after comments.
…ionOperations.ipynb Co-authored-by: Charles Smith <techdocsmith@gmail.com>
…ionOperations.ipynb Co-authored-by: Charles Smith <techdocsmith@gmail.com>
…ionOperations.ipynb Co-authored-by: Charles Smith <techdocsmith@gmail.com>
…ionOperations.ipynb Co-authored-by: Charles Smith <techdocsmith@gmail.com>
…ionOperations.ipynb Co-authored-by: Charles Smith <techdocsmith@gmail.com>
…ionOperations.ipynb Co-authored-by: Charles Smith <techdocsmith@gmail.com>
…ionOperations.ipynb Co-authored-by: Charles Smith <techdocsmith@gmail.com>
…ionOperations.ipynb Co-authored-by: Charles Smith <techdocsmith@gmail.com>
Added a link to interpreting an EXPLAIN PLAN
Reduced the number of dimensions ingested.
add apache license
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A Jupyter Lab notebook on the UNION ALL operator in Druid, differentiating between top and table level execution and query patterns.
This PR has: