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

   Here is the schema:
   ```
   DataFusion CLI v36.0.0
   ❯ describe 'file.parquet';
   +------------------------+-----------------------------+-------------+
   | column_name            | data_type                   | is_nullable |
   +------------------------+-----------------------------+-------------+
   | Percent_Idle_Time      | Float64                     | YES         |
   | Percent_Processor_Time | Float64                     | YES         |
   | Percent_User_Time      | Float64                     | YES         |
   | cpu                    | Dictionary(Int32, Utf8)     | YES         |
   | datacenter             | Dictionary(Int32, Utf8)     | YES         |
   | env                    | Dictionary(Int32, Utf8)     | YES         |
   | host                   | Dictionary(Int32, Utf8)     | YES         |
   | instance               | Dictionary(Int32, Utf8)     | YES         |
   | objectname             | Dictionary(Int32, Utf8)     | YES         |
   | os                     | Dictionary(Int32, Utf8)     | YES         |
   | pool                   | Dictionary(Int32, Utf8)     | YES         |
   | server_role            | Dictionary(Int32, Utf8)     | YES         |
   | time                   | Timestamp(Nanosecond, None) | NO          |
   | usage_idle             | Float64                     | YES         |
   | usage_iowait           | Float64                     | YES         |
   | usage_system           | Float64                     | YES         |
   | usage_user             | Float64                     | YES         |
   +------------------------+-----------------------------+-------------+
   ```


-- 
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