auto create table insertion failed with : "table does not exist"
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 25.1k
- Forks
- 5k
- Avg merge
- 4d 59m
- Merged PRs (30d)
- 7
Description
sql语句是:INSERT INTO icp_test.person_error_zb2-07 USING icp_test.person_error TAGS (1,1,1,1) VALUES (1703036825001,1,1,1,1,1,1)
提示报错:### Cause: java.sql.SQLException: TDengine ERROR (0x80002603): Table does not exist
; uncategorized SQLException; SQL state []; error code [-2147473917]; TDengine ERROR (0x80002603): Table does not exist
这是为什么
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported INSERT ... USING ... TAGS ... VALUES statement against TDengine and verify the referenced database, stable, and table identifier. Trace the auto-create table behavior for this statement and compare the resulting error with the reported SQLException. Done means identifying the cause and either correcting the behavior or documenting the required SQL conditions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sql
- Domain
- databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100