You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/04/26 13:23:45 UTC

[GitHub] [arrow-datafusion] alamb opened a new issue #121: Add optional qualifier to Expr::Column

alamb opened a new issue #121:
URL: https://github.com/apache/arrow-datafusion/issues/121


   *Note*: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-10815
   
   This follows on from https://issues.apache.org/jira/browse/ARROW-10732 and does the integration to complete the feature.
   
    
   
   Expr::Column will be updated to
   
    
   {code:java}
   Column {
       /// Optional qualifier
       qualifier: Option<String>,
       /// Column name
       name: String,
   }, {code}


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

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



[GitHub] [arrow-datafusion] houqp commented on issue #121: Add optional qualifier to Expr::Column

Posted by GitBox <gi...@apache.org>.
houqp commented on issue #121:
URL: https://github.com/apache/arrow-datafusion/issues/121#issuecomment-945332687


   already implemented in #55


-- 
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] houqp closed issue #121: Add optional qualifier to Expr::Column

Posted by GitBox <gi...@apache.org>.
houqp closed issue #121:
URL: https://github.com/apache/arrow-datafusion/issues/121


   


-- 
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] houqp commented on issue #121: Add optional qualifier to Expr::Column

Posted by GitBox <gi...@apache.org>.
houqp commented on issue #121:
URL: https://github.com/apache/arrow-datafusion/issues/121#issuecomment-827002420


   this one can be assigned to me since it's covered by #55 


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

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