XMLWordPrintableJSON

Details

    Description

      Computing a MAX or MIN of a TIME column using the OVER clause seem to generate wrong results compared to Postgres. Example of such queries:

      SELECT MIN(CAST(columns[1] AS TIME)) OVER(PARTITION BY columns[0]) FROM `3281.csv`;
      
      SELECT MAX(CAST(columns[1] AS TIME)) OVER(PARTITION BY columns[0]) FROM `3281.csv`; 

      Attachments

        1. 3281.csv
          3 kB
          Abdel Hakim Deneche

        Activity

          People

            adeneche Abdel Hakim Deneche
            adeneche Abdel Hakim Deneche
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: