greptimedb icon indicating copy to clipboard operation
greptimedb copied to clipboard

Consider catalog name and schema name in old APIs

Open waynexia opened this issue 2 years ago • 1 comments

The full table qualifier are composed by three parts, but some early time APIs only contains the table name. Here is the list:

  • InsertRequest
  • TableEngine::get_table()
  • TableEngine::table_exists()

Please remain me if I miss some.

waynexia avatar Oct 20 '22 09:10 waynexia

Could wait for #559

MichaelScofield avatar Nov 19 '22 06:11 MichaelScofield

Looks like already fixed.

killme2008 avatar Apr 11 '23 05:04 killme2008