我在查询有日期列的 cassandra 中的表时收到此错误。他们的 git 中已经有悬而未决的问题,但没有答案。
运行命令时出错:在 处启动查询时出错 http://localhost:8080/v1/statement 返回了无效响应: JsonResponse{statusCode=500, statusMessage=Internal Server Error, 标头={内容长度=[7326], 内容类型=[文本/纯文本], 日期=[星期三, 11 Apr 2018 15:36:41 GMT]}, hasValue=false} [错误: java.lang.NullPointerException: cassandraType is null
从Presto 304开始支持Cassandra date
类型。
此外,Presto 已修复为在存在不受支持的数据类型时不抛出NullPointerException: cassandraType is null
。
是的,Cassandra 连接器似乎还不支持类型日期。以下是添加对它的支持的拉取请求:https://github.com/prestodb/presto/pull/7123