4paradigm / 4paradigm/OpenMLDB
During online export (SELECT INTO), when quote='#', # in the string will not be escaped
Abierto
bug
storage-engine
- Lenguaje dominante
- C++
- Estrellas
- 1.7k
- Forks
- 331
- Merge medio
- 12 d 12 h
- PR fusionados (30 d)
- 1
Descripción
**Bug Description**
During online export, when quote='#', the # in the string will not be escaped, which will lead to inconsistency when the exported data is imported again
**Expected Behavior**
```
Original data:~!@$%^#&*()_+<
After export:#~!@$%^#&*()_+<#
Expected:#~!@$%^\#&*()_+<#
```
**Relation Case**
test_select_into_load_data.yaml id:0-1
**Steps to Reproduce**
1.
2.
3.
4.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.