Closed newluhuibiao closed 2 years ago
This issue has been automatically marked as stale because it has not had any activity in the last 2 years. If you feel that this issue is important, just comment and the stale tag will be removed; otherwise it will be closed in 7 days. This is an attempt to ensure that our open issues remain valuable and relevant so that we can keep track of what needs to be done and prioritize the right things.
In SpringMVC and Mybatis Project,presto-jdbc is 0.85,jdk is 7.0,but error is below:
SQL: select alarmindex.parentorgname,alarmindex.orgname,alarmindex.indextype,alarmindex.day,alarmindex.indexvalue from bimarketnet.dayalarmindex alarmindex
Cause: java.lang.UnsupportedOperationException: getType
Caused by: java.lang.UnsupportedOperationException: getType at com.facebook.presto.jdbc.PrestoResultSet.getType(PrestoResultSet.java:746)