wary commented on code in PR #318:
URL:
https://github.com/apache/doris-spark-connector/pull/318#discussion_r2103669337
##########
spark-doris-connector/spark-doris-connector-base/src/main/java/org/apache/doris/spark/config/DorisOptions.java:
##########
@@ -118,6 +118,8 @@ public class DorisOptions {
public static final ConfigOption<String> READ_MODE =
ConfigOptions.name("doris.read.mode").stringType().defaultValue("thrift").withDescription("");
+ public static final ConfigOption<String> DORIS_READ_FLIGHT_SQL_PREFIX =
ConfigOptions.name("doris.read.arrow-flight-sql.prefix").stringType().defaultValue("ApplicationName=Spark
ArrowFlightSQL Query").withDescription("");
+
Review Comment:
Via spec prefix correctly, when a Spark reader process causes high load on
Doris, Doris admin can quick locate the spark app with the prefix
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]