java.lang.AbstractMethodError: org.apache.kylin.jdbc.KylinMeta.prepareAndExecute (Lorg/apache/calcite/avatica/Meta$ConnectionHandle;Ljava/lang/String;ILorg/apache/calcite/avatica/Meta$PrepareCallback;)Lorg/apache/calcite/avatica/Meta$ExecuteResult; org.apache.calcite.avatica.AvaticaConnection.prepareAndExecuteInternal(AvaticaConnection.java:474)
0
votes
You're just showing us an error... What are you trying to do, what do you want to achieve?
- Ray
I use url jdbc:kylin://.../mydb to access remote db.
- tommy
this.kylinJdbcTemplate.queryForList("select * from table limit 1"); this is the sql statement for the query.
- tommy
Then I run the example from kylin website, also has the same error above.
- tommy