morrySnow commented on code in PR #51192: URL: https://github.com/apache/doris/pull/51192#discussion_r2108127826
########## fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java: ########## @@ -578,6 +578,7 @@ public class SessionVariable implements Serializable, Writable { public static final String HUGE_TABLE_LOWER_BOUND_SIZE_IN_BYTES = "huge_table_lower_bound_size_in_bytes"; public static final String PARTITION_SAMPLE_COUNT = "partition_sample_count"; public static final String PARTITION_SAMPLE_ROW_COUNT = "partition_sample_row_count"; + public static final String FETCH_HIVE_ROW_COUNT_SYNCHRONOUS = "fetch_hive_row_count_synchronous"; Review Comment: use `sync` instead of `synchronous` for easy use? -- 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