SKY-ALIN commented on PR #1901:
URL: 
https://github.com/apache/datafusion-comet/pull/1901#issuecomment-2983795662

   It fixes formatting also, now it looks like this:
   
   ```shell
   25/06/18 12:53:47 WARN CometExecRule: Comet cannot execute some parts of 
this plan natively (set spark.comet.explainFallback.enabled=false to disable 
this logging):
   Project
   +- BroadcastHashJoin
      :- Project
      :  +- Window
      :     +- Sort
      :        +-  Exchange [COMET: ]
      :           +- Project
      :              +-  SortMergeJoin [COMET: Unsupported join key type 
TimestampType on key: CAST(time AS TIMESTAMP)]
   ...
   ```
   
   but after adding TimestampType into match statement there is no this message 
anyway:), just for clearance


-- 
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...@datafusion.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to