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

ElasticSearch 6.X - Failed test cases #49

Open
mallim opened this issue Sep 20, 2018 · 0 comments
Open

ElasticSearch 6.X - Failed test cases #49

mallim opened this issue Sep 20, 2018 · 0 comments

Comments

@mallim
Copy link
Contributor

mallim commented Sep 20, 2018

Source version: master level
Running CreateITest against ElasticSearch 6.3.2 / 6.4.0 end up with the following error:

At

boolean res = st.execute("CREATE TABLE simpletype (myString \"type:keyword\", myInt \"type:integer\", myDate \"type:date\")");

throws

Caused by: java.io.IOException:
Unexpected character ('t' (code 116)): was expecting double-quote to start field name

At

assertEquals(Types.DATE, rsm.getColumnType(5));

throws

SQL Value in column '5' is not a Date but is Str...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant