This is an automated email from the ASF dual-hosted git repository. saadurrahman pushed a commit to branch saadurrahman/3829-Deprecate-Apache-Aurora-dev in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit 5c67b2f10d2a103458ebef7b4bfba9c21b484308 Author: Saad Ur Rahman <[email protected]> AuthorDate: Mon May 9 17:25:05 2022 -0400 [Sched] Base64 string conversion comment updated. Replacement of "=" with "(61)" left in case it causes any issues in the future. --- .../src/java/org/apache/heron/scheduler/utils/SchedulerUtils.java | 1 - 1 file changed, 1 deletion(-) diff --git a/heron/scheduler-core/src/java/org/apache/heron/scheduler/utils/SchedulerUtils.java b/heron/scheduler-core/src/java/org/apache/heron/scheduler/utils/SchedulerUtils.java index ad6ac5b5a9e..fe042c9b015 100644 --- a/heron/scheduler-core/src/java/org/apache/heron/scheduler/utils/SchedulerUtils.java +++ b/heron/scheduler-core/src/java/org/apache/heron/scheduler/utils/SchedulerUtils.java @@ -457,7 +457,6 @@ public final class SchedulerUtils { * <br> 1. Convert it into Base64 format * <br> 2. Add \" at the start and at the end * <br> 3. replace "=" with "(61)" and "&equals;" - * '=' can be parsed in a wrong way by some schedulers (aurora) hence it needs to be escaped. * * @return encoded string */
