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

   The main issue is determining who is responsible for escaping special 
characters when submitting a job: the job client or the job executor? I prefer 
the latter option, as escaping special characters is part of the internal logic 
for local shell executors. What do you think? Below is an example of a job 
configuration for submitting a job.
   
   | Job config items | Job config values | Example                             
   | 
   
|------------------|-------------------|----------------------------------------|
   | where_clause     | normal string     | a = 1 and b = "2"                   
   |
   | options          | json str          | 
{"target-file-size-bytes":"536870912"} |
   | spark_conf       | json str          | 
{"spark.sql.shuffle.partitions":"200"} |
   
   


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