but there are still the same only 3 compile errors left on the 1 line code in abstractRow.java

2019-07-17 Thread Nimbus Lin
To Sir Michael: Thank you for your guiding, my steps are: cd /data/workspace/OxyCentos/HadoopCas/cassandra-trunk git clone https://github.com/apache/cassandra.git cd cassandra-trunk/ git checkout -b cassandra-3.11.3 ant artifacts The steps all build successfully, and the returnings

Re: but there are still the same only 3 compile errors left on the 1 line code in abstractRow.java

2019-07-17 Thread Jasonstack Zhao Yang
Hi, It's probably just an Eclipse issue that doesn't properly handle lambda. Intellij should work just fine or you can add a type cast "(Function)" for Eclipse... On Wed, 17 Jul 2019 at 16:32, Nimbus Lin wrote: > To Sir Michael: > > Thank you for your guiding, my steps are: > cd /data/wo

Re: but there are still the same only 3 compile errors left on the 1 line code in abstractRow.java

2019-07-17 Thread Nimbus Lin
Jasonstack: Thank you very much for your teaching, now I have solved the compiling errors and only a step is left for confirming whether the free source is real workable or not, is the step to replace the jars in build/dist/? The solving method is just to define as below: //to si