abstractdog commented on PR #4913: URL: https://github.com/apache/hive/pull/4913#issuecomment-1938263415
> We are explicitily adding MASK_TOTAL_SIZE in every file, can we have it enabled always > > ``` > public static final String HDFS_MASK = "### HDFS PATH ###"; > public static final String HDFS_DATE_MASK = "### HDFS DATE ###"; > public static final String HDFS_USER_MASK = "### USER ###"; > public static final String HDFS_GROUP_MASK = "### GROUP ###"; > ``` > > The HDFS Path and all, get masked always, we need not specify for all qFiles, can't we do something similar. as far as I can see the masking directive has been removed from q files, so I'm suspecting this comment can be resolved, please confirm @ayushtkn -- 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]
