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

mismatched input ';'. Expecting: <EOF> #17846

Open
2637977081 opened this issue Jun 7, 2022 · 2 comments
Open

mismatched input ';'. Expecting: <EOF> #17846

2637977081 opened this issue Jun 7, 2022 · 2 comments

Comments

@2637977081
Copy link

I have a sql
select username,age,gender from dw.user
That's right

But when I add ";"
select username,age,gender from dw.user;

throw error
java.sql.SQLException: Query failed (#20220607_021417_00738_ik27u): line 1:55: mismatched input ';'. Expecting: <EOF> at com.facebook.presto.jdbc.PrestoResultSet.resultsException(PrestoResultSet.java:1841) at com.facebook.presto.jdbc.PrestoResultSet.getColumns(PrestoResultSet.java:1751) at com.facebook.presto.jdbc.PrestoResultSet.<init>(PrestoResultSet.java:121) at com.facebook.presto.jdbc.PrestoStatement.internalExecute(PrestoStatement.java:272) at com.facebook.presto.jdbc.PrestoStatement.execute(PrestoStatement.java:230)

I use com.facebook.presto:presto-jdbc:0.271.1

As a general SQL,I'm wondering if this is a design or bug

@pratyakshsharma
Copy link
Contributor

@imjalpreet Can you help here?

@tsafacjo
Copy link

tsafacjo commented Nov 1, 2023

can I taje this issue ?

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

No branches or pull requests

4 participants