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

feat: add basic SQL features #457

Merged
merged 8 commits into from
Nov 2, 2023
Merged

feat: add basic SQL features #457

merged 8 commits into from
Nov 2, 2023

Conversation

eitsupi
Copy link
Collaborator

@eitsupi eitsupi commented Nov 2, 2023

There is no register_globals setting present in py-polars for now.

By the way, I would like to create a DBI backend based on this feature out of interest, but is it okay to create a repository in the rpolars organization? (It is more convenient to exist in the same R-universe)

cc @paleolimbot

@eitsupi
Copy link
Collaborator Author

eitsupi commented Nov 2, 2023

Oops, it seems that this feature can only be built using the nightly-toolchain...

@etiennebacher
Copy link
Collaborator

Oops, it seems that this feature can only be built using the nightly-toolchain...

Should I review now?

@eitsupi
Copy link
Collaborator Author

eitsupi commented Nov 2, 2023

Should I review now?

Thanks for checking this.
Yes, the problem should be fixed.......

Copy link
Collaborator

@etiennebacher etiennebacher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks cool, thanks! I personally don't use SQL but there are probably many people who will be happy to see this feature.

Mostly comments about docs

NEWS.md Outdated Show resolved Hide resolved
R/sql.R Show resolved Hide resolved
R/sql.R Show resolved Hide resolved
R/sql.R Show resolved Hide resolved
R/sql.R Show resolved Hide resolved
R/sql.R Show resolved Hide resolved
docs/make-docs.R Show resolved Hide resolved
Copy link
Collaborator

@etiennebacher etiennebacher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually tests fail so I'm "unapproving" for now

@eitsupi
Copy link
Collaborator Author

eitsupi commented Nov 2, 2023

Thanks for your review.
Since .DollarNames.RPolarsSQLContext is completely copied from elsewhere, it would be better to revise it with other places instead of this PR.

@etiennebacher
Copy link
Collaborator

By the way, I would like to create a DBI backend based on this feature out of interest, but is it okay to create a repository in the rpolars organization?

I don't know but you should open an issue about that

@etiennebacher etiennebacher merged commit 0e730bc into pola-rs:main Nov 2, 2023
31 checks passed
@eitsupi eitsupi deleted the sql branch November 2, 2023 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants