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

Pinot Connector Single Quote Escape Issue #21681

Closed
luozh-git opened this issue Apr 24, 2024 · 0 comments · Fixed by #21683
Closed

Pinot Connector Single Quote Escape Issue #21681

luozh-git opened this issue Apr 24, 2024 · 0 comments · Fixed by #21683
Assignees
Labels
bug Something isn't working

Comments

@luozh-git
Copy link
Contributor

luozh-git commented Apr 24, 2024

Issue with single quotes when they are being a literal.

Pinot table

CREATE TABLE IF NOT EXISTS test1 (
          id STRING,
          fullname STRING
);

Sample query

SELECT id, fullname FROM "pinot"."default"."test1" WHERE fullname = 'Bob O''Reilly';

This is failing to execute with "UNKNOWN" error.

@ebyhr ebyhr added the bug Something isn't working label Apr 24, 2024
@ebyhr ebyhr self-assigned this Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging a pull request may close this issue.

2 participants