Skip to content

Commit

Permalink
[Feature] Support clickhouse jdbc datasource(StarRocks#40894)
Browse files Browse the repository at this point in the history
  • Loading branch information
DataScientistSamChan committed Mar 24, 2024
1 parent 8d2c86d commit df230bb
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,6 @@ public static void getResultFromBoxedArray(int type, int numRows, Object boxedRe
if (boxedResult instanceof Date[]) {
getStringDateResult(numRows, (Date[]) boxedResult, columnAddr);
} else if(boxedResult instanceof String[]){
for(String i: boxedResult){
log.info("boxedResult element :" + i);
}
getStringBoxedResult(numRows, (String[]) boxedResult, columnAddr);
}else {
throw new UnsupportedOperationException("unsupported type:" + boxedResult);
Expand Down

0 comments on commit df230bb

Please sign in to comment.