liyafan82 edited a comment on pull request #6425: URL: https://github.com/apache/arrow/pull/6425#issuecomment-624426890
@nealrichardson and @BryanCutler Thanks for your good suggestion. I have removed the skip in `datagen.py`, but the tests failed. The reason is that we do not support `LargeList` type yet: ``` 2020-05-06T03:03:50.3032543Z com.fasterxml.jackson.databind.exc.InvalidTypeIdException: Could not resolve type id 'largelist' as a subtype of [simple type, class org.apache.arrow.vector.types.pojo.ArrowType]: known type ids = [binary, bool, date, decimal, duration, fixedsizebinary, fixedsizelist, floatingpoint, int, interval, largebinary, largeutf8, list, map, null, struct, time, timestamp, union, utf8] (for POJO property 'type') 2020-05-06T03:03:50.3033308Z at [Source: (File); line: 7, column: 19] (through reference chain: org.apache.arrow.vector.types.pojo.Schema["fields"]->java.util.ArrayList[0]->org.apache.arrow.vector.types.pojo.Field["type"]) ``` I have revised the comment in `datagen.py` accordingly. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org