XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.1.0
    • 3.1.0
    • SQL
    • None

    Description

      Migrate "DESCRIBE tbl colname" to new resolution framework so that it has a consistent resolution rule for v1/v2 commands.

      Currently, the following resolves to a table instead of a temp view:

      sql("CREATE TABLE testcat.ns.t (id bigint) USING foo")
      sql("CREATE TEMPORARY VIEW t AS SELECT 2 as id")
      sql("USE testcat.ns")
      sql("DESCRIBE t id") // 't' is resolved to testcat.ns.t
      

      Attachments

        Activity

          People

            imback82 Terry Kim
            imback82 Terry Kim
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: