ferylork commented on issue #29699:
URL: 
https://github.com/apache/shardingsphere/issues/29699#issuecomment-2029441113

   I just checked the source code and it's not related to shardingjdbc. It's a 
problem with Spring parsing the configuration file
   The field name (key) of yml does not support underline_
   The name of the sharding algorithm contains an underline
   
   ```
   shardingAlgorithms:
     online_task_image_defect_inline:   //contains underline, illegal, so the 
type field cannot be obtained, returning null
     type: INLINE
   ```


-- 
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]

Reply via email to