yew1eb opened a new pull request, #1698:
URL: https://github.com/apache/auron/pull/1698

    
   # Which issue does this PR close?
    
   
   Closes #1697 .
   
    # Rationale for this change
    Cache NativePlan nodes after conversion check and reuse in doExecuteNative
   
   # What changes are included in this PR?
   - Cache serialized NativePlan nodes as lazy vals right after the native 
support check.
   - Reuse the cached nodes in doExecuteNative when creating NativeRDD to avoid 
recomputation.
   
   # Are there any user-facing changes?
   No. 
   
   # How was this patch tested?
   


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