datafuselabs / databend

๐——๐—ฎ๐˜๐—ฎ, ๐—”๐—ป๐—ฎ๐—น๐˜†๐˜๐—ถ๐—ฐ๐˜€ & ๐—”๐—œ. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com
https://docs.databend.com
Other
7.29k stars 701 forks source link

refactor: get_table_by_id() returns an `Option<Seqv<TableMeta>>` #15388

Closed drmingdrmer closed 2 weeks ago

drmingdrmer commented 2 weeks ago

I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/

Summary

refactor: get_table_by_id() returns an Option<Seqv<TableMeta>>

Make get methods behave in a conventional way: return None if the subject is not found.

Other changes: Extend expire time to survive slow CI

Tests

Type of change

Related Issues


This change isโ€‚Reviewable