Prestodb cassandraType为空错误

时间:2018-04-11 16:51:21

标签: cassandra presto

我在查询cassandra中有日期列的表时遇到此错误。他们的git已经存在未解决的问题,但没有答案。

  

运行命令时出错:启动查询时出错   http://localhost:8080/v1/statement返回了无效回复:   JsonResponse {statusCode = 500,statusMessage =内部服务器错误,   headers = {content-length = [7326],content-type = [text / plain],date = [Wed,   2014年4月11日15:36:41 GMT]},hasValue = false} [错误:   java.lang.NullPointerException:cassandraType为null

2 个答案:

答案 0 :(得分:2)

从Presto 304开始支持

Cassandra date类型。

此外,还修复了Presto在不支持的数据类型时不抛出NullPointerException: cassandraType is null的问题。

答案 1 :(得分:1)

是的,似乎cassandra连接器尚不支持日期类型。这是添加对它的支持的请求请求: https://github.com/prestodb/presto/pull/7123