You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/04/25 19:13:20 UTC

[GitHub] [arrow-datafusion] alamb opened a new pull request, #6120: Minor: Split `DmlStatement` into its own module

alamb opened a new pull request, #6120:
URL: https://github.com/apache/arrow-datafusion/pull/6120

   # Which issue does this PR close?
   
   Related to https://github.com/apache/arrow-datafusion/issues/1281
   
   # Rationale for this change
   
   I am trying to improve the organization of `LogicalPlan` and would like the code to mirror the structure
   
   
   # What changes are included in this PR?
   
   extract DML related plan structures into a new module
   
   # Are these changes tested?
   
   Covered by existing tests 
   # Are there any user-facing changes?
   
   No, the imports are updated so there should be no API changes


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

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


[GitHub] [arrow-datafusion] alamb merged pull request #6120: Minor: Split `DmlStatement` into its own module

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb merged PR #6120:
URL: https://github.com/apache/arrow-datafusion/pull/6120


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

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


[GitHub] [arrow-datafusion] alamb commented on pull request #6120: Minor: Split `DmlStatement` into its own module

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on PR #6120:
URL: https://github.com/apache/arrow-datafusion/pull/6120#issuecomment-1523198938

   Thanks for the review @r4ntix 


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

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