Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-23750

Rewrite plan to join back tables: support function calls in project

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • None

    Description

      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;
      

      Attachments

        Issue Links

          Activity

            People

              kkasa Krisztian Kasa
              kkasa Krisztian Kasa
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h
                  1h