lide-reed closed pull request #287: fix a typo URL: https://github.com/apache/incubator-doris/pull/287
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/be/src/runtime/decimal_value.h b/be/src/runtime/decimal_value.h index abc8ca5b..23d26cde 100755 --- a/be/src/runtime/decimal_value.h +++ b/be/src/runtime/decimal_value.h @@ -15,8 +15,8 @@ // specific language governing permissions and limitations // under the License. -#ifndef DORIS_BE_SRC_QUERY_RUNTIME_DECIMAL_VALUE_H -#define DORIS_BE_SRC_QUERY_RUNTIME_DECIMAL_VALUE_H +#ifndef DORIS_BE_SRC_RUNTIME_DECIMAL_VALUE_H +#define DORIS_BE_SRC_RUNTIME_DECIMAL_VALUE_H #include <cctype> #include <climits> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org