我在查询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
答案 0 :(得分:2)
Cassandra date
类型。
此外,还修复了Presto在不支持的数据类型时不抛出NullPointerException: cassandraType is null
的问题。
答案 1 :(得分:1)
是的,似乎cassandra连接器尚不支持日期类型。这是添加对它的支持的请求请求: https://github.com/prestodb/presto/pull/7123