[refactor] add reference path for source file from impala (#9115)

According to the requirements of the APLv2, the referenced code needs to be marked with the path of the source code.
This commit is contained in:
Mingyu Chen
2022-04-20 12:29:57 +08:00
committed by GitHub
parent 2cecb5dc82
commit 869fdff2f0
304 changed files with 907 additions and 217 deletions

View File

@ -14,6 +14,9 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
// This file is copied from
// https://github.com/apache/impala/blob/branch-2.9.0/be/src/exec/exec-node.cpp
// and modified by Doris
#include "exec/exec_node.h"