我試圖運行使用蜂巢作爲基礎數據存儲的SQL查詢,查詢調用大小數功能,引發以下錯誤:在蜂巢方法不支持
org.apache.hadoop.hive.jdbc.HivePreparedStatement.setBigDecimal(HivePreparedStatement.java:317)
不支持
方法這完全是因爲蜂巢不支持如下:
public void setBigDecimal(int parameterIndex, BigDecimal x) throws SQLException {
// TODO Auto-generated method stub
throw new SQLException("Method not supported");
}
請有什麼建議可以提供給對付這種問題的其他解決方法或修復
非常感謝您的快速響應。我希望這個補丁運行良好。 –