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

Fix error using list comprehension with WITH * #1838

Merged
merged 1 commit into from
May 7, 2024

Conversation

MuhammadTahaNaveed
Copy link
Member

  • Added a check for the case where the list comprehension is used with WITH *. Handled this case by adding entries in targetlist to the group clause.

  • Added regression tests.

@github-actions github-actions bot added the master label May 6, 2024
- Added a check for the case where the list comprehension is used with
  `WITH *`. Handled this case by adding entries in targetlist to the
  group clause.

- Added regression tests.
@jrgemignani jrgemignani merged commit 5e08a2f into apache:master May 7, 2024
7 checks passed
@MuhammadTahaNaveed MuhammadTahaNaveed deleted the list_comp_i1 branch May 7, 2024 05:19
MuhammadTahaNaveed added a commit to MuhammadTahaNaveed/age that referenced this pull request May 9, 2024
- Added a check for the case where the list comprehension is used with
  `WITH *`. Handled this case by adding entries in targetlist to the
  group clause.

- Added regression tests.
MuhammadTahaNaveed added a commit to MuhammadTahaNaveed/age that referenced this pull request May 9, 2024
- Added a check for the case where the list comprehension is used with
  `WITH *`. Handled this case by adding entries in targetlist to the
  group clause.

- Added regression tests.
MuhammadTahaNaveed added a commit to MuhammadTahaNaveed/age that referenced this pull request May 9, 2024
- Added a check for the case where the list comprehension is used with
  `WITH *`. Handled this case by adding entries in targetlist to the
  group clause.

- Added regression tests.
MuhammadTahaNaveed added a commit to MuhammadTahaNaveed/age that referenced this pull request May 9, 2024
- Added a check for the case where the list comprehension is used with
  `WITH *`. Handled this case by adding entries in targetlist to the
  group clause.

- Added regression tests.
jrgemignani pushed a commit that referenced this pull request May 9, 2024
- Added a check for the case where the list comprehension is used with
  `WITH *`. Handled this case by adding entries in targetlist to the
  group clause.

- Added regression tests.
jrgemignani pushed a commit that referenced this pull request May 9, 2024
- Added a check for the case where the list comprehension is used with
  `WITH *`. Handled this case by adding entries in targetlist to the
  group clause.

- Added regression tests.
jrgemignani pushed a commit that referenced this pull request May 9, 2024
- Added a check for the case where the list comprehension is used with
  `WITH *`. Handled this case by adding entries in targetlist to the
  group clause.

- Added regression tests.
jrgemignani pushed a commit that referenced this pull request May 9, 2024
- Added a check for the case where the list comprehension is used with
  `WITH *`. Handled this case by adding entries in targetlist to the
  group clause.

- Added regression tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants