infiniflow / infinity

The AI-native database built for LLM applications, providing incredibly fast hybrid search of dense vector, sparse vector, tensor (multi-vector), and full-text
https://infiniflow.org
Apache License 2.0
2.43k stars 261 forks source link

[Bug]: tables created in `default_db` cannot be recovered using `list_tables` #1748

Closed writinwaters closed 5 days ago

writinwaters commented 2 weeks ago

Is there an existing issue for the same bug?

Version or Commit ID

v0.3.0-dev7

Other environment information

No response

Actual behavior and How to reproduce it

After upgrading Infinity from v0.3.0-dev7 to the latest nightly release, I discovered that all tables created in default_db via HTTP requests had been lost. When I called show_database(default_db), table_count returned zero, and list_tables() returned nothing.

Expected behavior

No response

Additional information

No response

yangzq50 commented 2 weeks ago

table_count fixed in #1751