We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
assertEquals(Types.DATE, rsm.getColumnType(5));
SQL Value in column '5' is not a Date but is Str...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Source version: master level
Running CreateITest against ElasticSearch 6.3.2 / 6.4.0 end up with the following error:
At
throws
At
throws
The text was updated successfully, but these errors were encountered: