You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/02/21 06:48:10 UTC

[GitHub] [hudi] njalan opened a new issue #4859: Not table to get execution plan

njalan opened a new issue #4859:
URL: https://github.com/apache/hudi/issues/4859


    
   
   Steps to reproduce the behavior:
   
   1.explain   insert overwrite table xxx_hudi  PARTITION(pt='1'). (all the tables involved are hudi tables)
   select a.id,b.name 
   from emp a, dep b
   where a.dep_id=b.id
    
   
   **Expected behavior**
   
   A clear and concise description of what you expected to happen.
   
   **Environment Description**
   
   * Hudi version : 0.9
   
   * Spark version : 3.0.1
   
   * Hive version : 3.2
   
   * Hadoop version : 3.2.2
   
   * Storage (HDFS/S3/GCS..) : s3 
   
   * Running on Docker? (yes/no) :no 
   
   
   
   


-- 
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: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] xushiyan commented on issue #4859: Not table to get execution plan

Posted by GitBox <gi...@apache.org>.
xushiyan commented on issue #4859:
URL: https://github.com/apache/hudi/issues/4859#issuecomment-1047739224


   cc @XuQianJin-Stars 


-- 
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: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] XuQianJin-Stars commented on issue #4859: Not table to get execution plan

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars commented on issue #4859:
URL: https://github.com/apache/hudi/issues/4859#issuecomment-1049455674


   > @njalan It's just because `InsertIntoHoodieTableCommand`extends `RunnableCommand` and doesm't override the `children` method. So it have no children should be shown. @XuQianJin-Stars you can try to override `children` and return the `query` in `InsertIntoHoodieTableCommand`. maybe can show more details.
   
   You are right, I will send him a verification packet this afternoon.


-- 
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: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] xushiyan closed issue #4859: Not table to get execution plan

Posted by GitBox <gi...@apache.org>.
xushiyan closed issue #4859:
URL: https://github.com/apache/hudi/issues/4859


   


-- 
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: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] XuQianJin-Stars edited a comment on issue #4859: Not table to get execution plan

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars edited a comment on issue #4859:
URL: https://github.com/apache/hudi/issues/4859#issuecomment-1049444190


   I have tested it on the branch version of hudi 0.9 last night. Although the plan information of the child is not printed, the execution plan can be printed. The problem on his side is that nothing is printed at all, so I'm going to take a closer look at the information in his email to me.


-- 
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: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] nsivabalan commented on issue #4859: Not table to get execution plan

Posted by GitBox <gi...@apache.org>.
nsivabalan commented on issue #4859:
URL: https://github.com/apache/hudi/issues/4859#issuecomment-1047199962


   @YannByron @leesf : can you folks chime in here please. 


-- 
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: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] XuQianJin-Stars commented on issue #4859: Not table to get execution plan

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars commented on issue #4859:
URL: https://github.com/apache/hudi/issues/4859#issuecomment-1049444190


   > 
   
   I have tested it on the branch version of hudi 0.9 last night. Although the plan information of the child is not printed, the execution plan can be printed. The problem on his side is that nothing is printed at all, so I'm going to take a closer look at the information in his email to me.


-- 
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: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] YannByron commented on issue #4859: Not table to get execution plan

Posted by GitBox <gi...@apache.org>.
YannByron commented on issue #4859:
URL: https://github.com/apache/hudi/issues/4859#issuecomment-1049441095


   @njalan It's just because `InsertIntoHoodieTableCommand`extends `RunnableCommand` and doesm't override the `children` method. So it have no children should be shown. 
   @XuQianJin-Stars you can try to override `children` and return the `query` in `InsertIntoHoodieTableCommand`. maybe can show more details.


-- 
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: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] XuQianJin-Stars commented on issue #4859: Not table to get execution plan

Posted by GitBox <gi...@apache.org>.
XuQianJin-Stars commented on issue #4859:
URL: https://github.com/apache/hudi/issues/4859#issuecomment-1049431082


   > cc @XuQianJin-Stars
   
   I'm already tracking this issue.


-- 
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: commits-unsubscribe@hudi.apache.org

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



[GitHub] [hudi] njalan commented on issue #4859: Not table to get execution plan

Posted by GitBox <gi...@apache.org>.
njalan commented on issue #4859:
URL: https://github.com/apache/hudi/issues/4859#issuecomment-1049806566


   @XuQianJin-Stars  Thanks for your help.  I am able to get execution plan for inserting hudi table and execution plan looks fine to me based the jar you shared with me today.


-- 
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: commits-unsubscribe@hudi.apache.org

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