XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 3.0.0
    • None
    • SQL, Tests
    • None

    Description

      I'm porting tests from PostgreSQL window.sql but anything related to casting a string to datetime seems to fail on Thrift. For instance, the following does not work:

      CREATE TABLE empsalary (                                                                                                                
          depname string,                                                                                                                     
          empno integer,                                                                                                                      
          salary int,                                                                                                                         
          enroll_date date                                                                                                                    
      ) USING parquet;  
      INSERT INTO empsalary VALUES ('develop', 10, 5200, '2007-08-01');
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              DylanGuedes Dylan Guedes
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: