kyuubi/.rat-excludes
Tianlin Liao daa8d45f51 [KYUUBI #3968] Upgrading and migration script for Jdbc
### _Why are the changes needed?_

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #4022 from lightning-L/kyuubi-3968.

Closes #3968

8560a2f57 [lightning_L] Merge pull request #2 from turboFei/kyuubi-3968
5f76107dd [fwang12] follow up
7f6cb1bce [lightning_L] Merge pull request #1 from turboFei/kyuubi-3968
cc0d6cbb8 [lightning_L] Merge branch 'apache:master' into kyuubi-3968
46ea82eff [fwang12] nit
11b1f8cf9 [fwang12] follow up
54fa3df89 [Tianlin Liao] fix NPE when folder does not exist
0353e708f [Tianlin Liao] update regex
a475f7b76 [Tianlin Liao] list all metadata store sql files and use the one with the largest version number
043b43b61 [Tianlin Liao] fix license
871b60e47 [Tianlin Liao] fix
ece1f6010 [Tianlin Liao] fix
40831c59f [Tianlin Liao] [KYUUBI #3968] Upgrading and migration script for Jdbc

Lead-authored-by: Tianlin Liao <tiliao@ebay.com>
Co-authored-by: lightning_L <tianlinliao@163.com>
Co-authored-by: fwang12 <fwang12@ebay.com>
Signed-off-by: fwang12 <fwang12@ebay.com>
2023-01-07 14:37:54 +08:00

57 lines
1.5 KiB
Plaintext

#
# 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 regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
**/.*/**
**/*.json
**/*.prefs
**/*.log
**/*.md
**/*.iml
**/target/**
**/out/**
**/spark-warehouse/**
**/metastore_db/**
**/licenses/LICENSE*
**/licenses-binary/LICENSE*
**/dependency-reduced-pom.xml
**/scalastyle-output.xml
NOTICE*
docs/**
build/apache-maven-*/**
build/scala-*/**
**/**/operation_logs/**/**
**/**/server_operation_logs/**/**
**/**/engine_operation_logs/**/**
**/*.output.schema
**/apache-kyuubi-*-bin*/**
**/benchmarks/**
**/jquery-*.min.js
**/semantic.min.js
**/semantic.min.css
**/icon.png
**/icon.min.css
**/org/apache/kyuubi/ui/static/assets/**
**/org/apache/kyuubi/ui/swagger/**
**/org.apache.spark.status.AppHistoryServerPlugin
**/metadata-store-schema*.sql
**/*.derby.sql
**/*.mysql.sql
**/pnpm-lock.yaml
**/node_modules/**
**/gen/*
**/*.tokens