kennethmhc
kennethmhc
@olapiv yes, return value works when there is a panic in Go.
@olapiv @smkniazi please take a look
When I was testing it, I found a bug. Can you change line 215 in `VectorServer` to ``` String zippedTupleString = zipArraysToTupleString(preparedStatementParameters.get(fgId) .entrySet() .stream() .sorted(Comparator.comparingInt(Map.Entry::getValue)) .map(e -> entry.get(e.getKey())) .collect(Collectors.toList())); ```...