Uploaded image for project: 'Apache Hudi'
  1. Apache Hudi
  2. HUDI-4520

Support qualified table 'db.table' in call procedures

    XMLWordPrintableJSON

Details

    Description

      Support qualified table 'db.table' in call procedures.
      For now, if we want to run a command like 'show_commits' on table 't1' and 't1' is not in default database, need to submit 'use db' first.

      use db;
      call show_commits(table => 't1')
      

      With this improvement, we can exactly use

      call show_commits(table => 'db.t1')
      

      Attachments

        Issue Links

          Activity

            People

              zhanshaoxiong jimmyz
              zhanshaoxiong jimmyz
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: