You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/06/12 06:35:54 UTC

[GitHub] [incubator-shardingsphere] tuohai666 edited a comment on issue #2142: OpenTracingSQLExecutionHook.toStringList NullPointerException

tuohai666 edited a comment on issue #2142: OpenTracingSQLExecutionHook.toStringList NullPointerException
URL: https://github.com/apache/incubator-shardingsphere/issues/2142#issuecomment-501116118
 
 
   This problem wasn't completely resolved. This pr treated two cases:
   `null == parameterSets`
   and
   `parameterSets.isEmpty()`
   
   What if null value in parameterSets? Like:
   `insert into t_order (order_id, user_id, status) values (?, ?, ?)`
   With parameters:
   `(1, 1, null)`
   This will also fire a NullPointerException.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services