dennishuo commented on PR #1003: URL: https://github.com/apache/polaris/pull/1003#issuecomment-2667469266
I think we should just go for consistency with common tools, and everything else by default behaves with "split at first '='": $ ~/spark-3.5.3-bin-hadoop3/bin/spark-shell --conf spark.foo=k1=v1,k2=v2 --conf spark.bar=sdjkfh=123sdf89234=2q348usdf=/123 scala> sc.getConf.get("spark.foo") res2: String = k1=v1,k2=v2 scala> sc.getConf.get("spark.bar") res3: String = sdjkfh=123sdf89234=2q348usdf=/123 -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org