morningman commented on code in PR #10492: URL: https://github.com/apache/doris/pull/10492#discussion_r911599063
########## be/src/common/config.h: ########## @@ -763,6 +763,9 @@ CONF_Int32(quick_compaction_batch_size, "10"); // do compaction min rowsets CONF_Int32(quick_compaction_min_rowsets, "10"); +// Avro schema file path, set default to "${DORIS_HOME}/conf/avro_schema.json" +CONF_String(avro_schema_file_path, "${DORIS_HOME}/conf/avro_schema.json"); Review Comment: So that each Doris cluster only support one avro schema? -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org