-
Notifications
You must be signed in to change notification settings - Fork 217
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
feat!: infering modules and treating them as SQL schemas #2563
Merged
Conversation
This file contains 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
commit fa0cd5a Author: Maximilian Roos <m@maxroos.com> Date: Mon May 1 23:09:42 2023 -0700 Remove incorrect changes commit 43ef350 Author: Maximilian Roos <m@maxroos.com> Date: Mon May 1 13:18:56 2023 -0700 commit add9350 Merge: c93f490 eeba72c Author: Maximilian Roos <m@maxroos.com> Date: Mon May 1 13:09:27 2023 -0700 Merge branch 'main' into 1535 commit c93f490 Merge: e31e42b b162a51 Author: Maximilian Roos <m@maxroos.com> Date: Fri Apr 14 09:21:46 2023 -0700 Merge branch 'main' into 1535 commit e31e42b Merge: ccfb43c c9c077d Author: Maximilian Roos <m@maxroos.com> Date: Sat Apr 8 18:51:16 2023 -0700 Merge branch 'main' into 1535 commit ccfb43c Merge: 0c2d751 2125923 Author: Maximilian Roos <m@maxroos.com> Date: Sat Apr 1 20:16:05 2023 -0700 Merge branch 'main' into 1535 commit 0c2d751 Author: Maximilian Roos <m@maxroos.com> Date: Sat Apr 1 16:09:26 2023 -0700 commit d7a4db0 Author: Maximilian Roos <m@maxroos.com> Date: Sat Apr 1 14:49:02 2023 -0700 . commit dfc2fe2 Author: Maximilian Roos <m@maxroos.com> Date: Sat Apr 1 13:16:17 2023 -0700 commit 7720293 Merge: 5ab1a89 a65f633 Author: Maximilian Roos <m@maxroos.com> Date: Sat Apr 1 00:17:06 2023 -0700 Merge branch 'main' into 1535 commit 5ab1a89 Author: Maximilian Roos <m@maxroos.com> Date: Fri Mar 31 14:45:26 2023 -0700
aljazerzen
changed the title
opaque idents
feat: infering modules and treating them as SQL schemas
May 11, 2023
aljazerzen
changed the title
feat: infering modules and treating them as SQL schemas
feat!: infering modules and treating them as SQL schemas
May 11, 2023
max-sixty
reviewed
May 11, 2023
max-sixty
reviewed
May 11, 2023
I've been going through my notifications and I found an unsent comment on this — thank you very much indeed @aljazerzen — I found this a pervasive issue for the lang, now solved! |
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.
Closes #1535
A big commit, I had to tweak how we do inference.
A thought: should we throw an error when a table name ends in
.parquet
or.csv
? It'd be nice to redirect users towardread_parquet
orread_csv
.