Re: how to solve the 3 compile errors in AbstractRow.java?

2019-07-14 Thread Jeff Jirsa
Don’t delete that line. Which version of Java are you using to compile > On Jul 14, 2019, at 7:51 AM, Nimbus Lin wrote: > > TO: Genius Cassandra's developers, > > how to solve the 3 compile errors in AbstractRow.java? > > The 3 errors are all because the only 1 line code: > > "

how to solve the 3 compile errors in AbstractRow.java?

2019-07-14 Thread Nimbus Lin
TO: Genius Cassandra's developers, how to solve the 3 compile errors in AbstractRow.java? The 3 errors are all because the only 1 line code: " sb.append(StreamSupport.stream(complexData.spliterator(), false) .map(transform != null ? transfor