Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.0.0
    • 3.0.0
    • SQL
    • None

    Description

      Currently, Spark does not have a `random()` function. Postgres, however, does.

      For instance, this one is not valid:

      SELECT rank() OVER (ORDER BY rank() OVER (ORDER BY random()))
      

      Because of the `random()` call. On the other hand, Postgres has it.

      Attachments

        Issue Links

          Activity

            People

              dongjoon Dongjoon Hyun
              DylanGuedes Dylan Guedes
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: