Jack

Results 2 comments of Jack

Looks the issue is caused by the default case of switch when running tidbEncoder.appendSQL. ![image](https://user-images.githubusercontent.com/17038907/94565998-740b8d80-029c-11eb-9d5d-30cd48e62000.png)

Many thanks for you elaboration, learn a lot from you. By reference to https://dba.stackexchange.com/questions/80727/converting-falsestring-to-falseboolean-during-load-data-local-infile, it propose below solution. This is just for your reference. ``` LOAD DATA LOCAL INFILE 'file1'...