Ted-Jiang commented on issue #4236:
URL: 
https://github.com/apache/arrow-datafusion/issues/4236#issuecomment-1317179952

   @HaoYang670  Thanks , this expected now.
   because these cols are string , not supported yet , after 
https://github.com/apache/arrow-datafusion/pull/4132 done,this will be fixed.
   Although it reports errors, will have the fall back in 
https://github.com/apache/arrow-datafusion/blob/509c82c6d624bb63531f67531195b562a241c854/datafusion/core/src/physical_plan/file_format/parquet/page_filter.rs#L350-L351
   ```
   
--------------------------------------------------------------------------------
   service:             OPTIONAL BINARY L:STRING R:0 D:1
   host:                REQUIRED BINARY L:STRING R:0 D:0
   pod:                 REQUIRED BINARY L:STRING R:0 D:0
   container:           REQUIRED BINARY L:STRING R:0 D:0
   image:               REQUIRED BINARY L:STRING R:0 D:0
   time:                REQUIRED INT64 L:TIMESTAMP(NANOS,false) R:0 D:0
   client_addr:         OPTIONAL BINARY L:STRING R:0 D:1
   request_duration_ns: REQUIRED INT32 R:0 D:0
   request_user_agent:  OPTIONAL BINARY L:STRING R:0 D:1
   request_method:      OPTIONAL BINARY L:STRING R:0 D:1
   request_host:        OPTIONAL BINARY L:STRING R:0 D:1
   request_bytes:       OPTIONAL INT32 R:0 D:1
   response_bytes:      OPTIONAL INT32 R:0 D:1
   response_status:     REQUIRED INT32 L:INTEGER(16,false) R:0 D:0
   decimal_price:       REQUIRED FIXED_LEN_BYTE_ARRAY L:DECIMAL(38,0) R:0 D:0
   
   row group 1:         RC:53819 TS:6441769 OFFSET:4
   ``


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to