Skip to content

Commit

Permalink
Merge branch 'test_email' into test_email_self
Browse files Browse the repository at this point in the history
  • Loading branch information
morningman authored Nov 12, 2024
2 parents 0e1d17d + 03c40f6 commit c497711
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 3 deletions.
Empty file added 2
Empty file.
1 change: 1 addition & 0 deletions be/src/io/io_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ struct IOContext {
bool should_stop = false;
int64_t expiration_time = 0;
const TUniqueId* query_id = nullptr; // Ref

FileCacheStatistics* file_cache_stats = nullptr; // Ref
};

Expand Down
2 changes: 1 addition & 1 deletion be/src/olap/tablet_schema.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.

#
#include "olap/tablet_schema.h"

#include <gen_cpp/Descriptors_types.h>
Expand Down
1 change: 1 addition & 0 deletions bin/start_fe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# under the License.

set -eo pipefail
#zdtest1

curdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"

Expand Down
2 changes: 1 addition & 1 deletion conf/be.conf
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ sys_log_level = INFO
# Debug = 5,
# Trace = 6
# Default to turn off aws sdk log, because aws sdk errors that need to be cared will be output through Doris logs
aws_log_level=0
aws_log_level=1
## If you are not running in aws cloud, you can disable EC2 metadata
AWS_EC2_METADATA_DISABLED=true
1 change: 1 addition & 0 deletions env.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

#!/usr/bin/env bash

# Licensed to the Apache Software Foundation (ASF) under one
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
+
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
Expand Down
1 change: 1 addition & 0 deletions test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test

0 comments on commit c497711

Please sign in to comment.