Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-1620

random() in an SQL should generate RANDOM numbers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.10.0
    • 0.11.0
    • Function/UDF
    • None

    Description

      random() function in projection list should generate different random numbers per each record. Currently it generates same numbers like below:

      SELECT o_custkey, o_totalprice, random(10) as rand from orders limit 10;

      o_custkey, o_totalprice, rand
      -------------------------------
      36901, 173665.47, 8
      78002, 46929.18, 8
      123314, 193846.25, 8
      136777, 32151.78, 8
      44485, 144659.2, 8
      55624, 58749.59, 8
      39136, 252004.18, 8
      130057, 208660.75, 8
      66958, 163243.98, 8
      61001, 58949.67, 8
      (10 rows, 1.195 sec, 178 B selected)

      Attachments

        1. TAJO-1620.patch
          2 kB
          Jongyoung Park

        Activity

          People

            eminency Jongyoung Park
            ykko Youngkyong Ko
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: