You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the latest code, in the vectorized path, we are hitting:
java.lang.IndexOutOfBoundsException
at java.base/java.nio.Buffer.checkIndex(Buffer.java:743)
at java.base/java.nio.HeapIntBuffer.get(HeapIntBuffer.java:169)
at com.mlt.vector.dictionary.StringDictionaryVector.getValueFromBuffer(StringDictionaryVector.java:71)
at com.mlt.vector.dictionary.StringDictionaryVector.getValueFromBuffer(StringDictionaryVector.java:12)
at com.mlt.vector.Vector.getValue(Vector.java:29)
at com.mlt.vector.FeatureTable$1.next(FeatureTable.java:52)
at com.mlt.vector.FeatureTable$1.next(FeatureTable.java:31)
at com.mlt.tools.CliUtil.decodeFeatureTables(CliUtil.java:15)
at com.mlt.tools.Encode.main(Encode.java:259)|
This still fails after #158, but with a new error:
java.lang.IllegalArgumentException: Specified physical level technique not yet supported: NONE
at com.mlt.decoder.IntegerDecoder.decodeIntStream(IntegerDecoder.java:86)
at com.mlt.decoder.GeometryDecoder.decodeGeometryColumn(GeometryDecoder.java:29)
at com.mlt.decoder.MltDecoder.decodeMlTile(MltDecoder.java:77)
at com.mlt.tools.Encode.main(Encode.java:269)
With the latest code, in the vectorized path, we are hitting:
Testcase:
The text was updated successfully, but these errors were encountered: