You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sql:select count() as totle from user where state in(1,8) union select count() as totle from user where state in(2,3,4)
报错信息:Caused by: java.lang.NullPointerException
at org.nlpcn.es4sql.Util.clearEmptyPaths(Util.java:222)
at org.elasticsearch.plugin.nlpcn.UnionExecutor.updateFieldNamesToAlias(UnionExecutor.java:90)
at org.elasticsearch.plugin.nlpcn.UnionExecutor.fillInternalSearchHits(UnionExecutor.java:55)
at org.elasticsearch.plugin.nlpcn.UnionExecutor.run(UnionExecutor.java:40)
at org.elasticsearch.plugin.nlpcn.QueryActionElasticExecutor.executeMultiQueryAction(QueryActionElasticExecutor.java:78)
at org.elasticsearch.plugin.nlpcn.QueryActionElasticExecutor.executeAnyAction(QueryActionElasticExecutor.java:90)
The text was updated successfully, but these errors were encountered:
sql:select count() as totle from user where state in(1,8) union select count() as totle from user where state in(2,3,4)
报错信息:Caused by: java.lang.NullPointerException
at org.nlpcn.es4sql.Util.clearEmptyPaths(Util.java:222)
at org.elasticsearch.plugin.nlpcn.UnionExecutor.updateFieldNamesToAlias(UnionExecutor.java:90)
at org.elasticsearch.plugin.nlpcn.UnionExecutor.fillInternalSearchHits(UnionExecutor.java:55)
at org.elasticsearch.plugin.nlpcn.UnionExecutor.run(UnionExecutor.java:40)
at org.elasticsearch.plugin.nlpcn.QueryActionElasticExecutor.executeMultiQueryAction(QueryActionElasticExecutor.java:78)
at org.elasticsearch.plugin.nlpcn.QueryActionElasticExecutor.executeAnyAction(QueryActionElasticExecutor.java:90)
The text was updated successfully, but these errors were encountered: