FANNG1 commented on PR #9588:
URL: https://github.com/apache/gravitino/pull/9588#issuecomment-3759173191

   Seems missing the transform logic for special config values:
   * json str like `options` and `spark_conf`, user input is {"a":"b"}, but 
argument requires `'{\"a\":\"b\"}' `  
   * string with black space and `"` like `where`, user input is  `status = 
"active''`  but argument requires  `'status = \''active\'' '`
   * string with `'`, like `status = 'active'`, should we prohibit this input 
format?


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