Files
doris/.gitignore
huangzhaowei abd10f0f3e [feature-wip](multi-catalog) Impl FileScanNode in be (#10402)
Define a new file scanner node for hms table in be.
This file scanner node is different from broker scan node as blow:
1. Broker scan node will define src slot and dest slot, there is two memory copy in it: first is from file to src slot
    and second from src to dest slot. Otherwise FileScanNode only have one stemp memory copy just from file to dest slot.
2. Broker scan node will read all the filed in the file to src slot and FileScanNode only read the need filed.
3. Broker scan node will convert type into string type for src slot and then use cast to convert to dest slot type,
    but FileScanNode will have the final type.

Now FileScanNode is a standalone code, but we will uniform the file scan and broker scan in the feature.
2022-06-29 11:04:01 +08:00

91 lines
1.5 KiB
Plaintext

# ignore file with wildcard anywhere
*.swp
*.pyc
*.class
*.iml
*.swp
*.jar
*.gz
*.log
*.so.tmp
*.flattened-pom.xml
core.*
# ignore file with specifiy name anywhere
.DS_Store
.classpath
nohup.out
custom_env.sh
derby.log
dependency-reduced-pom.xml
package-lock.json
yarn.lock
ut_dir
# ignore all sub `/bin` and `/build` directory
**/build/
*/**/bin/
**/target/
**/node_modules/
**/dist/
**/log/
# ignore project file
.cproject
.project
.settings/
**/.idea/
**/.vscode/
# docs
docs/contents/
docs/.temp
# output, thirdparty, extension
output/
conf/
rpc_data/
thirdparty/src
thirdparty/installed
fe_plugins/output
fe_plugins/**/.factorypath
fs_brokers/apache_hdfs_broker/src/main/resources/
fs_brokers/apache_hdfs_broker/src/main/thrift/
# regression-test
regression-test/framework/dependency-reduced-pom.xml
samples/doris-demo/remote-udf-python-demo/*_pb2.py
samples/doris-demo/remote-udf-python-demo/*_pb2_grpc.py
samples/doris-demo/remote-udf-cpp-demo/*.o
samples/doris-demo/remote-udf-cpp-demo/*.pb.h
samples/doris-demo/remote-udf-cpp-demo/*.pb.cc
samples/doris-demo/remote-udf-cpp-demo/function_server_demo
# FE
fe/mocked/
fe/fe-core/gen/
fe/fe-core/src/main/resources/static/
# BE
be/build*/
be/cmake-build*/
be/ut_build*/
be/src/gen_cpp/*.[cc, cpp, h]
be/src/gen_cpp/opcode
be/tags
be/test/olap/test_data/tablet_meta_test.hdr
be/.devcontainer/
tools/ssb-tools/ssb-data/
tools/ssb-tools/ssb-dbgen/
tools/tpch-tools/TPC-H_Tools_v*.zip
tools/tpch-tools/TPC-H_Tools_v*/
tools/tpch-tools/tpc-h_v*.docx
tools/tpch-tools/tpc-h_v*.pdf
tools/tpch-tools/tpch-data/