Krisztian Kasa created HIVE-23750:
-------------------------------------

             Summary: Rewrite plan to join back tables: support function calls 
in project
                 Key: HIVE-23750
                 URL: https://issues.apache.org/jira/browse/HIVE-23750
             Project: Hive
          Issue Type: Improvement
            Reporter: Krisztian Kasa


{code}
select
    c_first_name || ' ' || c_last_name,
    (ss_quantity * ss_list_price) * (1.0 - c_discount),
    c_customer_sk,
    ss_customer_sk
from store_sales ss
join customer c on ss_customer_sk = c_customer_sk;
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to