Userwhite commented on a change in pull request #5620: URL: https://github.com/apache/incubator-doris/pull/5620#discussion_r621095354
########## File path: fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java ########## @@ -124,6 +124,12 @@ public static final long DEFAULT_INSERT_VISIBLE_TIMEOUT_MS = 10_000; public static final long MIN_INSERT_VISIBLE_TIMEOUT_MS = 1000; // If user set a very small value, use this value instead. + // session origin value + public static final Map<Field, String> sessionOriginValue = new HashMap<Field, String>(); Review comment: fixed -- 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. 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