【异常】Cannot construct instance of `com.facebook.presto.jdbc.internal.client.QueryResults`, problem: stats is null

时间:2020-04-30 22:59:41   收藏:0   阅读:562

一、异常内容

Caused by: com.facebook.presto.jdbc.internal.jackson.databind.exc.InvalidDefinitionException: 
Cannot construct instance of `com.facebook.presto.jdbc.internal.client.QueryResults`, problem: stats is null

二、解决方式

设置以下下面的session熟悉就可以了

connection.setSessionProperty("enable_hive_syntax","true");

 

原文:https://www.cnblogs.com/756623607-zhang/p/12811474.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!