vvysotskyi commented on PR #2610: URL: https://github.com/apache/drill/pull/2610#issuecomment-1193350318
@jnturton, looks like this change causes Travis CI failures: ``` (java.lang.RuntimeException) java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer; 52991 org.apache.drill.common.DeferredException.addThrowable():101 52992 org.apache.drill.exec.work.fragment.FragmentExecutor.fail():502 52993 org.apache.drill.exec.work.fragment.FragmentExecutor.run():347 52994 org.apache.drill.common.SelfCleaningRunnable.run():38 52995 java.util.concurrent.ThreadPoolExecutor.runWorker():1149 52996 java.util.concurrent.ThreadPoolExecutor$Worker.run():624 52997 java.lang.Thread.run():748 52998 Caused By (java.lang.NoSuchMethodError) java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer; 52999 org.apache.drill.exec.vector.UInt4Vector$BufferedMutator.setSafe():635 53000 org.apache.drill.exec.vector.VarBinaryVector$BufferedMutator.<init>():922 53001 org.apache.drill.exec.vector.VarBinaryVector$BufferedMutator.<init>():898 53002 org.apache.drill.exec.vector.VarBinaryVector$Mutator.setSafe():642 53003 org.apache.drill.exec.vector.VarBinaryVector$Mutator.setSafe():630 53004 org.apache.drill.exec.store.parquet.columnreaders.VarLengthColumnReaders$VarBinaryColumn.setSafe():268 53005 org.apache.drill.exec.store.parquet.columnreaders.VarLengthValuesColumn.readRecordsInBulk():98 53006 org.apache.drill.exec.store.parquet.columnreaders.VarLenBinaryReader.readRecordsInBulk():113 53007 org.apache.drill.exec.store.parquet.columnreaders.VarLenBinaryReader.readFields():91 53008 org.apache.drill.exec.store.parquet.columnreaders.BatchReader$VariableWidthReader.readRecords():156 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org