alamb commented on issue #3617:
URL: 
https://github.com/apache/arrow-datafusion/issues/3617#issuecomment-1433631918

   Yeah, it seems to work just fine for me in datafusion-cli. Thus I think we 
should close this ticket in datafusion. I am not sure what is going on with 
ballista. 
   
   ```
   alamb@MacBook-Pro-8:~/Downloads$ datafusion-cli
   DataFusion CLI v18.0.0
   ❯ select text['status'] from 
'part-00000-f6337bce-7fcd-4021-9f9d-040413ea83f8-c000.snappy.parquet' limit 10;
   
+----------------------------------------------------------------------------------+
   | 
part-00000-f6337bce-7fcd-4021-9f9d-040413ea83f8-c000.snappy.parquet.text[status]
 |
   
+----------------------------------------------------------------------------------+
   |                                                                            
      |
   | generated                                                                  
      |
   | generated                                                                  
      |
   | generated                                                                  
      |
   | generated                                                                  
      |
   | generated                                                                  
      |
   | generated                                                                  
      |
   | generated                                                                  
      |
   | generated                                                                  
      |
   | generated                                                                  
      |
   
+----------------------------------------------------------------------------------+
   10 rows in set. Query took 0.010 seconds.
   ```


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

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to