Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upExplore generating `enable_multi_table_joins!` in `infer_schema!` #1237
Comments
sgrif
added
the
mentoring available
label
Oct 6, 2017
sgrif
added this to the 1.0 milestone
Oct 6, 2017
added a commit
that referenced
this issue
Oct 8, 2017
added a commit
that referenced
this issue
Oct 8, 2017
added a commit
that referenced
this issue
Oct 8, 2017
sgrif
referenced this issue
Oct 8, 2017
Merged
Infer `enable_multi_table_joins!` for all possible combination of tables #1245
added a commit
that referenced
this issue
Oct 8, 2017
added a commit
that referenced
this issue
Oct 9, 2017
added a commit
that referenced
this issue
Oct 9, 2017
added a commit
that referenced
this issue
Oct 9, 2017
sgrif
closed this
in
#1245
Oct 10, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sgrif commentedOct 6, 2017
It's not clear to users when they need to invoke this macro, and the error message they'll get when they need it is not generally helpful. I'd be interested to see how much compile times would be affected if we were to just generate this macro for every combination of tables in
infer_schema!. If we were to do this, we should remove the invocation of it fromjoinable!