Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-3610

[SQL] Fix HOP definition

Details

    • Bug
    • Status: Resolved
    • P2
    • Resolution: Fixed
    • None
    • Not applicable
    • dsl-sql
    • None

    Description

      Current HOP implementation has parameters in wrong order, according to Calcite doc. Sliding window size and frequency are swapped

       

      According to Calcite docs the syntax is:

      HOP(timestamp_field, frequency_interval, window_size)
      

      We have

      HOP(timestamp_field, window_size, frequency_interval)
      

      Attachments

        Activity

          People

            kedin Anton Kedin
            kedin Anton Kedin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: