BryanCutler commented on pull request #6425:
URL: https://github.com/apache/arrow/pull/6425#issuecomment-630444330


   The `generate_primitive_large_offsets_case` looks like it is just testing 
'largebinary', 'largeutf8'. Are large lists somehow part of that?
   
   ```python
   def generate_primitive_large_offsets_case(batch_sizes):
       types = ['largebinary', 'largeutf8']
   
       fields = []
   
       for type_ in types:
           fields.append(get_field(type_ + "_nullable", type_, nullable=True))
           fields.append(get_field(type_ + "_nonnullable", type_, 
nullable=False))
   
       return _generate_file('primitive_large_offsets', fields, batch_sizes
   ```


----------------------------------------------------------------
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:
[email protected]


Reply via email to