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

improving << parsing logic #610

Closed
edublancas opened this issue Jun 9, 2023 · 1 comment · Fixed by #662
Closed

improving << parsing logic #610

edublancas opened this issue Jun 9, 2023 · 1 comment · Fixed by #662
Labels
good first issue Good for newcomers

Comments

@edublancas
Copy link

this is related to: #525

this works (spaces in both sides):

%sql df << select * from penguins.csv

but this doesn't:

%sql df<<select * from penguins.csv
%sql df    <<select * from penguins.csv
%sql df    <<    select * from penguins.csv

we should also cover the cases where there is a =:

%sql df=<<select * from penguins.csv
%sql df    =<<select * from penguins.csv
%sql df    =<<    select * from penguins.csv
%sql df=   <<    select * from penguins.csv
@edublancas edublancas added the good first issue Good for newcomers label Jun 9, 2023
@edublancas
Copy link
Author

hey @anupam-tiwari FYI: we merged #609 which allows more flexible spacing when using = <<, so for this issue, the only remaining part is then having <<

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
1 participant