Uploaded image for project: 'Apache Trafodion (Retired)'
  1. Apache Trafodion (Retired)
  2. TRAFODION-2071

[3rd party tool] Squirrel return wrong value for interval data

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • any
    • None
    • client-jdbc-t4
    • None
    • Centos6.7 hbase1.0 CDH5.4.8

    Description

      create table ht(h10s4 interval hour(10) to second(4)) no partition;
      insert into ht values(-interval '1111111111:12:00.1234'hour(10) to second(4));

      From trafci –
      >>select * from ht;

      H10S4
      ----------------------

      -1111111111:12:00.1234

      — 1 row(s) selected.

      From Squirrel –
      select will return <Other>
      checking with content button, it shows <UnknownType (112)>

      Attachments

        Activity

          People

            shengchen.ma mashengchen
            rachelgao Gao, Rui-Xian
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: