Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-24872 PTF vectorization coverage
  3. HIVE-24905

only CURRENT ROW end frame is supported for RANGE

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      This one is about to take care of vectorizing the FOLLOWING rows case:

      avg(p_retailprice) over(partition by p_mfgr order by p_date range between 1 preceding and 3 following) as avg1,
      
                  Reduce Vectorization:
                      enabled: true
                      enableConditionsMet: hive.vectorized.execution.reduce.enabled IS true, hive.execution.engine tez IN [tez, spark] IS true
                      notVectorizedReason: PTF operator: count only CURRENT ROW end frame is supported for RANGE
                      vectorized: false
      

      Attachments

        Issue Links

          Activity

            People

              abstractdog László Bodor
              abstractdog László Bodor
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: