Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-15619

Calcite. Fix numerous errors with DATE TIME types tests.

    XMLWordPrintableJSON

Details

    Description

      for example :

      statement ok
      CREATE TABLE dates(i DATE)
      
      statement ok
      INSERT INTO dates VALUES ('1993-08-14'), (NULL)
      
      statement ok
      CREATE TABLE times(i TIME)
      
      statement ok
      INSERT INTO times VALUES ('00:01:20'), ('20:08:10.998'), ('20:08:10.33'), ('20:08:10.001'), (NULL)
      

      failed tests:

      /types/date/*
      /types/time/*
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              zstan Evgeny Stanilovsky
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: