anmolanmol1234 commented on code in PR #8050: URL: https://github.com/apache/hadoop/pull/8050#discussion_r2481068329
########## hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azurebfs/services/TestAbfsInputStream.java: ########## @@ -104,6 +112,9 @@ public class TestAbfsInputStream extends private static final int POSITION_INDEX = 9; private static final int OPERATION_INDEX = 6; private static final int READTYPE_INDEX = 11; + private static final String PREFETCH_TRAFFIC_PRIORITY_HEADER = "x-ms-request-priority"; Review Comment: Should come from production code configuration file -- 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]
