[Bug] v1.0 含有反引号的节点查询
- Lingua principale
- Java
- Stelle
- 6.4k
- Fork
- 1.2k
- Merge medio
- 1g 23h
- PR unite (30g)
- 115
Descrizione
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar.
### Version
V1.0
### Describe the bug and provide the minimal reproduce step
为了规避路径中的特殊字符,路径统一添加了反引号,可以使用通配符查询数据,但是无论使用``` `bWireTemperatuer` ```或者bWireTemperatuer都无法查到数据


使用``` `bWireTemperatuer*` ```也能查询到数据
### What did you expect to see?
希望使用select bWireTemperatuer from 可以查询到数据,在路径的其他节点使用反引号如果不包含特殊字符,iotdb会忽略掉,和预期结果一致,但是在不含特殊字符的测点加反引号会导致无法查询数据。
### What did you see instead?
查询时无论加不加反引号都无法查询数据
### Anything else?
_No response_
### Are you willing to submit a PR?
- [ ] I'm willing to submit a PR!
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Non sono specificati alcun file sorgente, test o punto di ingresso. Inizia riproducendo il comportamento della query di V1.0 descritto nell’issue, con gli identificatori racchiusi tra backtick, quindi segui la gestione della query per il nome del nodo interessato; il lavoro è completato quando sia i nomi tra virgolette sia i nomi senza virgolette e senza caratteri speciali restituiscono i dati previsti.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- java, sql
- Ambito
- databases
- Tipo di issue
- Bug
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100