Files
doris/.gitignore
caiconghui 4c7525cf2c [improvement](show) Support that user can use show data skew statement instead of admin (#7914)
* [improvement](show) Support that user can use show data skew statement instead of admin
This PR mainly do two things:
1. Support that user can use show data skew statement instead of admin
2. Fix fe ut failed caused by pr [improvement](rewrite) Make RewriteDateLiteralRule to be compatible with mysql #7876 and pr [feature-wip](iceberg) Step1: Support create Iceberg external table #7391

Co-authored-by: caiconghui1 <caiconghui1@jd.com>
2022-01-29 10:45:03 +08:00

80 lines
1.2 KiB
Plaintext

*.swp
*.pyc
be/output
be/build
be/build_Release
be/ut_build
output
docs/contents
docs/.temp
docs/.vuepress/dist
docs/node_modules
docs/build
gensrc/build
fe/fe-core/target
thirdparty/src
thirdparty/installed
*.so.tmp
.DS_Store
*.iml
core.*
extension/**/.classpath
extension/**/target
fe/log
custom_env.sh
ut_dir
log/
fe_plugins/**/target
fe_plugins/output
fe/mocked
fe/**/target
dependency-reduced-pom.xml
fe_plugins/**/.classpath
fe_plugins/**/.factorypath
samples/**/.classpath
fe/fe-core/src/main/resources/static/
nohup.out
# ignore eclipse project file & idea project file
.cproject
.project
.settings/
.idea/
/Default/
be/cmake-build
be/cmake-build-debug
be/cmake-build-release
be/.vscode
be/src/gen_cpp/*.cc
be/src/gen_cpp/*.cpp
be/src/gen_cpp/*.h
be/src/gen_cpp/opcode
be/ut_build_*
be/tags
be/build*
be/test/olap/test_data/tablet_meta_test.hdr
build
ui/dist
ui/node_modules
ui/package-lock.json
docs/package-lock.json
fe/fe-common/.classpath
fe/.flattened-pom.xml
fe/fe-common/.flattened-pom.xml
fe/fe-core/.flattened-pom.xml
fe/spark-dpp/.flattened-pom.xml
rpc_data/
## ignore sample target
samples/doris-demo/*/target
# ignore vscode project file
.vscode
be/.devcontainer/
derby.log