If TuGraph-DB crashes due to executing wrong Cypher when generating corpus, the program will continuously report HTTP request errors. Correcting this functionality.
For example:
A statement that will cause TuGraph-DB to crash: MATCH (re:RegulatoryEntity) WHERE re.jurisdiction = 'Europe' AND re.compliance_status = 'compliant' RETURN re LIMIT 1
Reason: After checking the schema definition (banking_financial_08181132), it was found that the re node does not have a compliance_status property, so the statement cannot be executed and will cause a crash.