gengzhy opened a new issue, #36971:
URL: https://github.com/apache/shardingsphere/issues/36971
## Bug Report
### Which version of ShardingSphere did you use?
5.5.2
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-JDBC
### Expected behavior
A full-text index query based on MySQL and Mybatis that matches (columnx)
against ('xxx ') results in an error,
I hope to be able to query the execution result of the given clause
condition normally.
The results can be queried normally in the MySQL console.
SQL: SELECT * FROM table1 WHERE MATCH (column1) AGAINST (?)
### Actual behavior
**Cause By:
### The error occurred while executing a query
### SQL: SELECT * FROM table1 WHERE MATCH (column1) AGAINST (?)
### Cause: org.apache.ibatis.executor.ExecutorException: Error preparing
statement. Cause: java.lang.NullPointerException: Cannot read field "start"
because "ctx" is null**
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail:
[email protected]
For queries about this service, please contact Infrastructure at:
[email protected]