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

Issues running count queries against MS SQL #483

Closed
yruslan opened this issue Sep 3, 2024 · 0 comments · Fixed by #484
Closed

Issues running count queries against MS SQL #483

yruslan opened this issue Sep 3, 2024 · 0 comments · Fixed by #484
Labels
bug Something isn't working

Comments

@yruslan
Copy link
Collaborator

yruslan commented Sep 3, 2024

Describe the bug

A regression was introduced in 1.9.5.

The query that looks like this:

SELECT COUNT(*) FROM (SELECT * FROM COMPANY)

does not compile. Need a mandatory alias:

SELECT COUNT(*) FROM (SELECT * FROM COMPANY) query

Code and/or configuration snippet that caused the issue

pramen {
}

Expected behavior

A clear and concise description of what you expected to happen.

Context

  • Pramen/pramen-py version:
  • Spark version:
  • Scala/Python version:
  • Operating system:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant