Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-4622

Phoenix 4.13 order by issue

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Duplicate
    • 4.13.1
    • None
    • None
    • None
    • phoenix 4.13

      hbase 1.2.5

    Description

      1.create table and insert data.

      create table test2
      (
      id varchar(200) primary key,
      cardid varchar(200),
      ctime date
      )

      upsert into test2 (id,cardid,ctime) values('a1','123',to_date('2017-12-01 17:42:45'))

      2.query sql like this:

      select id,ctime from test2  where cardid='123' order by ctime

      error log:

      org.apache.phoenix.exception.PhoenixIOException: org.apache.hadoop.hbase.DoNotRetryIOException: TEST2,,1519221167250.813e4ce0510965a7a7898413da2a17ad.: null

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dragoonnet tom thmas
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: