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

Older clients don't get correct view metadata when a 4.15 client creates a view

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 4.15.0, 5.1.0
    • 4.15.0, 5.1.0
    • None
    • None

    Description

      To reproduce this bug locally:
      1. start the sandbox at 4.15.
      2. created table and view at 4.15 client.

      CREATE TABLE AAA (A BIGINT PRIMARY KEY, B BIGINT);
      CREATE VIEW A_VIEW AS SELECT * FROM AAA;
      

      3. query `SELECT * FROM A_VIEW` at 4.14 client.

      0: jdbc:phoenix:localhost:51070> SELECT * FROM A_VIEW;
      +--+
      |  |
      +--+
      +--+
      No rows selected (0.009 seconds)
      

      Attachments

        1. 5584-4.x-HBase-1.5.txt
          2 kB
          Lars Hofhansl
        2. 5584-4.x-HBase-1.5-v2.txt
          2 kB
          Lars Hofhansl
        3. PHOENIX-5584-4.x-HBase-1.3-v3.patch
          3 kB
          Chinmay Kulkarni
        4. 5584-4.x-HBase-1.5-v4.txt
          1 kB
          Lars Hofhansl
        5. 5584-4.x-HBase-1.5-v5.txt
          1 kB
          Lars Hofhansl

        Activity

          People

            larsh Lars Hofhansl
            yanxinyi Xinyi Yan
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: