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

   ## Which issue does this PR close?
   N/A.
   
   Support statements like `UPDATE foo AS f `.
   
   ## Rationale for this change
   
   > When an alias is provided, it completely hides the actual name of the 
table. For example, given UPDATE foo AS f, the remainder of the UPDATE 
statement must refer to this table as f not foo.
   
   Ref: [PostgreSQL UPDATE SQL 
Commands](https://www.postgresql.org/docs/current/sql-update.html)
   ## What changes are included in this PR?
   
   If there is an alias for the target table, use it to properly qualify the 
column names from the target table.
   
   ## Are these changes tested?
   
   Yes
   
   ## Are there any user-facing changes?
   
   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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to