๐๐ฎ๐๐ฎ, ๐๐ป๐ฎ๐น๐๐๐ถ๐ฐ๐ & ๐๐. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com
The table meta of temp table is not cleared totally when it is replaced due to create or replace statement, which causes it to be displayed in the system tables. Thanks @xudong963 for reporting this.
Tests
[ ] Unit Test
[x] Logic Test
[ ] Benchmark Test
[ ] No Test - Explain why
Type of change
[x] Bug Fix (non-breaking change which fixes an issue)
[ ] New Feature (non-breaking change which adds functionality)
[ ] Breaking Change (fix or feature that could cause existing functionality not to work as expected)
I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/
Summary
The table meta of temp table is not cleared totally when it is replaced due to
create or replace
statement, which causes it to be displayed in the system tables. Thanks @xudong963 for reporting this.Tests
Type of change
This change isโ