xiaoqunhu opened a new issue, #18136: URL: https://github.com/apache/shardingsphere/issues/18136
DB:Mysql5.7 sql: SELECT d.id, r.id FROM table1 l left join table2 r on l.id = r.id I use shardingjcbc with springboot starter and mybatis,mainly read-write separation. It throws NPE when try to get r.id in Java Object. It seens fields of table r is existed,but table r is empty field. -- 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]
