I see the doc, but It’s oracle API . There is getIntArray method to cast Oracle Array to int[] .Phoenix array does not hava one
在 2017年3月27日,22:38,James Taylor <[email protected]<mailto:[email protected]>> 写道: The JDBC array is not an ArrayList. See http://download.oracle.com/otn_hosted_doc/jdeveloper/905/jdbc-javadoc/oracle/sql/ARRAY.html On Mon, Mar 27, 2017 at 3:50 AM 袁康(基础平台部) <[email protected]<mailto:[email protected]>> wrote: When I query phoenix in java project occur:java.lang.ClassCastException: org.apache.phoenix.schema.types.PhoenixArray cannot be cast to java.util.ArrayList How can I do the transfer?
