XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.1.0
    • None
    • SQL
    • None

    Description

      DSv1:

        test("namespace is not specified and the default catalog is set") {
          withSQLConf(SQLConf.DEFAULT_CATALOG.key -> catalog) {
            withTable("table") {
              spark.sql(s"CREATE TABLE table (id bigint, data string) $defaultUsing")
              sql("SHOW TABLES").show()
            }
          }
        }
      
      +--------+---------+-----------+
      |database|tableName|isTemporary|
      +--------+---------+-----------+
      | default|    table|      false|
      +--------+---------+-----------+
      

      DSv2:

      +---------+---------+
      |namespace|tableName|
      +---------+---------+
      |         |    table|
      +---------+---------+
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            maxgekk Max Gekk
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: