From f170d42d7932ae54237e1aa8b50cb2ac537117be Mon Sep 17 00:00:00 2001 From: yangxin Date: Fri, 11 Mar 2022 17:11:30 +0800 Subject: [PATCH 01/19] ADD: license checker --- .github/license-checker.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/license-checker.yml diff --git a/.github/license-checker.yml b/.github/license-checker.yml new file mode 100644 index 0000000000..448068f583 --- /dev/null +++ b/.github/license-checker.yml @@ -0,0 +1,19 @@ +header: + license: + spdx-id: Apache-2.0 + copyright-owner: TiKV Project Authors. + paths-ignore: + - 'config/' + - 'dev/' + - 'docs/' + - 'LICENSE' + - 'pom.xml' + - '.gitignore' + - '.github/' + - '**/*.md' + - '**/*.properties' + - '**/*.json' + - '**/*.pem' + - '**/*.crt' + - '**/*.g4' + comment: on-failure \ No newline at end of file From 974abd29465860355550a2f9a3bd62cd190b3bf6 Mon Sep 17 00:00:00 2001 From: yangxin Date: Fri, 11 Mar 2022 17:18:03 +0800 Subject: [PATCH 02/19] ADD: check job --- ...checker.yml => license-checker-config.yml} | 0 .github/workflows/license-check.yml | 20 +++++++++++++++++++ 2 files changed, 20 insertions(+) rename .github/{license-checker.yml => license-checker-config.yml} (100%) create mode 100644 .github/workflows/license-check.yml diff --git a/.github/license-checker.yml b/.github/license-checker-config.yml similarity index 100% rename from .github/license-checker.yml rename to .github/license-checker-config.yml diff --git a/.github/workflows/license-check.yml b/.github/workflows/license-check.yml new file mode 100644 index 0000000000..17e3167f7d --- /dev/null +++ b/.github/workflows/license-check.yml @@ -0,0 +1,20 @@ +name: License checker + +on: + push: + branches: + - master + pull_request: + branches: + - master + +jobs: + check-license: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Check License Header + uses: apache/skywalking-eyes@main + with: + log: info + config: .github/license-checker.yml From 5fc19092e200a0ebe29c6beb3fa81e7f77a0c1ae Mon Sep 17 00:00:00 2001 From: yangxin Date: Fri, 11 Mar 2022 17:22:05 +0800 Subject: [PATCH 03/19] MOD: copyright-owner --- .github/license-checker-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/license-checker-config.yml b/.github/license-checker-config.yml index 448068f583..49093e3918 100644 --- a/.github/license-checker-config.yml +++ b/.github/license-checker-config.yml @@ -1,7 +1,7 @@ header: license: spdx-id: Apache-2.0 - copyright-owner: TiKV Project Authors. + copyright-owner: PingCAP, Inc. paths-ignore: - 'config/' - 'dev/' From 6fad68d8239cfbbf59c53ea356e329b49fd8a894 Mon Sep 17 00:00:00 2001 From: yangxin Date: Fri, 11 Mar 2022 17:26:04 +0800 Subject: [PATCH 04/19] FIX --- .github/workflows/license-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/license-check.yml b/.github/workflows/license-check.yml index 17e3167f7d..8ce90d555a 100644 --- a/.github/workflows/license-check.yml +++ b/.github/workflows/license-check.yml @@ -17,4 +17,4 @@ jobs: uses: apache/skywalking-eyes@main with: log: info - config: .github/license-checker.yml + config: .github/license-checker-config.yml From fbf2e5e3e96dd97a3030769bf8fa4992b5955607 Mon Sep 17 00:00:00 2001 From: yangxin Date: Fri, 11 Mar 2022 17:36:59 +0800 Subject: [PATCH 05/19] TEST --- .github/license-checker-config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/license-checker-config.yml b/.github/license-checker-config.yml index 49093e3918..db4c8de04e 100644 --- a/.github/license-checker-config.yml +++ b/.github/license-checker-config.yml @@ -16,4 +16,5 @@ header: - '**/*.pem' - '**/*.crt' - '**/*.g4' + - '**/*.sql' comment: on-failure \ No newline at end of file From 18cde5895f2b83f9fc97321f6880b856deabb1b8 Mon Sep 17 00:00:00 2001 From: yangxin Date: Fri, 11 Mar 2022 17:40:18 +0800 Subject: [PATCH 06/19] test --- .github/workflows/license-check.yml | 2 +- .github/{ => workflows}/license-checker-config.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/{ => workflows}/license-checker-config.yml (100%) diff --git a/.github/workflows/license-check.yml b/.github/workflows/license-check.yml index 8ce90d555a..91b19b3ef0 100644 --- a/.github/workflows/license-check.yml +++ b/.github/workflows/license-check.yml @@ -17,4 +17,4 @@ jobs: uses: apache/skywalking-eyes@main with: log: info - config: .github/license-checker-config.yml + config: license-checker-config.yml diff --git a/.github/license-checker-config.yml b/.github/workflows/license-checker-config.yml similarity index 100% rename from .github/license-checker-config.yml rename to .github/workflows/license-checker-config.yml From f908ba5d45003db09b8783619e9bbb676380c780 Mon Sep 17 00:00:00 2001 From: yangxin Date: Fri, 11 Mar 2022 18:07:42 +0800 Subject: [PATCH 07/19] test --- .github/workflows/license-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/license-check.yml b/.github/workflows/license-check.yml index 91b19b3ef0..144db6c387 100644 --- a/.github/workflows/license-check.yml +++ b/.github/workflows/license-check.yml @@ -17,4 +17,4 @@ jobs: uses: apache/skywalking-eyes@main with: log: info - config: license-checker-config.yml + config: .github/workflow/license-checker-config.yml From 3dfa7d3179a6afd050d4aa521e6e03929e3e1824 Mon Sep 17 00:00:00 2001 From: yangxin Date: Fri, 11 Mar 2022 18:09:48 +0800 Subject: [PATCH 08/19] test --- .github/workflows/license-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/license-check.yml b/.github/workflows/license-check.yml index 144db6c387..35d6a28425 100644 --- a/.github/workflows/license-check.yml +++ b/.github/workflows/license-check.yml @@ -17,4 +17,4 @@ jobs: uses: apache/skywalking-eyes@main with: log: info - config: .github/workflow/license-checker-config.yml + config: .github/workflows/license-checker-config.yml From 77502230425f4cef982042c79f1e405f366f4c6f Mon Sep 17 00:00:00 2001 From: yangxin Date: Fri, 11 Mar 2022 18:14:59 +0800 Subject: [PATCH 09/19] test --- .github/workflows/license-checker-config.yml | 21 +++++--------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/.github/workflows/license-checker-config.yml b/.github/workflows/license-checker-config.yml index db4c8de04e..a7b0408efd 100644 --- a/.github/workflows/license-checker-config.yml +++ b/.github/workflows/license-checker-config.yml @@ -1,20 +1,9 @@ header: license: spdx-id: Apache-2.0 - copyright-owner: PingCAP, Inc. - paths-ignore: - - 'config/' - - 'dev/' - - 'docs/' - - 'LICENSE' - - 'pom.xml' - - '.gitignore' - - '.github/' - - '**/*.md' - - '**/*.properties' - - '**/*.json' - - '**/*.pem' - - '**/*.crt' - - '**/*.g4' - - '**/*.sql' + copyright-owner: PingCAP. + paths: + - '**/*.java' + - '**/*.scala' + - '**/*.py' comment: on-failure \ No newline at end of file From 3b1f5d59229b4d19b60db21f23b1fc55c0d34d25 Mon Sep 17 00:00:00 2001 From: yangxin Date: Fri, 11 Mar 2022 18:20:29 +0800 Subject: [PATCH 10/19] test --- .github/workflows/license-checker-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/license-checker-config.yml b/.github/workflows/license-checker-config.yml index a7b0408efd..3465553be3 100644 --- a/.github/workflows/license-checker-config.yml +++ b/.github/workflows/license-checker-config.yml @@ -1,7 +1,7 @@ header: license: spdx-id: Apache-2.0 - copyright-owner: PingCAP. + copyright-owner: PingCAP, Inc. paths: - '**/*.java' - '**/*.scala' From 6e1239fc32255164f362ea8c40fcd86e4b9bc605 Mon Sep 17 00:00:00 2001 From: yangxin Date: Fri, 11 Mar 2022 18:22:56 +0800 Subject: [PATCH 11/19] add --- .github/workflows/license-checker-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/license-checker-config.yml b/.github/workflows/license-checker-config.yml index 3465553be3..26d07a27ad 100644 --- a/.github/workflows/license-checker-config.yml +++ b/.github/workflows/license-checker-config.yml @@ -1,7 +1,7 @@ header: license: spdx-id: Apache-2.0 - copyright-owner: PingCAP, Inc. + copyright-owner: PingCAP, Inc paths: - '**/*.java' - '**/*.scala' From 50d02c037486f1d169a8f88721654a65e7331a13 Mon Sep 17 00:00:00 2001 From: yangxin Date: Fri, 11 Mar 2022 18:26:49 +0800 Subject: [PATCH 12/19] test --- .github/workflows/license-checker-config.yml | 2 +- core/scripts/version.sh | 2 +- .../java/com/pingcap/tikv/columnar/TiColumnVectorAdapter.java | 2 +- .../java/com/pingcap/tikv/columnar/TiColumnarBatchHelper.java | 2 +- core/src/main/java/com/pingcap/tikv/datatype/TypeMapping.java | 2 +- core/src/main/scala/com/pingcap/tispark/DefaultSource.scala | 2 +- core/src/main/scala/com/pingcap/tispark/MetaManager.scala | 2 +- core/src/main/scala/com/pingcap/tispark/TiConfigConst.scala | 2 +- core/src/main/scala/com/pingcap/tispark/TiDBRelation.scala | 2 +- core/src/main/scala/com/pingcap/tispark/TiDBUtils.scala | 2 +- core/src/main/scala/com/pingcap/tispark/TiPartition.scala | 2 +- core/src/main/scala/com/pingcap/tispark/TiSparkInfo.scala | 2 +- core/src/main/scala/com/pingcap/tispark/TiTableReference.scala | 2 +- .../tispark/accumulator/CacheInvalidateAccumulator.scala | 2 +- core/src/main/scala/com/pingcap/tispark/auth/MySQLPriv.scala | 2 +- .../main/scala/com/pingcap/tispark/auth/TiAuthorization.scala | 2 +- .../pingcap/tispark/handler/CacheInvalidateEventHandler.scala | 2 +- .../com/pingcap/tispark/listener/CacheInvalidateListener.scala | 2 +- .../pingcap/tispark/listener/PDCacheInvalidateListener.scala | 2 +- .../scala/com/pingcap/tispark/statistics/StatisticsHelper.scala | 2 +- .../com/pingcap/tispark/statistics/StatisticsManager.scala | 2 +- .../tispark/statistics/estimate/TableSizeEstimator.scala | 2 +- .../main/scala/com/pingcap/tispark/utils/ReflectionUtil.scala | 2 +- core/src/main/scala/com/pingcap/tispark/utils/TiUtil.scala | 2 +- core/src/main/scala/com/pingcap/tispark/v2/TiDBTable.scala | 2 +- .../main/scala/com/pingcap/tispark/v2/TiDBTableProvider.scala | 2 +- core/src/main/scala/com/pingcap/tispark/write/DBTable.scala | 2 +- .../main/scala/com/pingcap/tispark/write/EncodedKVPair.scala | 2 +- .../main/scala/com/pingcap/tispark/write/SerializableKey.scala | 2 +- .../src/main/scala/com/pingcap/tispark/write/TiBatchWrite.scala | 2 +- .../scala/com/pingcap/tispark/write/TiBatchWriteTable.scala | 2 +- core/src/main/scala/com/pingcap/tispark/write/TiDBOptions.scala | 2 +- core/src/main/scala/com/pingcap/tispark/write/TiDBWriter.scala | 2 +- .../com/pingcap/tispark/write/TiReginSplitPartitioner.scala | 2 +- .../scala/com/pingcap/tispark/write/WrappedEncodedRow.scala | 2 +- core/src/main/scala/com/pingcap/tispark/write/WrappedRow.scala | 2 +- core/src/main/scala/org/apache/spark/sql/TiContext.scala | 2 +- core/src/main/scala/org/apache/spark/sql/TiExtensions.scala | 2 +- .../apache/spark/sql/catalyst/analyzer/TiAuthRuleFactory.scala | 2 +- .../spark/sql/catalyst/analyzer/TiAuthorizationRule.scala | 2 +- .../scala/org/apache/spark/sql/catalyst/catalog/TiCatalog.scala | 2 +- .../apache/spark/sql/catalyst/expressions/BasicExpression.scala | 2 +- .../org/apache/spark/sql/catalyst/expressions/TiExprUtils.scala | 2 +- .../spark/sql/catalyst/expressions/aggregate/SpecialSum.scala | 2 +- .../org/apache/spark/sql/catalyst/planner/TiAggregation.scala | 2 +- .../apache/spark/sql/catalyst/planner/TiAggregationImpl.scala | 2 +- .../apache/spark/sql/catalyst/planner/TiStrategyFactory.scala | 2 +- .../scala/org/apache/spark/sql/execution/CoprocessorRDD.scala | 2 +- .../main/scala/org/apache/spark/sql/execution/TiConverter.scala | 2 +- .../main/scala/org/apache/spark/sql/tispark/TiHandleRDD.scala | 2 +- core/src/main/scala/org/apache/spark/sql/tispark/TiRDD.scala | 2 +- core/src/main/scala/org/apache/spark/sql/tispark/TiRowRDD.scala | 2 +- .../test/scala/com/pingcap/tispark/BatchWriteIssueSuite.scala | 2 +- core/src/test/scala/com/pingcap/tispark/TiBatchWriteSuite.scala | 2 +- core/src/test/scala/com/pingcap/tispark/UnitSuite.scala | 2 +- .../scala/com/pingcap/tispark/auth/TiAuthIntegrationSuite.scala | 2 +- core/src/test/scala/com/pingcap/tispark/auth/TiAuthSuite.scala | 2 +- .../scala/com/pingcap/tispark/concurrency/ConcurrencyTest.scala | 2 +- .../com/pingcap/tispark/concurrency/WriteDDLConflictSuite.scala | 2 +- .../pingcap/tispark/concurrency/WriteDDLNotConflictSuite.scala | 2 +- .../scala/com/pingcap/tispark/concurrency/WriteReadSuite.scala | 2 +- .../pingcap/tispark/concurrency/WriteWriteConflictSuite.scala | 2 +- .../src/test/scala/com/pingcap/tispark/convert/ToBitSuite.scala | 2 +- .../test/scala/com/pingcap/tispark/convert/ToBytesSuite.scala | 2 +- .../test/scala/com/pingcap/tispark/convert/ToDateSuite.scala | 2 +- .../scala/com/pingcap/tispark/convert/ToDateTimeSuite.scala | 2 +- .../test/scala/com/pingcap/tispark/convert/ToDecimalSuite.scala | 2 +- .../test/scala/com/pingcap/tispark/convert/ToEnumSuite.scala | 2 +- .../test/scala/com/pingcap/tispark/convert/ToRealSuite.scala | 2 +- .../test/scala/com/pingcap/tispark/convert/ToSignedSuite.scala | 2 +- .../test/scala/com/pingcap/tispark/convert/ToStringSuite.scala | 2 +- .../scala/com/pingcap/tispark/convert/ToTimestampSuite.scala | 2 +- .../scala/com/pingcap/tispark/convert/ToUnsignedSuite.scala | 2 +- .../com/pingcap/tispark/datasource/AddingIndexInsertSuite.scala | 2 +- .../pingcap/tispark/datasource/AddingIndexReplaceSuite.scala | 2 +- .../com/pingcap/tispark/datasource/AutoIncrementSuite.scala | 2 +- .../scala/com/pingcap/tispark/datasource/AutoRandomSuite.scala | 2 +- .../com/pingcap/tispark/datasource/BaseBatchWriteTest.scala | 2 +- .../tispark/datasource/BaseBatchWriteWithoutDropTableTest.scala | 2 +- .../com/pingcap/tispark/datasource/BaseDataSourceTest.scala | 2 +- .../com/pingcap/tispark/datasource/BasicBatchWriteSuite.scala | 2 +- .../scala/com/pingcap/tispark/datasource/BasicSQLSuite.scala | 2 +- .../com/pingcap/tispark/datasource/CheckUnsupportedSuite.scala | 2 +- .../com/pingcap/tispark/datasource/ColumnMappingSuite.scala | 2 +- .../com/pingcap/tispark/datasource/EdgeConditionSuite.scala | 2 +- .../com/pingcap/tispark/datasource/ExceptionTestSuite.scala | 2 +- .../com/pingcap/tispark/datasource/FilterPushdownSuite.scala | 2 +- .../test/scala/com/pingcap/tispark/datasource/InsertSuite.scala | 2 +- .../com/pingcap/tispark/datasource/MissingParameterSuite.scala | 2 +- .../scala/com/pingcap/tispark/datasource/OnlyOnePkSuite.scala | 2 +- .../com/pingcap/tispark/datasource/RowIDAllocatorSuite.scala | 2 +- .../com/pingcap/tispark/datasource/ShardRowIDBitsSuite.scala | 2 +- .../scala/com/pingcap/tispark/datasource/TiSparkTypeSuite.scala | 2 +- .../pingcap/tispark/datasource/UpperCaseColumnNameSuite.scala | 2 +- .../com/pingcap/tispark/datatype/BatchWriteDataTypeSuite.scala | 2 +- .../scala/com/pingcap/tispark/datatype/DecimalTypeSuite.scala | 2 +- .../test/scala/com/pingcap/tispark/index/LineItemSuite.scala | 2 +- .../com/pingcap/tispark/multitable/MultiTableWriteSuite.scala | 2 +- .../scala/com/pingcap/tispark/overflow/BitOverflowSuite.scala | 2 +- .../scala/com/pingcap/tispark/overflow/BytesOverflowSuite.scala | 2 +- .../scala/com/pingcap/tispark/overflow/DateOverflowSuite.scala | 2 +- .../com/pingcap/tispark/overflow/DateTimeOverflowSuite.scala | 2 +- .../com/pingcap/tispark/overflow/DecimalOverflowSuite.scala | 2 +- .../scala/com/pingcap/tispark/overflow/EnumOverflowSuite.scala | 2 +- .../com/pingcap/tispark/overflow/SignedOverflowSuite.scala | 2 +- .../com/pingcap/tispark/overflow/StringOverflowSuite.scala | 2 +- .../com/pingcap/tispark/overflow/UnsignedOverflowSuite.scala | 2 +- .../scala/com/pingcap/tispark/tablelock/TableLockSuite.scala | 2 +- .../test/scala/com/pingcap/tispark/tiflash/TiFlashSuite.scala | 2 +- .../scala/com/pingcap/tispark/ttl/InitialTTLExpiredSuite.scala | 2 +- .../test/scala/com/pingcap/tispark/ttl/LockTimeoutSuite.scala | 2 +- core/src/test/scala/org/apache/spark/SharedSparkContext.scala | 2 +- core/src/test/scala/org/apache/spark/SparkFunSuite.scala | 2 +- .../test/scala/org/apache/spark/sql/AlterTableTestSuite.scala | 2 +- .../test/scala/org/apache/spark/sql/BaseInitialOnceTest.scala | 2 +- .../scala/org/apache/spark/sql/BaseTestGenerationSpec.scala | 2 +- .../org/apache/spark/sql/BaseTiSparkEnableBatchWriteTest.scala | 2 +- core/src/test/scala/org/apache/spark/sql/BaseTiSparkTest.scala | 2 +- .../test/scala/org/apache/spark/sql/ExpressionIndexSuite.scala | 2 +- core/src/test/scala/org/apache/spark/sql/IssueTestSuite.scala | 2 +- .../org/apache/spark/sql/MultipleSparkSessionTestSuite.scala | 2 +- .../test/scala/org/apache/spark/sql/MysqlDataTypeSuite.scala | 2 +- .../test/scala/org/apache/spark/sql/OutputOffsetsSuite.scala | 2 +- .../test/scala/org/apache/spark/sql/PartitionTableSuite.scala | 2 +- core/src/test/scala/org/apache/spark/sql/QueryTest.scala | 2 +- .../src/test/scala/org/apache/spark/sql/SequenceTestSuite.scala | 2 +- .../scala/org/apache/spark/sql/SparkDataTypeTestSuite.scala | 2 +- .../test/scala/org/apache/spark/sql/TiDBMapDatabaseSuite.scala | 2 +- core/src/test/scala/org/apache/spark/sql/TiSparkTestSpec.scala | 2 +- .../src/test/scala/org/apache/spark/sql/TimezoneTestSuite.scala | 2 +- core/src/test/scala/org/apache/spark/sql/ViewTestSuite.scala | 2 +- .../scala/org/apache/spark/sql/benchmark/TPCDSQuerySuite.scala | 2 +- .../scala/org/apache/spark/sql/benchmark/TPCHQuerySuite.scala | 2 +- .../apache/spark/sql/catalyst/catalog/CatalogTestSuite.scala | 2 +- .../org/apache/spark/sql/catalyst/plans/BasePlanTest.scala | 2 +- .../spark/sql/catalyst/plans/logical/LogicalPlanTestSuite.scala | 2 +- .../sql/catalyst/plans/statistics/StatisticsTestSuite.scala | 2 +- .../org/apache/spark/sql/clustered/ClusteredIndexTest.scala | 2 +- .../scala/org/apache/spark/sql/clustered/IndexScan0Suite.scala | 2 +- .../scala/org/apache/spark/sql/clustered/IndexScan1Suite.scala | 2 +- .../scala/org/apache/spark/sql/clustered/TableScan0Suite.scala | 2 +- .../scala/org/apache/spark/sql/clustered/TableScan1Suite.scala | 2 +- .../scala/org/apache/spark/sql/expression/Aggregate0Suite.scala | 2 +- .../org/apache/spark/sql/expression/ArithmeticAgg0Suite.scala | 2 +- .../org/apache/spark/sql/expression/ArithmeticTest0Suite.scala | 2 +- .../org/apache/spark/sql/expression/ArithmeticTest1Suite.scala | 2 +- .../org/apache/spark/sql/expression/ArithmeticTest2Suite.scala | 2 +- .../scala/org/apache/spark/sql/expression/Between0Suite.scala | 2 +- .../org/apache/spark/sql/expression/ComplexAggregateSuite.scala | 2 +- .../org/apache/spark/sql/expression/ComplexGroupBySuite.scala | 2 +- .../scala/org/apache/spark/sql/expression/Count0Suite.scala | 2 +- .../scala/org/apache/spark/sql/expression/Distinct0Suite.scala | 2 +- .../scala/org/apache/spark/sql/expression/FirstLast0Suite.scala | 2 +- .../scala/org/apache/spark/sql/expression/Having0Suite.scala | 2 +- .../scala/org/apache/spark/sql/expression/InTest0Suite.scala | 2 +- .../scala/org/apache/spark/sql/expression/LikeTestSuite.scala | 2 +- .../scala/org/apache/spark/sql/expression/OtherTestSuite.scala | 2 +- .../scala/org/apache/spark/sql/expression/Union0Suite.scala | 2 +- .../org/apache/spark/sql/expression/index/Between0Suite.scala | 2 +- .../apache/spark/sql/expression/index/ComprehensiveSuite.scala | 2 +- .../apache/spark/sql/expression/index/CoveringIndex0Suite.scala | 2 +- .../org/apache/spark/sql/expression/index/InTest0Suite.scala | 2 +- .../org/apache/spark/sql/expression/index/Join0Suite.scala | 2 +- .../spark/sql/expression/index/PrefixIndexTestSuite.scala | 2 +- .../org/apache/spark/sql/expression/index/Special0Suite.scala | 2 +- .../apache/spark/sql/expression/index/UnsignedTestSuite.scala | 2 +- .../apache/spark/sql/insertion/BatchWritePKAndIndexSuite.scala | 2 +- .../org/apache/spark/sql/insertion/BatchWritePkSuite.scala | 2 +- .../apache/spark/sql/insertion/BatchWriteUniqueIndexSuite.scala | 2 +- .../apache/spark/sql/statistics/StatisticsManagerSuite.scala | 2 +- .../test/scala/org/apache/spark/sql/test/SharedSQLContext.scala | 2 +- .../test/scala/org/apache/spark/sql/test/TestConstants.scala | 2 +- .../test/scala/org/apache/spark/sql/test/TestSparkSession.scala | 2 +- core/src/test/scala/org/apache/spark/sql/test/Utils.scala | 2 +- core/src/test/scala/org/apache/spark/sql/txn/TxnTestSuite.scala | 2 +- .../scala/org/apache/spark/sql/types/DataTypeNormalSuite.scala | 2 +- .../org/apache/spark/sql/types/MultiColumnDataTypeSuite.scala | 2 +- .../org/apache/spark/sql/types/SpecialTiDBTypeTestSuite.scala | 2 +- .../scala/org/apache/spark/sql/types/pk/DataTypePKSuite.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite00.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite01.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite02.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite03.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite04.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite05.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite06.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite07.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite08.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite09.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite10.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite11.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite12.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite13.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite14.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite15.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite16.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite17.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite18.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite19.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite20.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite21.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite22.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite23.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite24.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite25.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite26.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite27.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite28.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite29.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite30.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite31.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite32.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite33.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite34.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite35.scala | 2 +- .../apache/spark/sql/types/pk/MultiColumnPKDataTypeSuites.scala | 2 +- .../src/main/scala/com/pingcap/tispark/test/RandomTest.scala | 2 +- .../pingcap/tispark/test/generator/ColumnValueGenerator.scala | 2 +- .../com/pingcap/tispark/test/generator/DataGenerator.scala | 2 +- .../scala/com/pingcap/tispark/test/generator/DataType.scala | 2 +- .../com/pingcap/tispark/test/generator/GeneratorUtils.scala | 2 +- .../main/scala/com/pingcap/tispark/test/generator/Index.scala | 2 +- .../scala/com/pingcap/tispark/test/generator/IndexColumn.scala | 2 +- .../scala/com/pingcap/tispark/test/generator/NullableType.scala | 2 +- .../main/scala/com/pingcap/tispark/test/generator/Schema.scala | 2 +- .../com/pingcap/tispark/test/generator/SchemaAndData.scala | 2 +- .../test/scala/com/pingcap/tispark/test/RandomTestSuite.scala | 2 +- .../com/pingcap/tispark/test/generator/DataGeneratorSuite.scala | 2 +- .../src/main/scala/com/pingcap/tispark/SparkWrapper.scala | 2 +- .../spark/sql/catalyst/expressions/TiBasicExpression.scala | 2 +- .../apache/spark/sql/extensions/TiAggregationProjection.scala | 2 +- .../main/scala/org/apache/spark/sql/extensions/TiStrategy.scala | 2 +- .../src/main/scala/com/pingcap/tispark/SparkWrapper.scala | 2 +- .../spark/sql/catalyst/expressions/TiBasicExpression.scala | 2 +- .../apache/spark/sql/extensions/TiAggregationProjectionV2.scala | 2 +- .../main/scala/org/apache/spark/sql/extensions/TiStrategy.scala | 2 +- tikv-client/scripts/proto.sh | 2 +- .../src/main/java/com/pingcap/tikv/AbstractGRPCClient.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/BytePairWrapper.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/ByteWrapper.java | 2 +- .../src/main/java/com/pingcap/tikv/ExtendedDateTime.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/KVClient.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/Main.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/PDClient.java | 2 +- .../src/main/java/com/pingcap/tikv/ReadOnlyPDClient.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/Snapshot.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/StoreVersion.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/TTLManager.java | 2 +- .../src/main/java/com/pingcap/tikv/TiBatchWriteUtils.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/TiConfiguration.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/TiDBJDBCClient.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/TiSession.java | 2 +- .../src/main/java/com/pingcap/tikv/TwoPhaseCommitter.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/Utils.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/Version.java | 2 +- .../main/java/com/pingcap/tikv/allocator/RowIDAllocator.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/catalog/Catalog.java | 2 +- .../main/java/com/pingcap/tikv/catalog/CatalogTransaction.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/codec/Codec.java | 2 +- .../src/main/java/com/pingcap/tikv/codec/CodecDataInput.java | 2 +- .../java/com/pingcap/tikv/codec/CodecDataInputLittleEndian.java | 2 +- .../src/main/java/com/pingcap/tikv/codec/CodecDataOutput.java | 2 +- .../com/pingcap/tikv/codec/CodecDataOutputLittleEndian.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/codec/KeyUtils.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/codec/MetaCodec.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/codec/MyDecimal.java | 2 +- .../src/main/java/com/pingcap/tikv/codec/RowDecoderV2.java | 2 +- .../src/main/java/com/pingcap/tikv/codec/RowEncoderV2.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/codec/RowV2.java | 2 +- .../src/main/java/com/pingcap/tikv/codec/TableCodec.java | 2 +- .../src/main/java/com/pingcap/tikv/codec/TableCodecV1.java | 2 +- .../src/main/java/com/pingcap/tikv/codec/TableCodecV2.java | 2 +- .../com/pingcap/tikv/columnar/BatchedTiChunkColumnVector.java | 2 +- .../java/com/pingcap/tikv/columnar/TiBlockColumnVector.java | 2 +- .../src/main/java/com/pingcap/tikv/columnar/TiChunk.java | 2 +- .../java/com/pingcap/tikv/columnar/TiChunkColumnVector.java | 2 +- .../src/main/java/com/pingcap/tikv/columnar/TiCoreTime.java | 2 +- .../main/java/com/pingcap/tikv/columnar/TiRowColumnVector.java | 2 +- .../com/pingcap/tikv/columnar/datatypes/AutoGrowByteBuffer.java | 2 +- .../main/java/com/pingcap/tikv/columnar/datatypes/CHType.java | 2 +- .../java/com/pingcap/tikv/columnar/datatypes/CHTypeDate.java | 2 +- .../com/pingcap/tikv/columnar/datatypes/CHTypeDateTime.java | 2 +- .../java/com/pingcap/tikv/columnar/datatypes/CHTypeDecimal.java | 2 +- .../com/pingcap/tikv/columnar/datatypes/CHTypeFixedString.java | 2 +- .../java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDate.java | 2 +- .../com/pingcap/tikv/columnar/datatypes/CHTypeMyDateTime.java | 2 +- .../java/com/pingcap/tikv/columnar/datatypes/CHTypeNumber.java | 2 +- .../java/com/pingcap/tikv/columnar/datatypes/CHTypeString.java | 2 +- .../main/java/com/pingcap/tikv/event/CacheInvalidateEvent.java | 2 +- .../pingcap/tikv/exception/AllocateRowIDOverflowException.java | 2 +- .../main/java/com/pingcap/tikv/exception/CastingException.java | 2 +- .../main/java/com/pingcap/tikv/exception/CodecException.java | 2 +- .../com/pingcap/tikv/exception/ConvertNotSupportException.java | 2 +- .../com/pingcap/tikv/exception/ConvertOverflowException.java | 2 +- .../java/com/pingcap/tikv/exception/DAGRequestException.java | 2 +- .../src/main/java/com/pingcap/tikv/exception/GrpcException.java | 2 +- .../pingcap/tikv/exception/IgnoreUnsupportedTypeException.java | 2 +- .../com/pingcap/tikv/exception/InvalidCodecFormatException.java | 2 +- .../src/main/java/com/pingcap/tikv/exception/KeyException.java | 2 +- .../src/main/java/com/pingcap/tikv/exception/LockException.java | 2 +- .../main/java/com/pingcap/tikv/exception/RegionException.java | 2 +- .../java/com/pingcap/tikv/exception/RegionTaskException.java | 2 +- .../java/com/pingcap/tikv/exception/ResolveLockException.java | 2 +- .../main/java/com/pingcap/tikv/exception/SelectException.java | 2 +- .../java/com/pingcap/tikv/exception/TiBatchWriteException.java | 2 +- .../com/pingcap/tikv/exception/TiClientInternalException.java | 2 +- .../java/com/pingcap/tikv/exception/TiDBConvertException.java | 2 +- .../java/com/pingcap/tikv/exception/TiExpressionException.java | 2 +- .../java/com/pingcap/tikv/exception/TiInternalException.java | 2 +- .../src/main/java/com/pingcap/tikv/exception/TiKVException.java | 2 +- .../java/com/pingcap/tikv/exception/TxnNotFoundException.java | 2 +- .../src/main/java/com/pingcap/tikv/exception/TypeException.java | 2 +- .../tikv/exception/UnsupportedPartitionExprException.java | 2 +- .../com/pingcap/tikv/exception/UnsupportedSyntaxException.java | 2 +- .../com/pingcap/tikv/exception/UnsupportedTypeException.java | 2 +- .../java/com/pingcap/tikv/exception/WriteConflictException.java | 2 +- .../java/com/pingcap/tikv/expression/AggregateFunction.java | 2 +- .../com/pingcap/tikv/expression/ArithmeticBinaryExpression.java | 2 +- .../src/main/java/com/pingcap/tikv/expression/Blocklist.java | 2 +- .../src/main/java/com/pingcap/tikv/expression/ByItem.java | 2 +- .../src/main/java/com/pingcap/tikv/expression/ColumnRef.java | 2 +- .../com/pingcap/tikv/expression/ComparisonBinaryExpression.java | 2 +- .../src/main/java/com/pingcap/tikv/expression/Constant.java | 2 +- .../src/main/java/com/pingcap/tikv/expression/Expression.java | 2 +- .../java/com/pingcap/tikv/expression/ExpressionBlocklist.java | 2 +- .../src/main/java/com/pingcap/tikv/expression/FuncCallExpr.java | 2 +- .../main/java/com/pingcap/tikv/expression/FuncCallExprEval.java | 2 +- .../src/main/java/com/pingcap/tikv/expression/IsNull.java | 2 +- .../com/pingcap/tikv/expression/LogicalBinaryExpression.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/expression/Not.java | 2 +- .../main/java/com/pingcap/tikv/expression/PartitionPruner.java | 2 +- .../com/pingcap/tikv/expression/RangeColumnPartitionPruner.java | 2 +- .../java/com/pingcap/tikv/expression/RangePartitionPruner.java | 2 +- .../java/com/pingcap/tikv/expression/StringRegExpression.java | 2 +- .../main/java/com/pingcap/tikv/expression/TypeBlocklist.java | 2 +- .../src/main/java/com/pingcap/tikv/expression/Visitor.java | 2 +- .../java/com/pingcap/tikv/expression/visitor/ColumnMatcher.java | 2 +- .../com/pingcap/tikv/expression/visitor/DefaultVisitor.java | 2 +- .../java/com/pingcap/tikv/expression/visitor/IndexMatcher.java | 2 +- .../pingcap/tikv/expression/visitor/IndexRangeSetBuilder.java | 2 +- .../java/com/pingcap/tikv/expression/visitor/MetaResolver.java | 2 +- .../tikv/expression/visitor/PartAndFilterExprRewriter.java | 2 +- .../com/pingcap/tikv/expression/visitor/ProtoConverter.java | 2 +- .../pingcap/tikv/expression/visitor/PrunedPartitionBuilder.java | 2 +- .../pingcap/tikv/expression/visitor/PseudoCostCalculator.java | 2 +- .../com/pingcap/tikv/expression/visitor/RangeSetBuilder.java | 2 +- .../tikv/expression/visitor/SupportedExpressionValidator.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/jdbc/JDBCClient.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/jdbc/RowMapper.java | 2 +- .../src/main/java/com/pingcap/tikv/key/CommonHandle.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/key/CompoundKey.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/key/Handle.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/key/IndexKey.java | 2 +- .../java/com/pingcap/tikv/key/IndexScanKeyRangeBuilder.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/key/IntHandle.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/key/Key.java | 2 +- .../src/main/java/com/pingcap/tikv/key/KeyRangeBuilder.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/key/RowKey.java | 2 +- .../java/com/pingcap/tikv/key/StatisticsKeyRangeBuilder.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/key/TypedKey.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/meta/CIStr.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/meta/Collation.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/meta/IndexType.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/SchemaState.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/TiColumnInfo.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/TiDAGRequest.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/meta/TiDBInfo.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/TiFlashReplicaInfo.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/TiIndexColumn.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/TiIndexInfo.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/TiPartitionDef.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/TiPartitionExpr.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/TiPartitionInfo.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/TiSequenceInfo.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/TiTableInfo.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/TiTimestamp.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/TiUserIdentity.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/meta/TiViewInfo.java | 2 +- .../src/main/java/com/pingcap/tikv/operation/ErrorHandler.java | 2 +- .../main/java/com/pingcap/tikv/operation/KVErrorHandler.java | 2 +- .../src/main/java/com/pingcap/tikv/operation/NoopHandler.java | 2 +- .../main/java/com/pingcap/tikv/operation/PDErrorHandler.java | 2 +- .../src/main/java/com/pingcap/tikv/operation/SchemaInfer.java | 2 +- .../java/com/pingcap/tikv/operation/iterator/ChunkIterator.java | 2 +- .../pingcap/tikv/operation/iterator/ConcreteScanIterator.java | 2 +- .../pingcap/tikv/operation/iterator/CoprocessorIterator.java | 2 +- .../java/com/pingcap/tikv/operation/iterator/DAGIterator.java | 2 +- .../com/pingcap/tikv/operation/iterator/IndexScanIterator.java | 2 +- .../java/com/pingcap/tikv/operation/iterator/ScanIterator.java | 2 +- .../src/main/java/com/pingcap/tikv/parser/AstBuilder.java | 2 +- .../java/com/pingcap/tikv/parser/CaseChangingCharStream.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/parser/TiParser.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/pd/PDError.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/pd/PDUtils.java | 2 +- .../src/main/java/com/pingcap/tikv/policy/RetryMaxMs.java | 2 +- .../src/main/java/com/pingcap/tikv/policy/RetryPolicy.java | 2 +- .../src/main/java/com/pingcap/tikv/predicates/IndexRange.java | 2 +- .../main/java/com/pingcap/tikv/predicates/PredicateUtils.java | 2 +- .../src/main/java/com/pingcap/tikv/predicates/ScanSpec.java | 2 +- .../java/com/pingcap/tikv/predicates/SelectivityCalculator.java | 2 +- .../main/java/com/pingcap/tikv/predicates/TiKVScanAnalyzer.java | 2 +- .../java/com/pingcap/tikv/region/AbstractRegionStoreClient.java | 2 +- .../main/java/com/pingcap/tikv/region/RegionErrorReceiver.java | 2 +- .../src/main/java/com/pingcap/tikv/region/RegionManager.java | 2 +- .../main/java/com/pingcap/tikv/region/RegionStoreClient.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/region/TiRegion.java | 2 +- .../src/main/java/com/pingcap/tikv/region/TiStoreType.java | 2 +- .../src/main/java/com/pingcap/tikv/row/DefaultRowReader.java | 2 +- .../src/main/java/com/pingcap/tikv/row/ObjectRowImpl.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/row/Row.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/row/RowReader.java | 2 +- .../src/main/java/com/pingcap/tikv/row/RowReaderFactory.java | 2 +- .../src/main/java/com/pingcap/tikv/statistics/Bucket.java | 2 +- .../src/main/java/com/pingcap/tikv/statistics/CMSketch.java | 2 +- .../main/java/com/pingcap/tikv/statistics/ColumnStatistics.java | 2 +- .../src/main/java/com/pingcap/tikv/statistics/Histogram.java | 2 +- .../main/java/com/pingcap/tikv/statistics/IndexStatistics.java | 2 +- .../main/java/com/pingcap/tikv/statistics/TableStatistics.java | 2 +- .../main/java/com/pingcap/tikv/streaming/StreamingResponse.java | 2 +- .../src/main/java/com/pingcap/tikv/tools/RegionUtils.java | 2 +- .../java/com/pingcap/tikv/txn/AbstractLockResolverClient.java | 2 +- .../src/main/java/com/pingcap/tikv/txn/AsyncResolveData.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/txn/Lock.java | 2 +- .../main/java/com/pingcap/tikv/txn/LockResolverClientV2.java | 2 +- .../main/java/com/pingcap/tikv/txn/LockResolverClientV3.java | 2 +- .../main/java/com/pingcap/tikv/txn/LockResolverClientV4.java | 2 +- .../src/main/java/com/pingcap/tikv/txn/ResolveLockResult.java | 2 +- .../src/main/java/com/pingcap/tikv/txn/TxnExpireTime.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/txn/TxnKVClient.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/txn/TxnStatus.java | 2 +- .../src/main/java/com/pingcap/tikv/txn/type/BatchKeys.java | 2 +- .../src/main/java/com/pingcap/tikv/txn/type/GroupKeyResult.java | 2 +- .../main/java/com/pingcap/tikv/types/AbstractDateTimeType.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/types/BitType.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/types/BytesType.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/types/Charset.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/types/Converter.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/types/DataType.java | 2 +- .../src/main/java/com/pingcap/tikv/types/DataTypeFactory.java | 2 +- .../src/main/java/com/pingcap/tikv/types/DateTimeType.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/types/DateType.java | 2 +- .../src/main/java/com/pingcap/tikv/types/DecimalType.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/types/EnumType.java | 2 +- .../src/main/java/com/pingcap/tikv/types/IntegerType.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/types/JsonType.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/types/MySQLType.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/types/RealType.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/types/SetType.java | 2 +- .../src/main/java/com/pingcap/tikv/types/StringType.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/types/TimeType.java | 2 +- .../src/main/java/com/pingcap/tikv/types/TimestampType.java | 2 +- .../src/main/java/com/pingcap/tikv/types/UninitializedType.java | 2 +- .../src/main/java/com/pingcap/tikv/util/BackOffFunction.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/util/BackOffer.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/util/Batch.java | 2 +- .../src/main/java/com/pingcap/tikv/util/CHTypeMapping.java | 2 +- .../src/main/java/com/pingcap/tikv/util/ChannelFactory.java | 2 +- .../src/main/java/com/pingcap/tikv/util/ClientUtils.java | 2 +- .../src/main/java/com/pingcap/tikv/util/ConcreteBackOffer.java | 2 +- .../src/main/java/com/pingcap/tikv/util/FutureObserver.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/util/JsonUtils.java | 2 +- .../src/main/java/com/pingcap/tikv/util/KeyRangeUtils.java | 2 +- .../src/main/java/com/pingcap/tikv/util/LogDesensitization.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/util/MemoryUtil.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/util/Pair.java | 2 +- .../src/main/java/com/pingcap/tikv/util/RangeSplitter.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/util/Timer.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/util/TsoUtils.java | 2 +- tikv-client/src/test/java/com/pingcap/tikv/GrpcUtils.java | 2 +- tikv-client/src/test/java/com/pingcap/tikv/KVMockServer.java | 2 +- tikv-client/src/test/java/com/pingcap/tikv/MockServerTest.java | 2 +- tikv-client/src/test/java/com/pingcap/tikv/PDClientTest.java | 2 +- tikv-client/src/test/java/com/pingcap/tikv/PDMockServer.java | 2 +- .../src/test/java/com/pingcap/tikv/PDMockServerTest.java | 2 +- .../src/test/java/com/pingcap/tikv/RegionManagerTest.java | 2 +- .../src/test/java/com/pingcap/tikv/RegionStoreClientTest.java | 2 +- .../src/test/java/com/pingcap/tikv/TiConfigurationTest.java | 2 +- .../java/com/pingcap/tikv/allocator/RowIDAllocatorTest.java | 2 +- .../src/test/java/com/pingcap/tikv/catalog/CatalogTest.java | 2 +- .../java/com/pingcap/tikv/catalog/CatalogTransactionTest.java | 2 +- tikv-client/src/test/java/com/pingcap/tikv/codec/CodecTest.java | 2 +- .../src/test/java/com/pingcap/tikv/codec/KeyUtilsTest.java | 2 +- .../src/test/java/com/pingcap/tikv/codec/MyDecimalTest.java | 2 +- .../src/test/java/com/pingcap/tikv/codec/TableCodecTest.java | 2 +- .../src/test/java/com/pingcap/tikv/codec/TableCodecV1Test.java | 2 +- .../src/test/java/com/pingcap/tikv/codec/TableCodecV2Test.java | 2 +- .../pingcap/tikv/expression/ComparisonBinaryExpressionTest.java | 2 +- .../tikv/expression/visitor/PartAndFilterExprRewriterTest.java | 2 +- .../src/test/java/com/pingcap/tikv/key/CompoundKeyTest.java | 2 +- .../src/test/java/com/pingcap/tikv/key/IndexKeyTest.java | 2 +- tikv-client/src/test/java/com/pingcap/tikv/key/KeyTest.java | 2 +- tikv-client/src/test/java/com/pingcap/tikv/meta/DBInfoTest.java | 2 +- tikv-client/src/test/java/com/pingcap/tikv/meta/MetaUtils.java | 2 +- .../src/test/java/com/pingcap/tikv/meta/TiDAGRequestTest.java | 2 +- .../src/test/java/com/pingcap/tikv/meta/TiTableInfoTest.java | 2 +- .../test/java/com/pingcap/tikv/operation/ChunkIteratorTest.java | 2 +- .../test/java/com/pingcap/tikv/operation/SchemaInferTest.java | 2 +- .../com/pingcap/tikv/operation/iterator/DAGIteratorTest.java | 2 +- .../src/test/java/com/pingcap/tikv/parser/TiParserTest.java | 2 +- .../test/java/com/pingcap/tikv/predicates/IndexMatcherTest.java | 2 +- .../java/com/pingcap/tikv/predicates/PredicateUtilsTest.java | 2 +- .../java/com/pingcap/tikv/predicates/TiKVScanAnalyzerTest.java | 2 +- .../java/com/pingcap/tikv/txn/LockResolverAsyncCommitTest.java | 2 +- .../src/test/java/com/pingcap/tikv/txn/LockResolverSITest.java | 2 +- .../java/com/pingcap/tikv/txn/LockResolverSIV3OneRowTest.java | 2 +- .../java/com/pingcap/tikv/txn/LockResolverSIV3TwoRowTest.java | 2 +- .../java/com/pingcap/tikv/txn/LockResolverSIV4OneRowTest.java | 2 +- .../java/com/pingcap/tikv/txn/LockResolverSIV4TwoRowTest.java | 2 +- .../src/test/java/com/pingcap/tikv/txn/LockResolverTest.java | 2 +- .../src/test/java/com/pingcap/tikv/types/ConverterTest.java | 2 +- .../test/java/com/pingcap/tikv/types/DataTypeFactoryTest.java | 2 +- .../src/test/java/com/pingcap/tikv/types/DecimalTypeTest.java | 2 +- .../src/test/java/com/pingcap/tikv/types/IntegerTypeTest.java | 2 +- .../src/test/java/com/pingcap/tikv/types/RealTypeTest.java | 2 +- .../test/java/com/pingcap/tikv/util/ConcreteBackOffTest.java | 2 +- .../src/test/java/com/pingcap/tikv/util/RangeSplitterTest.java | 2 +- .../src/test/java/com/pingcap/tikv/util/ReflectionWrapper.java | 2 +- 517 files changed, 517 insertions(+), 517 deletions(-) diff --git a/.github/workflows/license-checker-config.yml b/.github/workflows/license-checker-config.yml index 26d07a27ad..d980d0bef9 100644 --- a/.github/workflows/license-checker-config.yml +++ b/.github/workflows/license-checker-config.yml @@ -1,7 +1,7 @@ header: license: spdx-id: Apache-2.0 - copyright-owner: PingCAP, Inc + copyright-owner: PingCAP Inc. paths: - '**/*.java' - '**/*.scala' diff --git a/core/scripts/version.sh b/core/scripts/version.sh index 1423d06703..54a22b18d8 100755 --- a/core/scripts/version.sh +++ b/core/scripts/version.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2017 PingCAP, Inc. +# Copyright 2017 PingCAP Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/pingcap/tikv/columnar/TiColumnVectorAdapter.java b/core/src/main/java/com/pingcap/tikv/columnar/TiColumnVectorAdapter.java index ac2045e339..5658fce45d 100644 --- a/core/src/main/java/com/pingcap/tikv/columnar/TiColumnVectorAdapter.java +++ b/core/src/main/java/com/pingcap/tikv/columnar/TiColumnVectorAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/pingcap/tikv/columnar/TiColumnarBatchHelper.java b/core/src/main/java/com/pingcap/tikv/columnar/TiColumnarBatchHelper.java index 5652fd5de4..f4acf66b5e 100644 --- a/core/src/main/java/com/pingcap/tikv/columnar/TiColumnarBatchHelper.java +++ b/core/src/main/java/com/pingcap/tikv/columnar/TiColumnarBatchHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/pingcap/tikv/datatype/TypeMapping.java b/core/src/main/java/com/pingcap/tikv/datatype/TypeMapping.java index 4bb6dee625..cf87898e36 100644 --- a/core/src/main/java/com/pingcap/tikv/datatype/TypeMapping.java +++ b/core/src/main/java/com/pingcap/tikv/datatype/TypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/DefaultSource.scala b/core/src/main/scala/com/pingcap/tispark/DefaultSource.scala index b9b81d5f4a..912a046aaa 100644 --- a/core/src/main/scala/com/pingcap/tispark/DefaultSource.scala +++ b/core/src/main/scala/com/pingcap/tispark/DefaultSource.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/MetaManager.scala b/core/src/main/scala/com/pingcap/tispark/MetaManager.scala index c8e8e6ad8f..cf39a96757 100644 --- a/core/src/main/scala/com/pingcap/tispark/MetaManager.scala +++ b/core/src/main/scala/com/pingcap/tispark/MetaManager.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/TiConfigConst.scala b/core/src/main/scala/com/pingcap/tispark/TiConfigConst.scala index 2c79902034..07be7f17e2 100644 --- a/core/src/main/scala/com/pingcap/tispark/TiConfigConst.scala +++ b/core/src/main/scala/com/pingcap/tispark/TiConfigConst.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/TiDBRelation.scala b/core/src/main/scala/com/pingcap/tispark/TiDBRelation.scala index 1086485335..8fa8160270 100644 --- a/core/src/main/scala/com/pingcap/tispark/TiDBRelation.scala +++ b/core/src/main/scala/com/pingcap/tispark/TiDBRelation.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/TiDBUtils.scala b/core/src/main/scala/com/pingcap/tispark/TiDBUtils.scala index db72934885..a3d98e29f5 100644 --- a/core/src/main/scala/com/pingcap/tispark/TiDBUtils.scala +++ b/core/src/main/scala/com/pingcap/tispark/TiDBUtils.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/TiPartition.scala b/core/src/main/scala/com/pingcap/tispark/TiPartition.scala index 0282178df7..8972e988b8 100644 --- a/core/src/main/scala/com/pingcap/tispark/TiPartition.scala +++ b/core/src/main/scala/com/pingcap/tispark/TiPartition.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/TiSparkInfo.scala b/core/src/main/scala/com/pingcap/tispark/TiSparkInfo.scala index b3f5764ea4..8203b3db4f 100644 --- a/core/src/main/scala/com/pingcap/tispark/TiSparkInfo.scala +++ b/core/src/main/scala/com/pingcap/tispark/TiSparkInfo.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/TiTableReference.scala b/core/src/main/scala/com/pingcap/tispark/TiTableReference.scala index 3dcb39ed0d..ff1571a113 100644 --- a/core/src/main/scala/com/pingcap/tispark/TiTableReference.scala +++ b/core/src/main/scala/com/pingcap/tispark/TiTableReference.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/accumulator/CacheInvalidateAccumulator.scala b/core/src/main/scala/com/pingcap/tispark/accumulator/CacheInvalidateAccumulator.scala index a90fb37663..a0203f00b5 100644 --- a/core/src/main/scala/com/pingcap/tispark/accumulator/CacheInvalidateAccumulator.scala +++ b/core/src/main/scala/com/pingcap/tispark/accumulator/CacheInvalidateAccumulator.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/auth/MySQLPriv.scala b/core/src/main/scala/com/pingcap/tispark/auth/MySQLPriv.scala index 1fca558245..f6cfa3b27a 100644 --- a/core/src/main/scala/com/pingcap/tispark/auth/MySQLPriv.scala +++ b/core/src/main/scala/com/pingcap/tispark/auth/MySQLPriv.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP, Inc. + * Copyright 2021 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/auth/TiAuthorization.scala b/core/src/main/scala/com/pingcap/tispark/auth/TiAuthorization.scala index 1cdeedb9d2..17dd828635 100644 --- a/core/src/main/scala/com/pingcap/tispark/auth/TiAuthorization.scala +++ b/core/src/main/scala/com/pingcap/tispark/auth/TiAuthorization.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP, Inc. + * Copyright 2021 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/handler/CacheInvalidateEventHandler.scala b/core/src/main/scala/com/pingcap/tispark/handler/CacheInvalidateEventHandler.scala index 3284d125bf..4846efd482 100644 --- a/core/src/main/scala/com/pingcap/tispark/handler/CacheInvalidateEventHandler.scala +++ b/core/src/main/scala/com/pingcap/tispark/handler/CacheInvalidateEventHandler.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/listener/CacheInvalidateListener.scala b/core/src/main/scala/com/pingcap/tispark/listener/CacheInvalidateListener.scala index 6976e38541..38af2a7d22 100644 --- a/core/src/main/scala/com/pingcap/tispark/listener/CacheInvalidateListener.scala +++ b/core/src/main/scala/com/pingcap/tispark/listener/CacheInvalidateListener.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/listener/PDCacheInvalidateListener.scala b/core/src/main/scala/com/pingcap/tispark/listener/PDCacheInvalidateListener.scala index 87354447f3..8b5819752c 100644 --- a/core/src/main/scala/com/pingcap/tispark/listener/PDCacheInvalidateListener.scala +++ b/core/src/main/scala/com/pingcap/tispark/listener/PDCacheInvalidateListener.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/statistics/StatisticsHelper.scala b/core/src/main/scala/com/pingcap/tispark/statistics/StatisticsHelper.scala index 13e98eacfa..ec26647df3 100644 --- a/core/src/main/scala/com/pingcap/tispark/statistics/StatisticsHelper.scala +++ b/core/src/main/scala/com/pingcap/tispark/statistics/StatisticsHelper.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/statistics/StatisticsManager.scala b/core/src/main/scala/com/pingcap/tispark/statistics/StatisticsManager.scala index 9ef807b25d..2b3118088f 100644 --- a/core/src/main/scala/com/pingcap/tispark/statistics/StatisticsManager.scala +++ b/core/src/main/scala/com/pingcap/tispark/statistics/StatisticsManager.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2018 PingCAP, Inc. + * Copyright 2018 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/statistics/estimate/TableSizeEstimator.scala b/core/src/main/scala/com/pingcap/tispark/statistics/estimate/TableSizeEstimator.scala index 6134a6cdee..4dc507442a 100644 --- a/core/src/main/scala/com/pingcap/tispark/statistics/estimate/TableSizeEstimator.scala +++ b/core/src/main/scala/com/pingcap/tispark/statistics/estimate/TableSizeEstimator.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2018 PingCAP, Inc. + * Copyright 2018 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/utils/ReflectionUtil.scala b/core/src/main/scala/com/pingcap/tispark/utils/ReflectionUtil.scala index 06345e1e8c..317a39c2a8 100644 --- a/core/src/main/scala/com/pingcap/tispark/utils/ReflectionUtil.scala +++ b/core/src/main/scala/com/pingcap/tispark/utils/ReflectionUtil.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2021 PingCAP, Inc. + * Copyright 2021 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/utils/TiUtil.scala b/core/src/main/scala/com/pingcap/tispark/utils/TiUtil.scala index ea4badfe45..f8498ace7b 100644 --- a/core/src/main/scala/com/pingcap/tispark/utils/TiUtil.scala +++ b/core/src/main/scala/com/pingcap/tispark/utils/TiUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/v2/TiDBTable.scala b/core/src/main/scala/com/pingcap/tispark/v2/TiDBTable.scala index 9b6e05c218..36ae41ad94 100644 --- a/core/src/main/scala/com/pingcap/tispark/v2/TiDBTable.scala +++ b/core/src/main/scala/com/pingcap/tispark/v2/TiDBTable.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP, Inc. + * Copyright 2021 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/v2/TiDBTableProvider.scala b/core/src/main/scala/com/pingcap/tispark/v2/TiDBTableProvider.scala index 11bbf85eed..91fc04c81b 100644 --- a/core/src/main/scala/com/pingcap/tispark/v2/TiDBTableProvider.scala +++ b/core/src/main/scala/com/pingcap/tispark/v2/TiDBTableProvider.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP, Inc. + * Copyright 2021 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/write/DBTable.scala b/core/src/main/scala/com/pingcap/tispark/write/DBTable.scala index aeadc4b5e0..ad1c88ef7a 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/DBTable.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/DBTable.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/write/EncodedKVPair.scala b/core/src/main/scala/com/pingcap/tispark/write/EncodedKVPair.scala index 1cee845f56..e5b48fc55f 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/EncodedKVPair.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/EncodedKVPair.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/write/SerializableKey.scala b/core/src/main/scala/com/pingcap/tispark/write/SerializableKey.scala index 4c868d7b7e..fc03791540 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/SerializableKey.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/SerializableKey.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/write/TiBatchWrite.scala b/core/src/main/scala/com/pingcap/tispark/write/TiBatchWrite.scala index 642e826860..fac6ad8117 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/TiBatchWrite.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/TiBatchWrite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/write/TiBatchWriteTable.scala b/core/src/main/scala/com/pingcap/tispark/write/TiBatchWriteTable.scala index e9c04e0760..264455a278 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/TiBatchWriteTable.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/TiBatchWriteTable.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/write/TiDBOptions.scala b/core/src/main/scala/com/pingcap/tispark/write/TiDBOptions.scala index 1c75543f5f..4cfb368fa4 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/TiDBOptions.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/TiDBOptions.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/write/TiDBWriter.scala b/core/src/main/scala/com/pingcap/tispark/write/TiDBWriter.scala index 3216d75445..e77ea08d10 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/TiDBWriter.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/TiDBWriter.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/write/TiReginSplitPartitioner.scala b/core/src/main/scala/com/pingcap/tispark/write/TiReginSplitPartitioner.scala index f7ddd96e40..fec610c8ce 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/TiReginSplitPartitioner.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/TiReginSplitPartitioner.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/write/WrappedEncodedRow.scala b/core/src/main/scala/com/pingcap/tispark/write/WrappedEncodedRow.scala index 42c4e37a7a..528103f693 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/WrappedEncodedRow.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/WrappedEncodedRow.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/write/WrappedRow.scala b/core/src/main/scala/com/pingcap/tispark/write/WrappedRow.scala index c6430c8b02..f69f9f9134 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/WrappedRow.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/WrappedRow.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/TiContext.scala b/core/src/main/scala/org/apache/spark/sql/TiContext.scala index 6e1a12689b..ef0a40705f 100644 --- a/core/src/main/scala/org/apache/spark/sql/TiContext.scala +++ b/core/src/main/scala/org/apache/spark/sql/TiContext.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/TiExtensions.scala b/core/src/main/scala/org/apache/spark/sql/TiExtensions.scala index 455415c14e..72d0bfee06 100644 --- a/core/src/main/scala/org/apache/spark/sql/TiExtensions.scala +++ b/core/src/main/scala/org/apache/spark/sql/TiExtensions.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/analyzer/TiAuthRuleFactory.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/analyzer/TiAuthRuleFactory.scala index a8c6eb6760..f98a422aae 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/analyzer/TiAuthRuleFactory.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/analyzer/TiAuthRuleFactory.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 PingCAP, Inc. + * Copyright 2018 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/analyzer/TiAuthorizationRule.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/analyzer/TiAuthorizationRule.scala index b6b37c06a4..3dde33fac9 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/analyzer/TiAuthorizationRule.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/analyzer/TiAuthorizationRule.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP, Inc. + * Copyright 2021 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/catalog/TiCatalog.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/catalog/TiCatalog.scala index 0408d823d1..b0c0c94e60 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/catalog/TiCatalog.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/catalog/TiCatalog.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/BasicExpression.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/BasicExpression.scala index 34d0161bfb..844b40cf82 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/BasicExpression.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/BasicExpression.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiExprUtils.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiExprUtils.scala index d033dfe5f3..5dfd43975e 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiExprUtils.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiExprUtils.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/SpecialSum.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/SpecialSum.scala index 1acb903a59..bcf2299cba 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/SpecialSum.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/SpecialSum.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiAggregation.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiAggregation.scala index 502e229716..33a3cad760 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiAggregation.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiAggregation.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 PingCAP, Inc. + * Copyright 2022 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiAggregationImpl.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiAggregationImpl.scala index 810e9290e9..ef0897d8dd 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiAggregationImpl.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiAggregationImpl.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 PingCAP, Inc. + * Copyright 2022 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiStrategyFactory.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiStrategyFactory.scala index 9776862833..91f0842b42 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiStrategyFactory.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiStrategyFactory.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 PingCAP, Inc. + * Copyright 2022 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/execution/CoprocessorRDD.scala b/core/src/main/scala/org/apache/spark/sql/execution/CoprocessorRDD.scala index 41319c2cc6..c3cae79288 100644 --- a/core/src/main/scala/org/apache/spark/sql/execution/CoprocessorRDD.scala +++ b/core/src/main/scala/org/apache/spark/sql/execution/CoprocessorRDD.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/execution/TiConverter.scala b/core/src/main/scala/org/apache/spark/sql/execution/TiConverter.scala index 575207c440..69ab770ea8 100644 --- a/core/src/main/scala/org/apache/spark/sql/execution/TiConverter.scala +++ b/core/src/main/scala/org/apache/spark/sql/execution/TiConverter.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/tispark/TiHandleRDD.scala b/core/src/main/scala/org/apache/spark/sql/tispark/TiHandleRDD.scala index ab569521d5..ca5df805d7 100644 --- a/core/src/main/scala/org/apache/spark/sql/tispark/TiHandleRDD.scala +++ b/core/src/main/scala/org/apache/spark/sql/tispark/TiHandleRDD.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/tispark/TiRDD.scala b/core/src/main/scala/org/apache/spark/sql/tispark/TiRDD.scala index 2c17ef8ed2..c4d8bc2240 100644 --- a/core/src/main/scala/org/apache/spark/sql/tispark/TiRDD.scala +++ b/core/src/main/scala/org/apache/spark/sql/tispark/TiRDD.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/tispark/TiRowRDD.scala b/core/src/main/scala/org/apache/spark/sql/tispark/TiRowRDD.scala index f2435236ff..b5b73d0c35 100644 --- a/core/src/main/scala/org/apache/spark/sql/tispark/TiRowRDD.scala +++ b/core/src/main/scala/org/apache/spark/sql/tispark/TiRowRDD.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/BatchWriteIssueSuite.scala b/core/src/test/scala/com/pingcap/tispark/BatchWriteIssueSuite.scala index 20a5d28427..fc0b11a916 100644 --- a/core/src/test/scala/com/pingcap/tispark/BatchWriteIssueSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/BatchWriteIssueSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/TiBatchWriteSuite.scala b/core/src/test/scala/com/pingcap/tispark/TiBatchWriteSuite.scala index d77522cbf7..a3209eb98c 100644 --- a/core/src/test/scala/com/pingcap/tispark/TiBatchWriteSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/TiBatchWriteSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/UnitSuite.scala b/core/src/test/scala/com/pingcap/tispark/UnitSuite.scala index e984e599c5..e4a472168d 100644 --- a/core/src/test/scala/com/pingcap/tispark/UnitSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/UnitSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP, Inc. + * Copyright 2021 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/auth/TiAuthIntegrationSuite.scala b/core/src/test/scala/com/pingcap/tispark/auth/TiAuthIntegrationSuite.scala index c05f551104..3a437d5f46 100644 --- a/core/src/test/scala/com/pingcap/tispark/auth/TiAuthIntegrationSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/auth/TiAuthIntegrationSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP, Inc. + * Copyright 2021 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/auth/TiAuthSuite.scala b/core/src/test/scala/com/pingcap/tispark/auth/TiAuthSuite.scala index 5fa1ec9712..6b46bd26e5 100644 --- a/core/src/test/scala/com/pingcap/tispark/auth/TiAuthSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/auth/TiAuthSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP, Inc. + * Copyright 2021 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/concurrency/ConcurrencyTest.scala b/core/src/test/scala/com/pingcap/tispark/concurrency/ConcurrencyTest.scala index 01e4a57f98..8928eb8dbe 100644 --- a/core/src/test/scala/com/pingcap/tispark/concurrency/ConcurrencyTest.scala +++ b/core/src/test/scala/com/pingcap/tispark/concurrency/ConcurrencyTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/concurrency/WriteDDLConflictSuite.scala b/core/src/test/scala/com/pingcap/tispark/concurrency/WriteDDLConflictSuite.scala index 29fb02912f..4690b629ff 100644 --- a/core/src/test/scala/com/pingcap/tispark/concurrency/WriteDDLConflictSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/concurrency/WriteDDLConflictSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/concurrency/WriteDDLNotConflictSuite.scala b/core/src/test/scala/com/pingcap/tispark/concurrency/WriteDDLNotConflictSuite.scala index e396728f86..f8f6e69174 100644 --- a/core/src/test/scala/com/pingcap/tispark/concurrency/WriteDDLNotConflictSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/concurrency/WriteDDLNotConflictSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/concurrency/WriteReadSuite.scala b/core/src/test/scala/com/pingcap/tispark/concurrency/WriteReadSuite.scala index adb7c8d5e3..a20ab97124 100644 --- a/core/src/test/scala/com/pingcap/tispark/concurrency/WriteReadSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/concurrency/WriteReadSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/concurrency/WriteWriteConflictSuite.scala b/core/src/test/scala/com/pingcap/tispark/concurrency/WriteWriteConflictSuite.scala index 10def9ddef..fbfb180de6 100644 --- a/core/src/test/scala/com/pingcap/tispark/concurrency/WriteWriteConflictSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/concurrency/WriteWriteConflictSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToBitSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToBitSuite.scala index 268deac892..b7a1cb4f16 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToBitSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToBitSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToBytesSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToBytesSuite.scala index 14094c39b4..3ff42ea262 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToBytesSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToBytesSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToDateSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToDateSuite.scala index eb0c88869e..ddbce750ba 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToDateSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToDateSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToDateTimeSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToDateTimeSuite.scala index cb571bf532..957154da63 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToDateTimeSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToDateTimeSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToDecimalSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToDecimalSuite.scala index 85c8f130f3..edbc446305 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToDecimalSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToDecimalSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToEnumSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToEnumSuite.scala index c84cfb1130..71bfa4d5ab 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToEnumSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToEnumSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToRealSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToRealSuite.scala index cd19093015..cc4a1f337f 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToRealSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToRealSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToSignedSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToSignedSuite.scala index b87fd0ea95..452e1858e3 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToSignedSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToSignedSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToStringSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToStringSuite.scala index 3f9cbec114..90fe4c7562 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToStringSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToStringSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToTimestampSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToTimestampSuite.scala index 10b0ed9d7f..5dfe323e81 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToTimestampSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToTimestampSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToUnsignedSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToUnsignedSuite.scala index fbcc586c4c..40fbbd9ff4 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToUnsignedSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToUnsignedSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/AddingIndexInsertSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/AddingIndexInsertSuite.scala index 9ab7fcd91b..006bc3547b 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/AddingIndexInsertSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/AddingIndexInsertSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/AddingIndexReplaceSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/AddingIndexReplaceSuite.scala index 45fc86f843..007f5fd0b4 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/AddingIndexReplaceSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/AddingIndexReplaceSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/AutoIncrementSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/AutoIncrementSuite.scala index df05a7ac28..d874f598c9 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/AutoIncrementSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/AutoIncrementSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/AutoRandomSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/AutoRandomSuite.scala index 47db3ea124..8fab291242 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/AutoRandomSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/AutoRandomSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/BaseBatchWriteTest.scala b/core/src/test/scala/com/pingcap/tispark/datasource/BaseBatchWriteTest.scala index 38b114bd70..28548d6b95 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/BaseBatchWriteTest.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/BaseBatchWriteTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/BaseBatchWriteWithoutDropTableTest.scala b/core/src/test/scala/com/pingcap/tispark/datasource/BaseBatchWriteWithoutDropTableTest.scala index ab20c746e1..46604a2a0d 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/BaseBatchWriteWithoutDropTableTest.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/BaseBatchWriteWithoutDropTableTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/BaseDataSourceTest.scala b/core/src/test/scala/com/pingcap/tispark/datasource/BaseDataSourceTest.scala index 386eee3da5..9c690503af 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/BaseDataSourceTest.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/BaseDataSourceTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/BasicBatchWriteSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/BasicBatchWriteSuite.scala index 50635590ad..c2dc296ef1 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/BasicBatchWriteSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/BasicBatchWriteSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/BasicSQLSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/BasicSQLSuite.scala index f4dadb9c43..b7d2910e37 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/BasicSQLSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/BasicSQLSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/CheckUnsupportedSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/CheckUnsupportedSuite.scala index 8cacd752e5..72c1a97ecf 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/CheckUnsupportedSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/CheckUnsupportedSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/ColumnMappingSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/ColumnMappingSuite.scala index ddadb22603..a8872e42b8 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/ColumnMappingSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/ColumnMappingSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/EdgeConditionSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/EdgeConditionSuite.scala index 078fb21c22..e243ec0682 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/EdgeConditionSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/EdgeConditionSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/ExceptionTestSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/ExceptionTestSuite.scala index dab52a7d51..92827ec5e2 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/ExceptionTestSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/ExceptionTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/FilterPushdownSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/FilterPushdownSuite.scala index 596fb069b8..a7e2a350fa 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/FilterPushdownSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/FilterPushdownSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/InsertSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/InsertSuite.scala index ceb167e10a..246d99e2ba 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/InsertSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/InsertSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/MissingParameterSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/MissingParameterSuite.scala index 62a7c01067..cb15299270 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/MissingParameterSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/MissingParameterSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/OnlyOnePkSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/OnlyOnePkSuite.scala index 98f85d992e..097c5a1010 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/OnlyOnePkSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/OnlyOnePkSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/RowIDAllocatorSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/RowIDAllocatorSuite.scala index 197b3a49df..0b4e58e850 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/RowIDAllocatorSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/RowIDAllocatorSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/ShardRowIDBitsSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/ShardRowIDBitsSuite.scala index 110bca5763..48139c510f 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/ShardRowIDBitsSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/ShardRowIDBitsSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/TiSparkTypeSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/TiSparkTypeSuite.scala index 8fe24b41c4..4e8623267f 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/TiSparkTypeSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/TiSparkTypeSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/UpperCaseColumnNameSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/UpperCaseColumnNameSuite.scala index f4722e2f41..e26d71c6a6 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/UpperCaseColumnNameSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/UpperCaseColumnNameSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datatype/BatchWriteDataTypeSuite.scala b/core/src/test/scala/com/pingcap/tispark/datatype/BatchWriteDataTypeSuite.scala index a599a30eae..6acba6248d 100644 --- a/core/src/test/scala/com/pingcap/tispark/datatype/BatchWriteDataTypeSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datatype/BatchWriteDataTypeSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datatype/DecimalTypeSuite.scala b/core/src/test/scala/com/pingcap/tispark/datatype/DecimalTypeSuite.scala index 43ce937f26..8dcc0dd81c 100644 --- a/core/src/test/scala/com/pingcap/tispark/datatype/DecimalTypeSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datatype/DecimalTypeSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/index/LineItemSuite.scala b/core/src/test/scala/com/pingcap/tispark/index/LineItemSuite.scala index 72c3f0be6c..d9b8bbe8e9 100644 --- a/core/src/test/scala/com/pingcap/tispark/index/LineItemSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/index/LineItemSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/multitable/MultiTableWriteSuite.scala b/core/src/test/scala/com/pingcap/tispark/multitable/MultiTableWriteSuite.scala index 652b33077b..164bb6c7ca 100644 --- a/core/src/test/scala/com/pingcap/tispark/multitable/MultiTableWriteSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/multitable/MultiTableWriteSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/BitOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/BitOverflowSuite.scala index 6587cf52c1..7a8b66c5bb 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/BitOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/BitOverflowSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/BytesOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/BytesOverflowSuite.scala index 45c56494b2..337316123d 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/BytesOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/BytesOverflowSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/DateOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/DateOverflowSuite.scala index d67eaad3b4..1ce4576176 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/DateOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/DateOverflowSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/DateTimeOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/DateTimeOverflowSuite.scala index fcbe4d6a0c..758f25d5d4 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/DateTimeOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/DateTimeOverflowSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/DecimalOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/DecimalOverflowSuite.scala index 484988fcee..f2e4ae55e6 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/DecimalOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/DecimalOverflowSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/EnumOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/EnumOverflowSuite.scala index 6e5c74cdf9..fc4c40cd64 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/EnumOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/EnumOverflowSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/SignedOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/SignedOverflowSuite.scala index 7ac05305e9..de4f6059da 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/SignedOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/SignedOverflowSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/StringOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/StringOverflowSuite.scala index 13638749c3..55116b2082 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/StringOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/StringOverflowSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/UnsignedOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/UnsignedOverflowSuite.scala index 18fef1fe10..dac53b4b34 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/UnsignedOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/UnsignedOverflowSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/tablelock/TableLockSuite.scala b/core/src/test/scala/com/pingcap/tispark/tablelock/TableLockSuite.scala index eca5101c00..9aa2b6b025 100644 --- a/core/src/test/scala/com/pingcap/tispark/tablelock/TableLockSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/tablelock/TableLockSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/tiflash/TiFlashSuite.scala b/core/src/test/scala/com/pingcap/tispark/tiflash/TiFlashSuite.scala index 9e11c46aec..d53675fcf6 100644 --- a/core/src/test/scala/com/pingcap/tispark/tiflash/TiFlashSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/tiflash/TiFlashSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/ttl/InitialTTLExpiredSuite.scala b/core/src/test/scala/com/pingcap/tispark/ttl/InitialTTLExpiredSuite.scala index 7534e20bfe..7a8ee851bc 100644 --- a/core/src/test/scala/com/pingcap/tispark/ttl/InitialTTLExpiredSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/ttl/InitialTTLExpiredSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/ttl/LockTimeoutSuite.scala b/core/src/test/scala/com/pingcap/tispark/ttl/LockTimeoutSuite.scala index 7ed8a1ffd6..c0fb41c223 100644 --- a/core/src/test/scala/com/pingcap/tispark/ttl/LockTimeoutSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/ttl/LockTimeoutSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/SharedSparkContext.scala b/core/src/test/scala/org/apache/spark/SharedSparkContext.scala index 1cd96a12dc..ea259d594d 100644 --- a/core/src/test/scala/org/apache/spark/SharedSparkContext.scala +++ b/core/src/test/scala/org/apache/spark/SharedSparkContext.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/SparkFunSuite.scala b/core/src/test/scala/org/apache/spark/SparkFunSuite.scala index 2ed00e8bd7..9a96dad1f1 100644 --- a/core/src/test/scala/org/apache/spark/SparkFunSuite.scala +++ b/core/src/test/scala/org/apache/spark/SparkFunSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/AlterTableTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/AlterTableTestSuite.scala index 58a5ec446e..b69ae562e0 100644 --- a/core/src/test/scala/org/apache/spark/sql/AlterTableTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/AlterTableTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 PingCAP, Inc. + * Copyright 2018 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/BaseInitialOnceTest.scala b/core/src/test/scala/org/apache/spark/sql/BaseInitialOnceTest.scala index e8456d3f89..39313af955 100644 --- a/core/src/test/scala/org/apache/spark/sql/BaseInitialOnceTest.scala +++ b/core/src/test/scala/org/apache/spark/sql/BaseInitialOnceTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/BaseTestGenerationSpec.scala b/core/src/test/scala/org/apache/spark/sql/BaseTestGenerationSpec.scala index 82d873176f..b02014413d 100644 --- a/core/src/test/scala/org/apache/spark/sql/BaseTestGenerationSpec.scala +++ b/core/src/test/scala/org/apache/spark/sql/BaseTestGenerationSpec.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/BaseTiSparkEnableBatchWriteTest.scala b/core/src/test/scala/org/apache/spark/sql/BaseTiSparkEnableBatchWriteTest.scala index 6ab7aaab26..1ea5fc700f 100644 --- a/core/src/test/scala/org/apache/spark/sql/BaseTiSparkEnableBatchWriteTest.scala +++ b/core/src/test/scala/org/apache/spark/sql/BaseTiSparkEnableBatchWriteTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/BaseTiSparkTest.scala b/core/src/test/scala/org/apache/spark/sql/BaseTiSparkTest.scala index 4e03e2846b..c53b07029d 100644 --- a/core/src/test/scala/org/apache/spark/sql/BaseTiSparkTest.scala +++ b/core/src/test/scala/org/apache/spark/sql/BaseTiSparkTest.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/ExpressionIndexSuite.scala b/core/src/test/scala/org/apache/spark/sql/ExpressionIndexSuite.scala index c8d268c75a..d35e58c9a2 100644 --- a/core/src/test/scala/org/apache/spark/sql/ExpressionIndexSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/ExpressionIndexSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/IssueTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/IssueTestSuite.scala index 45c127bf46..094c0c13ef 100644 --- a/core/src/test/scala/org/apache/spark/sql/IssueTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/IssueTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/MultipleSparkSessionTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/MultipleSparkSessionTestSuite.scala index d0dd5d33a6..9f3cc5318b 100644 --- a/core/src/test/scala/org/apache/spark/sql/MultipleSparkSessionTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/MultipleSparkSessionTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/MysqlDataTypeSuite.scala b/core/src/test/scala/org/apache/spark/sql/MysqlDataTypeSuite.scala index 8cb8f7246d..6bf02e0eb3 100644 --- a/core/src/test/scala/org/apache/spark/sql/MysqlDataTypeSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/MysqlDataTypeSuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/OutputOffsetsSuite.scala b/core/src/test/scala/org/apache/spark/sql/OutputOffsetsSuite.scala index dc4b9f5a32..0f78e7ccd9 100644 --- a/core/src/test/scala/org/apache/spark/sql/OutputOffsetsSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/OutputOffsetsSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/PartitionTableSuite.scala b/core/src/test/scala/org/apache/spark/sql/PartitionTableSuite.scala index 32e28b53e9..d67cb0cdcc 100644 --- a/core/src/test/scala/org/apache/spark/sql/PartitionTableSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/PartitionTableSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/QueryTest.scala b/core/src/test/scala/org/apache/spark/sql/QueryTest.scala index 1518686a27..b3716f45ae 100644 --- a/core/src/test/scala/org/apache/spark/sql/QueryTest.scala +++ b/core/src/test/scala/org/apache/spark/sql/QueryTest.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/SequenceTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/SequenceTestSuite.scala index 3ab1dfb492..1fa1c46592 100644 --- a/core/src/test/scala/org/apache/spark/sql/SequenceTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/SequenceTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/SparkDataTypeTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/SparkDataTypeTestSuite.scala index 91174375a4..989ab3172e 100644 --- a/core/src/test/scala/org/apache/spark/sql/SparkDataTypeTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/SparkDataTypeTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/TiDBMapDatabaseSuite.scala b/core/src/test/scala/org/apache/spark/sql/TiDBMapDatabaseSuite.scala index 2e25e24770..3038ed3a10 100644 --- a/core/src/test/scala/org/apache/spark/sql/TiDBMapDatabaseSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/TiDBMapDatabaseSuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/TiSparkTestSpec.scala b/core/src/test/scala/org/apache/spark/sql/TiSparkTestSpec.scala index f4f9d195b3..052b6bf01e 100644 --- a/core/src/test/scala/org/apache/spark/sql/TiSparkTestSpec.scala +++ b/core/src/test/scala/org/apache/spark/sql/TiSparkTestSpec.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/TimezoneTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/TimezoneTestSuite.scala index 4d4a1ed0ea..add9bd9994 100644 --- a/core/src/test/scala/org/apache/spark/sql/TimezoneTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/TimezoneTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 PingCAP, Inc. + * Copyright 2018 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/ViewTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/ViewTestSuite.scala index e3bea484dd..6c9ec6943a 100644 --- a/core/src/test/scala/org/apache/spark/sql/ViewTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/ViewTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/benchmark/TPCDSQuerySuite.scala b/core/src/test/scala/org/apache/spark/sql/benchmark/TPCDSQuerySuite.scala index f369958982..10fcadb03e 100644 --- a/core/src/test/scala/org/apache/spark/sql/benchmark/TPCDSQuerySuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/benchmark/TPCDSQuerySuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2018 PingCAP, Inc. + * Copyright 2018 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/benchmark/TPCHQuerySuite.scala b/core/src/test/scala/org/apache/spark/sql/benchmark/TPCHQuerySuite.scala index 0d3d851287..a66c8e4846 100644 --- a/core/src/test/scala/org/apache/spark/sql/benchmark/TPCHQuerySuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/benchmark/TPCHQuerySuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/catalyst/catalog/CatalogTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/catalyst/catalog/CatalogTestSuite.scala index 8432876538..de220bcbc9 100644 --- a/core/src/test/scala/org/apache/spark/sql/catalyst/catalog/CatalogTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/catalyst/catalog/CatalogTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/catalyst/plans/BasePlanTest.scala b/core/src/test/scala/org/apache/spark/sql/catalyst/plans/BasePlanTest.scala index 707b45fdf5..3911f0fe1c 100644 --- a/core/src/test/scala/org/apache/spark/sql/catalyst/plans/BasePlanTest.scala +++ b/core/src/test/scala/org/apache/spark/sql/catalyst/plans/BasePlanTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/catalyst/plans/logical/LogicalPlanTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/catalyst/plans/logical/LogicalPlanTestSuite.scala index 53410d35b9..1ac65e2aa4 100644 --- a/core/src/test/scala/org/apache/spark/sql/catalyst/plans/logical/LogicalPlanTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/catalyst/plans/logical/LogicalPlanTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/catalyst/plans/statistics/StatisticsTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/catalyst/plans/statistics/StatisticsTestSuite.scala index ba6b045ca1..e482652df8 100644 --- a/core/src/test/scala/org/apache/spark/sql/catalyst/plans/statistics/StatisticsTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/catalyst/plans/statistics/StatisticsTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/clustered/ClusteredIndexTest.scala b/core/src/test/scala/org/apache/spark/sql/clustered/ClusteredIndexTest.scala index a036800bb7..6628b37fba 100644 --- a/core/src/test/scala/org/apache/spark/sql/clustered/ClusteredIndexTest.scala +++ b/core/src/test/scala/org/apache/spark/sql/clustered/ClusteredIndexTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP, Inc. + * Copyright 2021 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/clustered/IndexScan0Suite.scala b/core/src/test/scala/org/apache/spark/sql/clustered/IndexScan0Suite.scala index 755311a954..a354295576 100644 --- a/core/src/test/scala/org/apache/spark/sql/clustered/IndexScan0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/clustered/IndexScan0Suite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP, Inc. + * Copyright 2021 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/clustered/IndexScan1Suite.scala b/core/src/test/scala/org/apache/spark/sql/clustered/IndexScan1Suite.scala index ede4b6757f..bff6c2e62b 100644 --- a/core/src/test/scala/org/apache/spark/sql/clustered/IndexScan1Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/clustered/IndexScan1Suite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP, Inc. + * Copyright 2021 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/clustered/TableScan0Suite.scala b/core/src/test/scala/org/apache/spark/sql/clustered/TableScan0Suite.scala index 1d1a8b6f83..a836b56f73 100644 --- a/core/src/test/scala/org/apache/spark/sql/clustered/TableScan0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/clustered/TableScan0Suite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP, Inc. + * Copyright 2021 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/clustered/TableScan1Suite.scala b/core/src/test/scala/org/apache/spark/sql/clustered/TableScan1Suite.scala index c412724864..3f5bc36ff0 100644 --- a/core/src/test/scala/org/apache/spark/sql/clustered/TableScan1Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/clustered/TableScan1Suite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP, Inc. + * Copyright 2021 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/Aggregate0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/Aggregate0Suite.scala index 1bc3ccbdc2..d46edf7ff0 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/Aggregate0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/Aggregate0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticAgg0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticAgg0Suite.scala index 02a75bfc9a..484634d7a5 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticAgg0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticAgg0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest0Suite.scala index 0a600e43f3..4e7d3eefe0 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest1Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest1Suite.scala index 17bf53199e..23b924771f 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest1Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest1Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest2Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest2Suite.scala index 92ca4ab364..fd008930eb 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest2Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest2Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/Between0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/Between0Suite.scala index 7c2644aa3c..d344b724af 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/Between0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/Between0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/ComplexAggregateSuite.scala b/core/src/test/scala/org/apache/spark/sql/expression/ComplexAggregateSuite.scala index a37d91f03e..6d92422a21 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/ComplexAggregateSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/ComplexAggregateSuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/ComplexGroupBySuite.scala b/core/src/test/scala/org/apache/spark/sql/expression/ComplexGroupBySuite.scala index 5f9dfc452d..08ba59957d 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/ComplexGroupBySuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/ComplexGroupBySuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/Count0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/Count0Suite.scala index 0f6bb4031f..c02e120342 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/Count0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/Count0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/Distinct0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/Distinct0Suite.scala index aa1f180271..de7e95c6a1 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/Distinct0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/Distinct0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/FirstLast0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/FirstLast0Suite.scala index ffd6831e3a..b445a37552 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/FirstLast0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/FirstLast0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/Having0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/Having0Suite.scala index 0242100348..6a02f45708 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/Having0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/Having0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/InTest0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/InTest0Suite.scala index d277764741..e796f2dcb7 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/InTest0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/InTest0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/LikeTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/expression/LikeTestSuite.scala index 91734f060c..10efa0d93e 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/LikeTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/LikeTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/OtherTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/expression/OtherTestSuite.scala index e47407f82c..75b10670d3 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/OtherTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/OtherTestSuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/Union0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/Union0Suite.scala index 72844fc3dc..626bddd763 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/Union0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/Union0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/index/Between0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/index/Between0Suite.scala index 6014315527..bea3583f94 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/index/Between0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/index/Between0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/index/ComprehensiveSuite.scala b/core/src/test/scala/org/apache/spark/sql/expression/index/ComprehensiveSuite.scala index 4b526f1896..f8d12824ea 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/index/ComprehensiveSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/index/ComprehensiveSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/index/CoveringIndex0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/index/CoveringIndex0Suite.scala index 412ae1d621..6037adc6b0 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/index/CoveringIndex0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/index/CoveringIndex0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/index/InTest0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/index/InTest0Suite.scala index 7c97e8b596..fea7b99752 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/index/InTest0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/index/InTest0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/index/Join0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/index/Join0Suite.scala index 3919aa4a24..66fc07ca07 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/index/Join0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/index/Join0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/index/PrefixIndexTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/expression/index/PrefixIndexTestSuite.scala index 01b0ed4f4a..2be445c79f 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/index/PrefixIndexTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/index/PrefixIndexTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/index/Special0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/index/Special0Suite.scala index 5ea3970ac4..5be8f4404d 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/index/Special0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/index/Special0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/index/UnsignedTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/expression/index/UnsignedTestSuite.scala index 12a212da24..5ce4e848eb 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/index/UnsignedTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/index/UnsignedTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 PingCAP, Inc. + * Copyright 2018 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/insertion/BatchWritePKAndIndexSuite.scala b/core/src/test/scala/org/apache/spark/sql/insertion/BatchWritePKAndIndexSuite.scala index a4f353e3ba..5cadb0e61f 100644 --- a/core/src/test/scala/org/apache/spark/sql/insertion/BatchWritePKAndIndexSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/insertion/BatchWritePKAndIndexSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/insertion/BatchWritePkSuite.scala b/core/src/test/scala/org/apache/spark/sql/insertion/BatchWritePkSuite.scala index e4ac4c4151..2de8218e68 100644 --- a/core/src/test/scala/org/apache/spark/sql/insertion/BatchWritePkSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/insertion/BatchWritePkSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/insertion/BatchWriteUniqueIndexSuite.scala b/core/src/test/scala/org/apache/spark/sql/insertion/BatchWriteUniqueIndexSuite.scala index d79f5a33d5..0241285bf9 100644 --- a/core/src/test/scala/org/apache/spark/sql/insertion/BatchWriteUniqueIndexSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/insertion/BatchWriteUniqueIndexSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/statistics/StatisticsManagerSuite.scala b/core/src/test/scala/org/apache/spark/sql/statistics/StatisticsManagerSuite.scala index 2bdbb33df8..56be07e517 100644 --- a/core/src/test/scala/org/apache/spark/sql/statistics/StatisticsManagerSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/statistics/StatisticsManagerSuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2018 PingCAP, Inc. + * Copyright 2018 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/test/SharedSQLContext.scala b/core/src/test/scala/org/apache/spark/sql/test/SharedSQLContext.scala index 564cd85239..2038c9cc4b 100644 --- a/core/src/test/scala/org/apache/spark/sql/test/SharedSQLContext.scala +++ b/core/src/test/scala/org/apache/spark/sql/test/SharedSQLContext.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/test/TestConstants.scala b/core/src/test/scala/org/apache/spark/sql/test/TestConstants.scala index b9a2208de9..cfe8ad33ae 100644 --- a/core/src/test/scala/org/apache/spark/sql/test/TestConstants.scala +++ b/core/src/test/scala/org/apache/spark/sql/test/TestConstants.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/test/TestSparkSession.scala b/core/src/test/scala/org/apache/spark/sql/test/TestSparkSession.scala index 1fd595265c..c2cd3fbe37 100644 --- a/core/src/test/scala/org/apache/spark/sql/test/TestSparkSession.scala +++ b/core/src/test/scala/org/apache/spark/sql/test/TestSparkSession.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/test/Utils.scala b/core/src/test/scala/org/apache/spark/sql/test/Utils.scala index f8b7665867..1947631934 100644 --- a/core/src/test/scala/org/apache/spark/sql/test/Utils.scala +++ b/core/src/test/scala/org/apache/spark/sql/test/Utils.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/txn/TxnTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/txn/TxnTestSuite.scala index f74fee96ad..6cb01e2b24 100644 --- a/core/src/test/scala/org/apache/spark/sql/txn/TxnTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/txn/TxnTestSuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/DataTypeNormalSuite.scala b/core/src/test/scala/org/apache/spark/sql/types/DataTypeNormalSuite.scala index 3080d9bffa..47fb72f8f3 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/DataTypeNormalSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/DataTypeNormalSuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/MultiColumnDataTypeSuite.scala b/core/src/test/scala/org/apache/spark/sql/types/MultiColumnDataTypeSuite.scala index 332e5d7f12..181d469051 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/MultiColumnDataTypeSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/MultiColumnDataTypeSuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/SpecialTiDBTypeTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/types/SpecialTiDBTypeTestSuite.scala index ecb2ef785f..7f0692c7bb 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/SpecialTiDBTypeTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/SpecialTiDBTypeTestSuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/DataTypePKSuite.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/DataTypePKSuite.scala index 7662c1b523..ff2f498eab 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/DataTypePKSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/DataTypePKSuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite00.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite00.scala index adff37ea40..e6a894ff96 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite00.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite00.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite01.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite01.scala index 506b7edf4c..f3a66a69cb 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite01.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite01.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite02.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite02.scala index 7960bf6038..52360ae72d 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite02.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite02.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite03.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite03.scala index 63c291718d..5faa963ba9 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite03.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite03.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite04.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite04.scala index fdb87a0d38..7a47837648 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite04.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite04.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite05.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite05.scala index 69da5822a8..60faa8d0d3 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite05.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite05.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite06.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite06.scala index df6e0f47f4..5dbcbcad00 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite06.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite06.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite07.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite07.scala index bf583c2e08..765cb237de 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite07.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite07.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite08.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite08.scala index 4a105e32a9..ba0b11958e 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite08.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite08.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite09.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite09.scala index b74153640f..a3515c7d9b 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite09.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite09.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite10.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite10.scala index 212ee7d1b4..06de2b479d 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite10.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite10.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite11.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite11.scala index 01ea10e128..0278df4a07 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite11.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite11.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite12.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite12.scala index c263df7cea..48909db110 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite12.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite12.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite13.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite13.scala index 3144a479aa..d8a34ff1a7 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite13.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite13.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite14.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite14.scala index d052bfca7d..08eee80050 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite14.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite14.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite15.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite15.scala index 1c99d53ce2..e6ec977236 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite15.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite15.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite16.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite16.scala index 46c218919f..a7ffe763ca 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite16.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite16.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite17.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite17.scala index 4ee3142a75..dfb1c2933b 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite17.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite17.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite18.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite18.scala index 087196bd51..cf138bd42f 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite18.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite18.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite19.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite19.scala index 473c1f2f3c..869cd8ac3c 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite19.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite19.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite20.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite20.scala index 2125c9ad2b..4d9704f3cf 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite20.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite20.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite21.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite21.scala index c6d279db2f..907138bef8 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite21.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite21.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite22.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite22.scala index 07226e77a7..78141d99da 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite22.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite22.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite23.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite23.scala index fa6e6d71d2..f0042110b8 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite23.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite23.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite24.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite24.scala index 19c9dd1f4a..386a733f56 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite24.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite24.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite25.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite25.scala index ecd7b4e331..e8a4956618 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite25.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite25.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite26.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite26.scala index 530abd3092..0b2a7a7c12 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite26.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite26.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite27.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite27.scala index 9a0309ae57..016aa0414d 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite27.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite27.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite28.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite28.scala index 62e534a410..91bf30c774 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite28.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite28.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite29.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite29.scala index 48fedca14e..134d93a126 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite29.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite29.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite30.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite30.scala index 74a159d0c5..63d90247b0 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite30.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite30.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite31.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite31.scala index 2a2b9ec07d..d6f534f7af 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite31.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite31.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite32.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite32.scala index ca6188da4a..93d218085d 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite32.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite32.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite33.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite33.scala index 6cbae4407d..e45ed27488 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite33.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite33.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite34.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite34.scala index 86b3353e29..c1cda1eb83 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite34.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite34.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite35.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite35.scala index 84663375f1..97bbff2bf3 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite35.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite35.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuites.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuites.scala index edea96eddb..da038392fa 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuites.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuites.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/RandomTest.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/RandomTest.scala index c1f1723ef5..f81698e4bc 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/RandomTest.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/RandomTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP, Inc. + * Copyright 2021 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/ColumnValueGenerator.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/ColumnValueGenerator.scala index a630a617c9..94aea734d3 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/ColumnValueGenerator.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/ColumnValueGenerator.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/DataGenerator.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/DataGenerator.scala index 72bb321813..c0103bc765 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/DataGenerator.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/DataGenerator.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/DataType.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/DataType.scala index e5d2bf7fdc..f882f34086 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/DataType.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/DataType.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/GeneratorUtils.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/GeneratorUtils.scala index 2004054dd6..7aee0ec149 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/GeneratorUtils.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/GeneratorUtils.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/Index.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/Index.scala index 9cbfec5b90..c9a941e0fc 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/Index.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/Index.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/IndexColumn.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/IndexColumn.scala index 4d64e5e1f7..f6a2a2b142 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/IndexColumn.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/IndexColumn.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/NullableType.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/NullableType.scala index b3ccfe0582..24591d2351 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/NullableType.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/NullableType.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP, Inc. + * Copyright 2021 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/Schema.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/Schema.scala index 4a1de216fc..62f341edd3 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/Schema.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/Schema.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/SchemaAndData.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/SchemaAndData.scala index dc52b4f531..e7a46d8295 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/SchemaAndData.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/SchemaAndData.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db-random-test/src/test/scala/com/pingcap/tispark/test/RandomTestSuite.scala b/db-random-test/src/test/scala/com/pingcap/tispark/test/RandomTestSuite.scala index 1dee815d3f..9d4d653e17 100644 --- a/db-random-test/src/test/scala/com/pingcap/tispark/test/RandomTestSuite.scala +++ b/db-random-test/src/test/scala/com/pingcap/tispark/test/RandomTestSuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2021 PingCAP, Inc. + * Copyright 2021 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db-random-test/src/test/scala/com/pingcap/tispark/test/generator/DataGeneratorSuite.scala b/db-random-test/src/test/scala/com/pingcap/tispark/test/generator/DataGeneratorSuite.scala index 0db794c878..e9877fe854 100644 --- a/db-random-test/src/test/scala/com/pingcap/tispark/test/generator/DataGeneratorSuite.scala +++ b/db-random-test/src/test/scala/com/pingcap/tispark/test/generator/DataGeneratorSuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spark-wrapper/spark-3.0/src/main/scala/com/pingcap/tispark/SparkWrapper.scala b/spark-wrapper/spark-3.0/src/main/scala/com/pingcap/tispark/SparkWrapper.scala index 1d8e85fb22..d1bb1d8252 100644 --- a/spark-wrapper/spark-3.0/src/main/scala/com/pingcap/tispark/SparkWrapper.scala +++ b/spark-wrapper/spark-3.0/src/main/scala/com/pingcap/tispark/SparkWrapper.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP, Inc. + * Copyright 2021 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiBasicExpression.scala b/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiBasicExpression.scala index 3b60688f62..8fdc718366 100644 --- a/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiBasicExpression.scala +++ b/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiBasicExpression.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2021 PingCAP, Inc. + * Copyright 2021 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/extensions/TiAggregationProjection.scala b/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/extensions/TiAggregationProjection.scala index d5f3f0b2f3..47c9f69fab 100644 --- a/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/extensions/TiAggregationProjection.scala +++ b/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/extensions/TiAggregationProjection.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 PingCAP, Inc. + * Copyright 2022 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/extensions/TiStrategy.scala b/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/extensions/TiStrategy.scala index 3b21a8eb95..e79c5255ed 100644 --- a/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/extensions/TiStrategy.scala +++ b/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/extensions/TiStrategy.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 PingCAP, Inc. + * Copyright 2022 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spark-wrapper/spark-3.1/src/main/scala/com/pingcap/tispark/SparkWrapper.scala b/spark-wrapper/spark-3.1/src/main/scala/com/pingcap/tispark/SparkWrapper.scala index ee55770fbd..447ca2dffe 100644 --- a/spark-wrapper/spark-3.1/src/main/scala/com/pingcap/tispark/SparkWrapper.scala +++ b/spark-wrapper/spark-3.1/src/main/scala/com/pingcap/tispark/SparkWrapper.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP, Inc. + * Copyright 2021 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiBasicExpression.scala b/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiBasicExpression.scala index ca6faf8090..15224928cf 100644 --- a/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiBasicExpression.scala +++ b/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiBasicExpression.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2021 PingCAP, Inc. + * Copyright 2021 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/extensions/TiAggregationProjectionV2.scala b/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/extensions/TiAggregationProjectionV2.scala index c335b4bea5..75effb1bc7 100644 --- a/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/extensions/TiAggregationProjectionV2.scala +++ b/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/extensions/TiAggregationProjectionV2.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 PingCAP, Inc. + * Copyright 2022 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/extensions/TiStrategy.scala b/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/extensions/TiStrategy.scala index 15f8676884..bf838571bc 100644 --- a/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/extensions/TiStrategy.scala +++ b/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/extensions/TiStrategy.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 PingCAP, Inc. + * Copyright 2022 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/scripts/proto.sh b/tikv-client/scripts/proto.sh index 23c668ca7b..ee16018c43 100755 --- a/tikv-client/scripts/proto.sh +++ b/tikv-client/scripts/proto.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2017 PingCAP, Inc. +# Copyright 2017 PingCAP Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/AbstractGRPCClient.java b/tikv-client/src/main/java/com/pingcap/tikv/AbstractGRPCClient.java index b75e550e67..64f8c475ae 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/AbstractGRPCClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/AbstractGRPCClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/BytePairWrapper.java b/tikv-client/src/main/java/com/pingcap/tikv/BytePairWrapper.java index c19a82aa38..27c1baa468 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/BytePairWrapper.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/BytePairWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/ByteWrapper.java b/tikv-client/src/main/java/com/pingcap/tikv/ByteWrapper.java index 13e97119b5..1d49510013 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/ByteWrapper.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/ByteWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/ExtendedDateTime.java b/tikv-client/src/main/java/com/pingcap/tikv/ExtendedDateTime.java index 26a26fef77..e6787cf1fb 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/ExtendedDateTime.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/ExtendedDateTime.java @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/KVClient.java b/tikv-client/src/main/java/com/pingcap/tikv/KVClient.java index e36fe4b3f6..2653fbc02f 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/KVClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/KVClient.java @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/Main.java b/tikv-client/src/main/java/com/pingcap/tikv/Main.java index 7f1d8c4e30..045354b496 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/Main.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/Main.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/PDClient.java b/tikv-client/src/main/java/com/pingcap/tikv/PDClient.java index 61eed95ab7..50045aa40d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/PDClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/PDClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/ReadOnlyPDClient.java b/tikv-client/src/main/java/com/pingcap/tikv/ReadOnlyPDClient.java index d9b620bcf1..0a071a31fd 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/ReadOnlyPDClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/ReadOnlyPDClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/Snapshot.java b/tikv-client/src/main/java/com/pingcap/tikv/Snapshot.java index 14d5e38b34..b0ea12ff52 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/Snapshot.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/Snapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/StoreVersion.java b/tikv-client/src/main/java/com/pingcap/tikv/StoreVersion.java index 77c83f2dab..4895310947 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/StoreVersion.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/StoreVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/TTLManager.java b/tikv-client/src/main/java/com/pingcap/tikv/TTLManager.java index 510dd875ee..c7d6c0110d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/TTLManager.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/TTLManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/TiBatchWriteUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/TiBatchWriteUtils.java index f3fb8db58c..39267ad559 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/TiBatchWriteUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/TiBatchWriteUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/TiConfiguration.java b/tikv-client/src/main/java/com/pingcap/tikv/TiConfiguration.java index f74a532206..63524a3f25 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/TiConfiguration.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/TiConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/TiDBJDBCClient.java b/tikv-client/src/main/java/com/pingcap/tikv/TiDBJDBCClient.java index 651451e992..f8c402f606 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/TiDBJDBCClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/TiDBJDBCClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/TiSession.java b/tikv-client/src/main/java/com/pingcap/tikv/TiSession.java index 6582151469..e58b8d921a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/TiSession.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/TiSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/TwoPhaseCommitter.java b/tikv-client/src/main/java/com/pingcap/tikv/TwoPhaseCommitter.java index 6a11f3b91d..e58fb07dce 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/TwoPhaseCommitter.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/TwoPhaseCommitter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/Utils.java b/tikv-client/src/main/java/com/pingcap/tikv/Utils.java index cac01cc6ed..b6635a646e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/Utils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/Utils.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/Version.java b/tikv-client/src/main/java/com/pingcap/tikv/Version.java index 569cf33a31..04f98d3990 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/Version.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/Version.java @@ -1,6 +1,6 @@ /* * - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/allocator/RowIDAllocator.java b/tikv-client/src/main/java/com/pingcap/tikv/allocator/RowIDAllocator.java index 065e1af3e6..ec7e6b6cc3 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/allocator/RowIDAllocator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/allocator/RowIDAllocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/catalog/Catalog.java b/tikv-client/src/main/java/com/pingcap/tikv/catalog/Catalog.java index aa3ca80681..5f41c4b465 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/catalog/Catalog.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/catalog/Catalog.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/catalog/CatalogTransaction.java b/tikv-client/src/main/java/com/pingcap/tikv/catalog/CatalogTransaction.java index 9ad28bf5eb..2453bc96a9 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/catalog/CatalogTransaction.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/catalog/CatalogTransaction.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/Codec.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/Codec.java index dcf1a25047..1f8b6587b5 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/Codec.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/Codec.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataInput.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataInput.java index fc14af198f..c1ab1dfa4f 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataInput.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataInput.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataInputLittleEndian.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataInputLittleEndian.java index 9128d37c13..91c0954f8d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataInputLittleEndian.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataInputLittleEndian.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataOutput.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataOutput.java index 93246cecf7..4f03b8fe8e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataOutput.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataOutput.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataOutputLittleEndian.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataOutputLittleEndian.java index b15449b2a4..2526fcc0dd 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataOutputLittleEndian.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataOutputLittleEndian.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/KeyUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/KeyUtils.java index 67da7d3a59..193b419519 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/KeyUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/KeyUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/MetaCodec.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/MetaCodec.java index e0c3b61446..181f127beb 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/MetaCodec.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/MetaCodec.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/MyDecimal.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/MyDecimal.java index 8bdc546e42..c0917d4e54 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/MyDecimal.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/MyDecimal.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/RowDecoderV2.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/RowDecoderV2.java index 3fc0f63449..93fe95af82 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/RowDecoderV2.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/RowDecoderV2.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/RowEncoderV2.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/RowEncoderV2.java index 4680396b68..9d0a4cdf49 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/RowEncoderV2.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/RowEncoderV2.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/RowV2.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/RowV2.java index 5a7c2856fd..cad7234090 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/RowV2.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/RowV2.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodec.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodec.java index 75c7b18e45..81623da371 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodec.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodec.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodecV1.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodecV1.java index bf7a45ef78..fd39927080 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodecV1.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodecV1.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodecV2.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodecV2.java index f00eb0cf62..5acdd73761 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodecV2.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodecV2.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/BatchedTiChunkColumnVector.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/BatchedTiChunkColumnVector.java index e8437f2cfb..1949b3fabd 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/BatchedTiChunkColumnVector.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/BatchedTiChunkColumnVector.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiBlockColumnVector.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiBlockColumnVector.java index 9c35f55d74..3bf194fc25 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiBlockColumnVector.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiBlockColumnVector.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiChunk.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiChunk.java index 9968b35c03..1be2302182 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiChunk.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiChunk.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiChunkColumnVector.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiChunkColumnVector.java index b7542c044a..989d7e7ca4 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiChunkColumnVector.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiChunkColumnVector.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiCoreTime.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiCoreTime.java index b528bce73e..a4df032334 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiCoreTime.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiCoreTime.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiRowColumnVector.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiRowColumnVector.java index 2589cd3919..a36db20d69 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiRowColumnVector.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiRowColumnVector.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/AutoGrowByteBuffer.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/AutoGrowByteBuffer.java index 936513ccfb..9c618ac48a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/AutoGrowByteBuffer.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/AutoGrowByteBuffer.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHType.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHType.java index 51cf420e69..54426b827d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHType.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDate.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDate.java index d096153956..c4bc8680e2 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDate.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDate.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDateTime.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDateTime.java index 48b278944e..14669afc14 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDateTime.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDateTime.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDecimal.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDecimal.java index bada7bddca..335a0c7cb2 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDecimal.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDecimal.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeFixedString.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeFixedString.java index 779a134f39..aaa3d02173 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeFixedString.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeFixedString.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDate.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDate.java index bf9b2c4ab7..a62019d250 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDate.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDate.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDateTime.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDateTime.java index 3b6c9cee5d..eb0ac83b49 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDateTime.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDateTime.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeNumber.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeNumber.java index cb34ccb4f3..e91924de9e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeNumber.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeNumber.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeString.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeString.java index 9ce37cb77b..8b954b5ef0 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeString.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/event/CacheInvalidateEvent.java b/tikv-client/src/main/java/com/pingcap/tikv/event/CacheInvalidateEvent.java index ff8db9c1a1..c6dfd38531 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/event/CacheInvalidateEvent.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/event/CacheInvalidateEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/AllocateRowIDOverflowException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/AllocateRowIDOverflowException.java index 141eb5d989..841d675362 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/AllocateRowIDOverflowException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/AllocateRowIDOverflowException.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/CastingException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/CastingException.java index 329dd192d5..43fafce3b5 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/CastingException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/CastingException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/CodecException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/CodecException.java index 6e90174377..258ebbc8f6 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/CodecException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/CodecException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/ConvertNotSupportException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/ConvertNotSupportException.java index 074e058c43..0d3c65a8bd 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/ConvertNotSupportException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/ConvertNotSupportException.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/ConvertOverflowException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/ConvertOverflowException.java index 7db8664fda..295656f231 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/ConvertOverflowException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/ConvertOverflowException.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/DAGRequestException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/DAGRequestException.java index 9d3bf7c0c6..50f21d402e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/DAGRequestException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/DAGRequestException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/GrpcException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/GrpcException.java index 67e1a3cce6..580b02dc59 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/GrpcException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/GrpcException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/IgnoreUnsupportedTypeException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/IgnoreUnsupportedTypeException.java index 366869a1cb..4cb6aee62a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/IgnoreUnsupportedTypeException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/IgnoreUnsupportedTypeException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/InvalidCodecFormatException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/InvalidCodecFormatException.java index 718da12675..73035ab8ef 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/InvalidCodecFormatException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/InvalidCodecFormatException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/KeyException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/KeyException.java index bd8dbe8195..1041657cc2 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/KeyException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/KeyException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/LockException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/LockException.java index 02a7969d03..22f659bfdd 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/LockException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/LockException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/RegionException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/RegionException.java index eee29376f6..e331b78f77 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/RegionException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/RegionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/RegionTaskException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/RegionTaskException.java index 4047b3f5a5..69efc116da 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/RegionTaskException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/RegionTaskException.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 PingCAP, Inc. + * Copyright 2018 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/ResolveLockException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/ResolveLockException.java index 28d62d8fa3..d2977f0176 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/ResolveLockException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/ResolveLockException.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/SelectException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/SelectException.java index 0b5758bf4e..4ad2999e71 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/SelectException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/SelectException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiBatchWriteException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiBatchWriteException.java index 957fe4320a..f8cc103d4b 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiBatchWriteException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiBatchWriteException.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiClientInternalException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiClientInternalException.java index 1c3b1e836c..a5784443db 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiClientInternalException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiClientInternalException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiDBConvertException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiDBConvertException.java index 5e47f47653..d68e90deb2 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiDBConvertException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiDBConvertException.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiExpressionException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiExpressionException.java index c9f7d9353c..29133f4da1 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiExpressionException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiExpressionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiInternalException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiInternalException.java index 739c8c1148..067ee82719 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiInternalException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiInternalException.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiKVException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiKVException.java index 14b6e08e88..cc72167230 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiKVException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiKVException.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/TxnNotFoundException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/TxnNotFoundException.java index a19ed03484..c7330c0758 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/TxnNotFoundException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/TxnNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/TypeException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/TypeException.java index 8c4ecee700..d4ebb234e6 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/TypeException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/TypeException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedPartitionExprException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedPartitionExprException.java index 874f93696b..3656ec1ba6 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedPartitionExprException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedPartitionExprException.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedSyntaxException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedSyntaxException.java index f2f8dc1c82..6ec0ec07a2 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedSyntaxException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedSyntaxException.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedTypeException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedTypeException.java index 92a9a05c14..dd58f0acaf 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedTypeException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedTypeException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/WriteConflictException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/WriteConflictException.java index 113f94382d..e64c8fc851 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/WriteConflictException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/WriteConflictException.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/AggregateFunction.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/AggregateFunction.java index 9961ff6924..bdd81a13de 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/AggregateFunction.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/AggregateFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/ArithmeticBinaryExpression.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/ArithmeticBinaryExpression.java index b4dee817e9..3cd8dabe1e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/ArithmeticBinaryExpression.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/ArithmeticBinaryExpression.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/Blocklist.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/Blocklist.java index 4d965a5ccc..bde6adfb54 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/Blocklist.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/Blocklist.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/ByItem.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/ByItem.java index 601de292c3..bdd85a5d07 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/ByItem.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/ByItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/ColumnRef.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/ColumnRef.java index 8b53003a64..e0c090ac9c 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/ColumnRef.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/ColumnRef.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/ComparisonBinaryExpression.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/ComparisonBinaryExpression.java index 203d8c2e12..6be300f95f 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/ComparisonBinaryExpression.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/ComparisonBinaryExpression.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/Constant.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/Constant.java index 5dbe77e975..6bd33c0822 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/Constant.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/Constant.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/Expression.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/Expression.java index c284d0e66c..8bedc73942 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/Expression.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/Expression.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/ExpressionBlocklist.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/ExpressionBlocklist.java index d49de656b9..69637d3720 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/ExpressionBlocklist.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/ExpressionBlocklist.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/FuncCallExpr.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/FuncCallExpr.java index 40ffc84557..579f0a0a54 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/FuncCallExpr.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/FuncCallExpr.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/FuncCallExprEval.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/FuncCallExprEval.java index 5c312ebf06..995cc00728 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/FuncCallExprEval.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/FuncCallExprEval.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/IsNull.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/IsNull.java index 19966b02d0..3ea8a40019 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/IsNull.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/IsNull.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/LogicalBinaryExpression.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/LogicalBinaryExpression.java index 8661bacace..ed40f73158 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/LogicalBinaryExpression.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/LogicalBinaryExpression.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/Not.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/Not.java index 490b75c5ab..bd16703ede 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/Not.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/Not.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/PartitionPruner.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/PartitionPruner.java index 3e0dd269d6..053446a18c 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/PartitionPruner.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/PartitionPruner.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/RangeColumnPartitionPruner.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/RangeColumnPartitionPruner.java index 13d04d06a6..c0e29c3e86 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/RangeColumnPartitionPruner.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/RangeColumnPartitionPruner.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/RangePartitionPruner.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/RangePartitionPruner.java index ca1a41e8c4..6b87d5f14c 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/RangePartitionPruner.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/RangePartitionPruner.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/StringRegExpression.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/StringRegExpression.java index 425dd73826..a59eb54ea5 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/StringRegExpression.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/StringRegExpression.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/TypeBlocklist.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/TypeBlocklist.java index ddea2c378d..7169a71e82 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/TypeBlocklist.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/TypeBlocklist.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/Visitor.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/Visitor.java index 48a29902e4..90a425c4be 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/Visitor.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/Visitor.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/ColumnMatcher.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/ColumnMatcher.java index e6d8bf6188..488ca9519e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/ColumnMatcher.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/ColumnMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 PingCAP, Inc. + * Copyright 2018 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/DefaultVisitor.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/DefaultVisitor.java index 26bad7a433..7fa72e6f47 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/DefaultVisitor.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/DefaultVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/IndexMatcher.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/IndexMatcher.java index 654007cdec..ea9f9e9ac9 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/IndexMatcher.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/IndexMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/IndexRangeSetBuilder.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/IndexRangeSetBuilder.java index 434dda9204..24a692e012 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/IndexRangeSetBuilder.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/IndexRangeSetBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/MetaResolver.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/MetaResolver.java index c7ad80f733..a52caf267a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/MetaResolver.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/MetaResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PartAndFilterExprRewriter.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PartAndFilterExprRewriter.java index 4555a7dc2e..c010eae6bb 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PartAndFilterExprRewriter.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PartAndFilterExprRewriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/ProtoConverter.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/ProtoConverter.java index 2df77a3405..119081db6b 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/ProtoConverter.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/ProtoConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PrunedPartitionBuilder.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PrunedPartitionBuilder.java index 625f4468cd..793cb6726e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PrunedPartitionBuilder.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PrunedPartitionBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PseudoCostCalculator.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PseudoCostCalculator.java index eaaa6b5218..bcb2745828 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PseudoCostCalculator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PseudoCostCalculator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/RangeSetBuilder.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/RangeSetBuilder.java index aae5376b6d..a72dc60a5e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/RangeSetBuilder.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/RangeSetBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/SupportedExpressionValidator.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/SupportedExpressionValidator.java index fef0bc95d7..cbe2622d33 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/SupportedExpressionValidator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/SupportedExpressionValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/jdbc/JDBCClient.java b/tikv-client/src/main/java/com/pingcap/tikv/jdbc/JDBCClient.java index fc91e99a79..6dc3918983 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/jdbc/JDBCClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/jdbc/JDBCClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP, Inc. + * Copyright 2021 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/jdbc/RowMapper.java b/tikv-client/src/main/java/com/pingcap/tikv/jdbc/RowMapper.java index ba51f534f9..1880da368e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/jdbc/RowMapper.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/jdbc/RowMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP, Inc. + * Copyright 2021 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/CommonHandle.java b/tikv-client/src/main/java/com/pingcap/tikv/key/CommonHandle.java index d197689cd3..85eaa49c62 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/CommonHandle.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/CommonHandle.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/CompoundKey.java b/tikv-client/src/main/java/com/pingcap/tikv/key/CompoundKey.java index f2bb674728..6300ec33f6 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/CompoundKey.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/CompoundKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/Handle.java b/tikv-client/src/main/java/com/pingcap/tikv/key/Handle.java index dabe47217d..96955531e2 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/Handle.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/Handle.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/IndexKey.java b/tikv-client/src/main/java/com/pingcap/tikv/key/IndexKey.java index 369a38bcd5..eb5fa0f832 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/IndexKey.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/IndexKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/IndexScanKeyRangeBuilder.java b/tikv-client/src/main/java/com/pingcap/tikv/key/IndexScanKeyRangeBuilder.java index 50625f6801..db44e3d55c 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/IndexScanKeyRangeBuilder.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/IndexScanKeyRangeBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/IntHandle.java b/tikv-client/src/main/java/com/pingcap/tikv/key/IntHandle.java index 29ca605cdc..7eff9b4121 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/IntHandle.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/IntHandle.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/Key.java b/tikv-client/src/main/java/com/pingcap/tikv/key/Key.java index 667c02490a..f72397d116 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/Key.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/Key.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/KeyRangeBuilder.java b/tikv-client/src/main/java/com/pingcap/tikv/key/KeyRangeBuilder.java index 22435559c1..ab72ea1a18 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/KeyRangeBuilder.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/KeyRangeBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/RowKey.java b/tikv-client/src/main/java/com/pingcap/tikv/key/RowKey.java index fe9ced15cd..598b81b5d3 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/RowKey.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/RowKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/StatisticsKeyRangeBuilder.java b/tikv-client/src/main/java/com/pingcap/tikv/key/StatisticsKeyRangeBuilder.java index ffa2d308b0..48bc3149cf 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/StatisticsKeyRangeBuilder.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/StatisticsKeyRangeBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/TypedKey.java b/tikv-client/src/main/java/com/pingcap/tikv/key/TypedKey.java index a394b491c7..f83dfaa978 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/TypedKey.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/TypedKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/CIStr.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/CIStr.java index b93af6e491..82297b1c31 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/CIStr.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/CIStr.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/Collation.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/Collation.java index 5ea3173c32..34ece96b18 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/Collation.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/Collation.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/IndexType.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/IndexType.java index 4587faad52..fc5571b126 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/IndexType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/IndexType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/SchemaState.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/SchemaState.java index dbd0dfaa09..99dca885ec 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/SchemaState.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/SchemaState.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiColumnInfo.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiColumnInfo.java index 7645f13d5b..f91fc91851 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiColumnInfo.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiColumnInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiDAGRequest.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiDAGRequest.java index 5569074c6a..c23cd200da 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiDAGRequest.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiDAGRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiDBInfo.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiDBInfo.java index 5c6a76806e..0757ecb0c9 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiDBInfo.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiDBInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiFlashReplicaInfo.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiFlashReplicaInfo.java index c740ba30db..ab967ae5f6 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiFlashReplicaInfo.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiFlashReplicaInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiIndexColumn.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiIndexColumn.java index 9c93bff633..d1f56391eb 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiIndexColumn.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiIndexColumn.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiIndexInfo.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiIndexInfo.java index 5786ace74d..ea039c3f0b 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiIndexInfo.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiIndexInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionDef.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionDef.java index 88350a4267..ff06db1e80 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionDef.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionDef.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 PingCAP, Inc. + * Copyright 2018 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionExpr.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionExpr.java index 674d8045af..ad97c9fc10 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionExpr.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionExpr.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 PingCAP, Inc. + * Copyright 2018 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionInfo.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionInfo.java index 4164063d1f..120ec60a52 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionInfo.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 PingCAP, Inc. + * Copyright 2018 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiSequenceInfo.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiSequenceInfo.java index 69a54f33b8..4b9e96a0c2 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiSequenceInfo.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiSequenceInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiTableInfo.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiTableInfo.java index 142942b979..07e3a358a0 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiTableInfo.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiTableInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiTimestamp.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiTimestamp.java index b10b803a83..0e945a5434 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiTimestamp.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiTimestamp.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiUserIdentity.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiUserIdentity.java index 1b42e20145..469e1a9ace 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiUserIdentity.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiUserIdentity.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiViewInfo.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiViewInfo.java index 6e2352efe8..4c7ef46290 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiViewInfo.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiViewInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/ErrorHandler.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/ErrorHandler.java index 835451935a..c931eca202 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/ErrorHandler.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/ErrorHandler.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/KVErrorHandler.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/KVErrorHandler.java index 526e6056c2..b4b8b8f508 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/KVErrorHandler.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/KVErrorHandler.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/NoopHandler.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/NoopHandler.java index 9014de7445..396fc940d8 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/NoopHandler.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/NoopHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/PDErrorHandler.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/PDErrorHandler.java index a352132b17..5d7153b3aa 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/PDErrorHandler.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/PDErrorHandler.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/SchemaInfer.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/SchemaInfer.java index 97b4eaeb79..3062557f7f 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/SchemaInfer.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/SchemaInfer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ChunkIterator.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ChunkIterator.java index 9d4410704a..a6ac43b4f9 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ChunkIterator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ChunkIterator.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ConcreteScanIterator.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ConcreteScanIterator.java index 44cfb586e0..e5e622ae7e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ConcreteScanIterator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ConcreteScanIterator.java @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/CoprocessorIterator.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/CoprocessorIterator.java index 346933476f..bfa4992418 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/CoprocessorIterator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/CoprocessorIterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/DAGIterator.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/DAGIterator.java index 8d7ef19748..16391975af 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/DAGIterator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/DAGIterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/IndexScanIterator.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/IndexScanIterator.java index b67cd7a6a9..2d24443ddc 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/IndexScanIterator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/IndexScanIterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ScanIterator.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ScanIterator.java index 5d413ef002..18f7b8977d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ScanIterator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ScanIterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/parser/AstBuilder.java b/tikv-client/src/main/java/com/pingcap/tikv/parser/AstBuilder.java index d78b985737..db9a7c222e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/parser/AstBuilder.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/parser/AstBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/parser/CaseChangingCharStream.java b/tikv-client/src/main/java/com/pingcap/tikv/parser/CaseChangingCharStream.java index dc0f55141a..22a80adbba 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/parser/CaseChangingCharStream.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/parser/CaseChangingCharStream.java @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/parser/TiParser.java b/tikv-client/src/main/java/com/pingcap/tikv/parser/TiParser.java index e3b1959d11..4265f5f266 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/parser/TiParser.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/parser/TiParser.java @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/pd/PDError.java b/tikv-client/src/main/java/com/pingcap/tikv/pd/PDError.java index 28909ddab6..e54a42bfda 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/pd/PDError.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/pd/PDError.java @@ -1,6 +1,6 @@ /* * - * Copyright 2018 PingCAP, Inc. + * Copyright 2018 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/pd/PDUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/pd/PDUtils.java index f781e54eb5..26a444c7a5 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/pd/PDUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/pd/PDUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/policy/RetryMaxMs.java b/tikv-client/src/main/java/com/pingcap/tikv/policy/RetryMaxMs.java index 1f9fe2a2f7..c04a50954c 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/policy/RetryMaxMs.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/policy/RetryMaxMs.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/policy/RetryPolicy.java b/tikv-client/src/main/java/com/pingcap/tikv/policy/RetryPolicy.java index 51f0c09170..adfefde079 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/policy/RetryPolicy.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/policy/RetryPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/predicates/IndexRange.java b/tikv-client/src/main/java/com/pingcap/tikv/predicates/IndexRange.java index 22d97cf5cb..36e14f1186 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/predicates/IndexRange.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/predicates/IndexRange.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/predicates/PredicateUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/predicates/PredicateUtils.java index aecf6386f0..60091a3fc0 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/predicates/PredicateUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/predicates/PredicateUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/predicates/ScanSpec.java b/tikv-client/src/main/java/com/pingcap/tikv/predicates/ScanSpec.java index 42c7f4203c..ae6b3ba7b8 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/predicates/ScanSpec.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/predicates/ScanSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/predicates/SelectivityCalculator.java b/tikv-client/src/main/java/com/pingcap/tikv/predicates/SelectivityCalculator.java index 790e092dba..566f4c019b 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/predicates/SelectivityCalculator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/predicates/SelectivityCalculator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/predicates/TiKVScanAnalyzer.java b/tikv-client/src/main/java/com/pingcap/tikv/predicates/TiKVScanAnalyzer.java index b6b6bd54a5..e2596bd496 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/predicates/TiKVScanAnalyzer.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/predicates/TiKVScanAnalyzer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/region/AbstractRegionStoreClient.java b/tikv-client/src/main/java/com/pingcap/tikv/region/AbstractRegionStoreClient.java index 5a637cd5fe..a6053f31d3 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/region/AbstractRegionStoreClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/region/AbstractRegionStoreClient.java @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/region/RegionErrorReceiver.java b/tikv-client/src/main/java/com/pingcap/tikv/region/RegionErrorReceiver.java index 3c7f97a93e..adc779974f 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/region/RegionErrorReceiver.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/region/RegionErrorReceiver.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/region/RegionManager.java b/tikv-client/src/main/java/com/pingcap/tikv/region/RegionManager.java index 301adbd6b6..0ff01f1b2d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/region/RegionManager.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/region/RegionManager.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/region/RegionStoreClient.java b/tikv-client/src/main/java/com/pingcap/tikv/region/RegionStoreClient.java index 4ebf44e7f6..762fefc46e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/region/RegionStoreClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/region/RegionStoreClient.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/region/TiRegion.java b/tikv-client/src/main/java/com/pingcap/tikv/region/TiRegion.java index a1c96935ee..9f7aee6d33 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/region/TiRegion.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/region/TiRegion.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/region/TiStoreType.java b/tikv-client/src/main/java/com/pingcap/tikv/region/TiStoreType.java index 2a6234d3ba..ae6c785b21 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/region/TiStoreType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/region/TiStoreType.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/row/DefaultRowReader.java b/tikv-client/src/main/java/com/pingcap/tikv/row/DefaultRowReader.java index 96178d135a..8cbfac24d7 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/row/DefaultRowReader.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/row/DefaultRowReader.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/row/ObjectRowImpl.java b/tikv-client/src/main/java/com/pingcap/tikv/row/ObjectRowImpl.java index 5a3cfba3b4..ef041bc104 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/row/ObjectRowImpl.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/row/ObjectRowImpl.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/row/Row.java b/tikv-client/src/main/java/com/pingcap/tikv/row/Row.java index 160d760c78..99f9a67a4d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/row/Row.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/row/Row.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/row/RowReader.java b/tikv-client/src/main/java/com/pingcap/tikv/row/RowReader.java index 6c37e37f18..95051b3087 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/row/RowReader.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/row/RowReader.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/row/RowReaderFactory.java b/tikv-client/src/main/java/com/pingcap/tikv/row/RowReaderFactory.java index bbf8b9af3e..27bf33dd8b 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/row/RowReaderFactory.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/row/RowReaderFactory.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/statistics/Bucket.java b/tikv-client/src/main/java/com/pingcap/tikv/statistics/Bucket.java index 06ba7dc528..611174e485 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/statistics/Bucket.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/statistics/Bucket.java @@ -1,6 +1,6 @@ /* * - * Copyright 2018 PingCAP, Inc. + * Copyright 2018 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/statistics/CMSketch.java b/tikv-client/src/main/java/com/pingcap/tikv/statistics/CMSketch.java index fcdb12198b..01f8ca4bbc 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/statistics/CMSketch.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/statistics/CMSketch.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 PingCAP, Inc. + * Copyright 2018 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/statistics/ColumnStatistics.java b/tikv-client/src/main/java/com/pingcap/tikv/statistics/ColumnStatistics.java index fb96ec5aa1..25dcfc25a8 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/statistics/ColumnStatistics.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/statistics/ColumnStatistics.java @@ -1,6 +1,6 @@ /* * - * Copyright 2018 PingCAP, Inc. + * Copyright 2018 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/statistics/Histogram.java b/tikv-client/src/main/java/com/pingcap/tikv/statistics/Histogram.java index ec8d8e5d23..ed1b88a486 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/statistics/Histogram.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/statistics/Histogram.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 PingCAP, Inc. + * Copyright 2018 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/statistics/IndexStatistics.java b/tikv-client/src/main/java/com/pingcap/tikv/statistics/IndexStatistics.java index ea14257015..a784c1dd50 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/statistics/IndexStatistics.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/statistics/IndexStatistics.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 PingCAP, Inc. + * Copyright 2018 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/statistics/TableStatistics.java b/tikv-client/src/main/java/com/pingcap/tikv/statistics/TableStatistics.java index 130b6927cc..ca14d75502 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/statistics/TableStatistics.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/statistics/TableStatistics.java @@ -1,6 +1,6 @@ /* * - * Copyright 2018 PingCAP, Inc. + * Copyright 2018 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/streaming/StreamingResponse.java b/tikv-client/src/main/java/com/pingcap/tikv/streaming/StreamingResponse.java index d5e63dea2d..466fe606c5 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/streaming/StreamingResponse.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/streaming/StreamingResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/tools/RegionUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/tools/RegionUtils.java index 81a2a7848a..2a85a1bfa3 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/tools/RegionUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/tools/RegionUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/AbstractLockResolverClient.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/AbstractLockResolverClient.java index 1e242f3a27..5699eecc5a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/AbstractLockResolverClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/AbstractLockResolverClient.java @@ -1,6 +1,6 @@ /* * - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/AsyncResolveData.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/AsyncResolveData.java index a494fd6a63..77d590c3bf 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/AsyncResolveData.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/AsyncResolveData.java @@ -1,6 +1,6 @@ /* * - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/Lock.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/Lock.java index 6244c6adf5..039c668670 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/Lock.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/Lock.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV2.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV2.java index 3461370808..c5346c9bb9 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV2.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV2.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV3.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV3.java index 924a3bede9..165a324828 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV3.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV3.java @@ -1,6 +1,6 @@ /* * - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV4.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV4.java index 10a0dbe7a3..60ec6e8e60 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV4.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV4.java @@ -1,6 +1,6 @@ /* * - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/ResolveLockResult.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/ResolveLockResult.java index eed4e034b8..c3aa9b5ef8 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/ResolveLockResult.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/ResolveLockResult.java @@ -1,6 +1,6 @@ /* * - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnExpireTime.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnExpireTime.java index 726c03c9ec..c579239355 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnExpireTime.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnExpireTime.java @@ -1,6 +1,6 @@ /* * - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnKVClient.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnKVClient.java index 7e4fffc40e..b5719e0bc5 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnKVClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnKVClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnStatus.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnStatus.java index 00b92cb1bb..74401ebc3d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnStatus.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnStatus.java @@ -1,6 +1,6 @@ /* * - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/type/BatchKeys.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/type/BatchKeys.java index f50f8a0cc9..a351561ee6 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/type/BatchKeys.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/type/BatchKeys.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/type/GroupKeyResult.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/type/GroupKeyResult.java index 645b60fa63..aa7538c58e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/type/GroupKeyResult.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/type/GroupKeyResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/AbstractDateTimeType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/AbstractDateTimeType.java index 4f6c605936..668171b2e2 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/AbstractDateTimeType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/AbstractDateTimeType.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/BitType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/BitType.java index 79a34eb6da..03f22b02a8 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/BitType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/BitType.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/BytesType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/BytesType.java index 428207103e..9554898061 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/BytesType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/BytesType.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/Charset.java b/tikv-client/src/main/java/com/pingcap/tikv/types/Charset.java index e9b8301217..d08d01551f 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/Charset.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/Charset.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/Converter.java b/tikv-client/src/main/java/com/pingcap/tikv/types/Converter.java index ba04c88c8b..958f1be476 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/Converter.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/Converter.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/DataType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/DataType.java index c7cee3d2c1..936693b517 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/DataType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/DataType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/DataTypeFactory.java b/tikv-client/src/main/java/com/pingcap/tikv/types/DataTypeFactory.java index 5c674c08a1..024ad186b4 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/DataTypeFactory.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/DataTypeFactory.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/DateTimeType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/DateTimeType.java index d059f2c50e..b22e5cf35d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/DateTimeType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/DateTimeType.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/DateType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/DateType.java index 1330badc7a..67ad546f5b 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/DateType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/DateType.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/DecimalType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/DecimalType.java index 6607ec9da1..d8b9aefcdc 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/DecimalType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/DecimalType.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/EnumType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/EnumType.java index 0b8b23f911..af3935c2fa 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/EnumType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/EnumType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/IntegerType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/IntegerType.java index 4c5efa9c9a..6dd107cda9 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/IntegerType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/IntegerType.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/JsonType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/JsonType.java index 369c8bb8f8..9d3f5f79d9 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/JsonType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/JsonType.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/MySQLType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/MySQLType.java index 7fb59adf37..614534ec35 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/MySQLType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/MySQLType.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/RealType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/RealType.java index b4c8deb42b..bd8aecf771 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/RealType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/RealType.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/SetType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/SetType.java index e756f1de6e..cf3e26e41a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/SetType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/SetType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/StringType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/StringType.java index 1a9b436900..2ae06c8bd8 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/StringType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/StringType.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/TimeType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/TimeType.java index b79ec86e83..1fa41b0826 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/TimeType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/TimeType.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/TimestampType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/TimestampType.java index ae33d3d5e7..de06d861cf 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/TimestampType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/TimestampType.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/UninitializedType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/UninitializedType.java index b50a35d3e5..6addd63773 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/UninitializedType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/UninitializedType.java @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/BackOffFunction.java b/tikv-client/src/main/java/com/pingcap/tikv/util/BackOffFunction.java index 5c48307ed0..2db8df917d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/BackOffFunction.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/BackOffFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/BackOffer.java b/tikv-client/src/main/java/com/pingcap/tikv/util/BackOffer.java index 57383d119a..3edc0e2ec1 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/BackOffer.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/BackOffer.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/Batch.java b/tikv-client/src/main/java/com/pingcap/tikv/util/Batch.java index b825b13e09..dccda2916c 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/Batch.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/Batch.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/CHTypeMapping.java b/tikv-client/src/main/java/com/pingcap/tikv/util/CHTypeMapping.java index f26f45b152..aa264c39af 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/CHTypeMapping.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/CHTypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/ChannelFactory.java b/tikv-client/src/main/java/com/pingcap/tikv/util/ChannelFactory.java index ebf17817cc..fd903f4ea1 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/ChannelFactory.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/ChannelFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/ClientUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/util/ClientUtils.java index cf2c815101..8a858b794c 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/ClientUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/ClientUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/ConcreteBackOffer.java b/tikv-client/src/main/java/com/pingcap/tikv/util/ConcreteBackOffer.java index 7a3de3726d..cb3c827083 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/ConcreteBackOffer.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/ConcreteBackOffer.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/FutureObserver.java b/tikv-client/src/main/java/com/pingcap/tikv/util/FutureObserver.java index d3db516ba2..d93ea01f95 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/FutureObserver.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/FutureObserver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/JsonUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/util/JsonUtils.java index b9830258bc..e34833b8eb 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/JsonUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/JsonUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/KeyRangeUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/util/KeyRangeUtils.java index 7893eb5123..dfccbb1c86 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/KeyRangeUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/KeyRangeUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/LogDesensitization.java b/tikv-client/src/main/java/com/pingcap/tikv/util/LogDesensitization.java index d966273fb7..64b61b381a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/LogDesensitization.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/LogDesensitization.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/MemoryUtil.java b/tikv-client/src/main/java/com/pingcap/tikv/util/MemoryUtil.java index c8a7e72bbe..464569faaf 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/MemoryUtil.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/MemoryUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/Pair.java b/tikv-client/src/main/java/com/pingcap/tikv/util/Pair.java index c5ca21d31b..2dabf17a1f 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/Pair.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/Pair.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/RangeSplitter.java b/tikv-client/src/main/java/com/pingcap/tikv/util/RangeSplitter.java index 3ac53fb957..71ff02f13e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/RangeSplitter.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/RangeSplitter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/Timer.java b/tikv-client/src/main/java/com/pingcap/tikv/util/Timer.java index 5e97dda268..d08dadf03f 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/Timer.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/Timer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/TsoUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/util/TsoUtils.java index ff92bf60b7..ab86d535be 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/TsoUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/TsoUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/GrpcUtils.java b/tikv-client/src/test/java/com/pingcap/tikv/GrpcUtils.java index 4f6c05ddb9..3abcc67b06 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/GrpcUtils.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/GrpcUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/KVMockServer.java b/tikv-client/src/test/java/com/pingcap/tikv/KVMockServer.java index 3aef307162..c9def6663c 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/KVMockServer.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/KVMockServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/MockServerTest.java b/tikv-client/src/test/java/com/pingcap/tikv/MockServerTest.java index ec1fc2552e..41df207de4 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/MockServerTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/MockServerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/PDClientTest.java b/tikv-client/src/test/java/com/pingcap/tikv/PDClientTest.java index 2526401041..6fb771f881 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/PDClientTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/PDClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/PDMockServer.java b/tikv-client/src/test/java/com/pingcap/tikv/PDMockServer.java index e79b2b14c7..e5fd320d93 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/PDMockServer.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/PDMockServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/PDMockServerTest.java b/tikv-client/src/test/java/com/pingcap/tikv/PDMockServerTest.java index f4d827d606..ff801a0271 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/PDMockServerTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/PDMockServerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/RegionManagerTest.java b/tikv-client/src/test/java/com/pingcap/tikv/RegionManagerTest.java index 13308d90f6..03d547ad29 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/RegionManagerTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/RegionManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/RegionStoreClientTest.java b/tikv-client/src/test/java/com/pingcap/tikv/RegionStoreClientTest.java index 69dd6192db..7177b407b0 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/RegionStoreClientTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/RegionStoreClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/TiConfigurationTest.java b/tikv-client/src/test/java/com/pingcap/tikv/TiConfigurationTest.java index 81b028ac3d..2b80a3ef6a 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/TiConfigurationTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/TiConfigurationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/allocator/RowIDAllocatorTest.java b/tikv-client/src/test/java/com/pingcap/tikv/allocator/RowIDAllocatorTest.java index 0fc4e03c76..f2f62ecb13 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/allocator/RowIDAllocatorTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/allocator/RowIDAllocatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/catalog/CatalogTest.java b/tikv-client/src/test/java/com/pingcap/tikv/catalog/CatalogTest.java index 2307b037a4..828a036737 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/catalog/CatalogTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/catalog/CatalogTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/catalog/CatalogTransactionTest.java b/tikv-client/src/test/java/com/pingcap/tikv/catalog/CatalogTransactionTest.java index fff5acee40..23e1d03b8b 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/catalog/CatalogTransactionTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/catalog/CatalogTransactionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/codec/CodecTest.java b/tikv-client/src/test/java/com/pingcap/tikv/codec/CodecTest.java index 8f26610987..c94e33c085 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/codec/CodecTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/codec/CodecTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/codec/KeyUtilsTest.java b/tikv-client/src/test/java/com/pingcap/tikv/codec/KeyUtilsTest.java index f0121b8868..6a941b0963 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/codec/KeyUtilsTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/codec/KeyUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP, Inc. + * Copyright 2019 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/codec/MyDecimalTest.java b/tikv-client/src/test/java/com/pingcap/tikv/codec/MyDecimalTest.java index 3df1d93470..bcc110f89c 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/codec/MyDecimalTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/codec/MyDecimalTest.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecTest.java b/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecTest.java index 01f4978c0f..0001674417 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecV1Test.java b/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecV1Test.java index d388c1ee0d..838a199e62 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecV1Test.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecV1Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecV2Test.java b/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecV2Test.java index 9490f3f3b5..a30103ec7f 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecV2Test.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecV2Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/expression/ComparisonBinaryExpressionTest.java b/tikv-client/src/test/java/com/pingcap/tikv/expression/ComparisonBinaryExpressionTest.java index 7629b4e19e..2681b901c3 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/expression/ComparisonBinaryExpressionTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/expression/ComparisonBinaryExpressionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/expression/visitor/PartAndFilterExprRewriterTest.java b/tikv-client/src/test/java/com/pingcap/tikv/expression/visitor/PartAndFilterExprRewriterTest.java index 653313f317..771c10548a 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/expression/visitor/PartAndFilterExprRewriterTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/expression/visitor/PartAndFilterExprRewriterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/key/CompoundKeyTest.java b/tikv-client/src/test/java/com/pingcap/tikv/key/CompoundKeyTest.java index 9e5fa23903..e4d1a511b8 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/key/CompoundKeyTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/key/CompoundKeyTest.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/key/IndexKeyTest.java b/tikv-client/src/test/java/com/pingcap/tikv/key/IndexKeyTest.java index de26fc81d3..00a33e31dc 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/key/IndexKeyTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/key/IndexKeyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/key/KeyTest.java b/tikv-client/src/test/java/com/pingcap/tikv/key/KeyTest.java index a7250ae9ed..e2fdf654a6 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/key/KeyTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/key/KeyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/meta/DBInfoTest.java b/tikv-client/src/test/java/com/pingcap/tikv/meta/DBInfoTest.java index 75e26e007c..c2f265f0fc 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/meta/DBInfoTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/meta/DBInfoTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/meta/MetaUtils.java b/tikv-client/src/test/java/com/pingcap/tikv/meta/MetaUtils.java index 1909328c4c..529767a007 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/meta/MetaUtils.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/meta/MetaUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/meta/TiDAGRequestTest.java b/tikv-client/src/test/java/com/pingcap/tikv/meta/TiDAGRequestTest.java index 4d6e2a790d..911853c82e 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/meta/TiDAGRequestTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/meta/TiDAGRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/meta/TiTableInfoTest.java b/tikv-client/src/test/java/com/pingcap/tikv/meta/TiTableInfoTest.java index cd592f7125..4e097cd733 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/meta/TiTableInfoTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/meta/TiTableInfoTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/operation/ChunkIteratorTest.java b/tikv-client/src/test/java/com/pingcap/tikv/operation/ChunkIteratorTest.java index 68292a35ee..a2b4c15144 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/operation/ChunkIteratorTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/operation/ChunkIteratorTest.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/operation/SchemaInferTest.java b/tikv-client/src/test/java/com/pingcap/tikv/operation/SchemaInferTest.java index 1eab377c0d..bec441f622 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/operation/SchemaInferTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/operation/SchemaInferTest.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/operation/iterator/DAGIteratorTest.java b/tikv-client/src/test/java/com/pingcap/tikv/operation/iterator/DAGIteratorTest.java index 03549be502..9cd9962978 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/operation/iterator/DAGIteratorTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/operation/iterator/DAGIteratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/parser/TiParserTest.java b/tikv-client/src/test/java/com/pingcap/tikv/parser/TiParserTest.java index 0f1db1908f..edd13d7b20 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/parser/TiParserTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/parser/TiParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/predicates/IndexMatcherTest.java b/tikv-client/src/test/java/com/pingcap/tikv/predicates/IndexMatcherTest.java index 4511ba068f..571108f93f 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/predicates/IndexMatcherTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/predicates/IndexMatcherTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/predicates/PredicateUtilsTest.java b/tikv-client/src/test/java/com/pingcap/tikv/predicates/PredicateUtilsTest.java index 1d8b1bb6ab..f74e3d4bb7 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/predicates/PredicateUtilsTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/predicates/PredicateUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/predicates/TiKVScanAnalyzerTest.java b/tikv-client/src/test/java/com/pingcap/tikv/predicates/TiKVScanAnalyzerTest.java index e10d7d7ca1..21d47be0c1 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/predicates/TiKVScanAnalyzerTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/predicates/TiKVScanAnalyzerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverAsyncCommitTest.java b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverAsyncCommitTest.java index 4975bb4453..00eca44026 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverAsyncCommitTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverAsyncCommitTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSITest.java b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSITest.java index 2f474d03f4..2a955aba1b 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSITest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV3OneRowTest.java b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV3OneRowTest.java index 6d471ccde7..d31ba8622c 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV3OneRowTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV3OneRowTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV3TwoRowTest.java b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV3TwoRowTest.java index 5bba647eab..edec5ecd98 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV3TwoRowTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV3TwoRowTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV4OneRowTest.java b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV4OneRowTest.java index 21be10f1e1..7428452752 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV4OneRowTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV4OneRowTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV4TwoRowTest.java b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV4TwoRowTest.java index 4ebd53632c..73c858eb0b 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV4TwoRowTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV4TwoRowTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverTest.java b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverTest.java index e0529efa11..68da68a7f3 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/types/ConverterTest.java b/tikv-client/src/test/java/com/pingcap/tikv/types/ConverterTest.java index fee933ecfe..9e53421ed8 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/types/ConverterTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/types/ConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/types/DataTypeFactoryTest.java b/tikv-client/src/test/java/com/pingcap/tikv/types/DataTypeFactoryTest.java index 5859b0ce50..8dda46ef7a 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/types/DataTypeFactoryTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/types/DataTypeFactoryTest.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/types/DecimalTypeTest.java b/tikv-client/src/test/java/com/pingcap/tikv/types/DecimalTypeTest.java index f5e3f41b36..2e88d52f8e 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/types/DecimalTypeTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/types/DecimalTypeTest.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/types/IntegerTypeTest.java b/tikv-client/src/test/java/com/pingcap/tikv/types/IntegerTypeTest.java index f078d71f7f..92cda3e813 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/types/IntegerTypeTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/types/IntegerTypeTest.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/types/RealTypeTest.java b/tikv-client/src/test/java/com/pingcap/tikv/types/RealTypeTest.java index 3e0ff02443..25a43637bc 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/types/RealTypeTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/types/RealTypeTest.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/util/ConcreteBackOffTest.java b/tikv-client/src/test/java/com/pingcap/tikv/util/ConcreteBackOffTest.java index 581109a8ca..419607d84b 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/util/ConcreteBackOffTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/util/ConcreteBackOffTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 PingCAP, Inc. + * Copyright 2022 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/util/RangeSplitterTest.java b/tikv-client/src/test/java/com/pingcap/tikv/util/RangeSplitterTest.java index 12e510ca5e..61ffd07b25 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/util/RangeSplitterTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/util/RangeSplitterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP, Inc. + * Copyright 2020 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/util/ReflectionWrapper.java b/tikv-client/src/test/java/com/pingcap/tikv/util/ReflectionWrapper.java index cbd65f2031..b118e0d193 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/util/ReflectionWrapper.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/util/ReflectionWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP, Inc. + * Copyright 2017 PingCAP Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. From d5b0f9c5abf711486dbcd17b75b2f1c83ea79c2b Mon Sep 17 00:00:00 2001 From: yangxin Date: Fri, 11 Mar 2022 18:34:38 +0800 Subject: [PATCH 13/19] test --- .github/workflows/license-check.yml | 3 +++ .github/workflows/license-checker-config.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/license-check.yml b/.github/workflows/license-check.yml index 35d6a28425..435be24ca7 100644 --- a/.github/workflows/license-check.yml +++ b/.github/workflows/license-check.yml @@ -11,10 +11,13 @@ on: jobs: check-license: runs-on: ubuntu-latest + steps: - uses: actions/checkout@v2 - name: Check License Header uses: apache/skywalking-eyes@main + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: log: info config: .github/workflows/license-checker-config.yml diff --git a/.github/workflows/license-checker-config.yml b/.github/workflows/license-checker-config.yml index d980d0bef9..3465553be3 100644 --- a/.github/workflows/license-checker-config.yml +++ b/.github/workflows/license-checker-config.yml @@ -1,7 +1,7 @@ header: license: spdx-id: Apache-2.0 - copyright-owner: PingCAP Inc. + copyright-owner: PingCAP, Inc. paths: - '**/*.java' - '**/*.scala' From ef7553fe6f8a738a18aa6387b720a2e8050eef34 Mon Sep 17 00:00:00 2001 From: yangxin Date: Fri, 11 Mar 2022 18:40:55 +0800 Subject: [PATCH 14/19] test --- core/scripts/version.sh | 2 +- .../java/com/pingcap/tikv/columnar/TiColumnVectorAdapter.java | 2 +- .../java/com/pingcap/tikv/columnar/TiColumnarBatchHelper.java | 2 +- core/src/main/java/com/pingcap/tikv/datatype/TypeMapping.java | 2 +- core/src/main/scala/com/pingcap/tispark/DefaultSource.scala | 2 +- core/src/main/scala/com/pingcap/tispark/MetaManager.scala | 2 +- core/src/main/scala/com/pingcap/tispark/TiConfigConst.scala | 2 +- core/src/main/scala/com/pingcap/tispark/TiDBRelation.scala | 2 +- core/src/main/scala/com/pingcap/tispark/TiDBUtils.scala | 2 +- core/src/main/scala/com/pingcap/tispark/TiPartition.scala | 2 +- core/src/main/scala/com/pingcap/tispark/TiSparkInfo.scala | 2 +- core/src/main/scala/com/pingcap/tispark/TiTableReference.scala | 2 +- .../tispark/accumulator/CacheInvalidateAccumulator.scala | 2 +- core/src/main/scala/com/pingcap/tispark/auth/MySQLPriv.scala | 2 +- .../main/scala/com/pingcap/tispark/auth/TiAuthorization.scala | 2 +- .../pingcap/tispark/handler/CacheInvalidateEventHandler.scala | 2 +- .../com/pingcap/tispark/listener/CacheInvalidateListener.scala | 2 +- .../pingcap/tispark/listener/PDCacheInvalidateListener.scala | 2 +- .../scala/com/pingcap/tispark/statistics/StatisticsHelper.scala | 2 +- .../com/pingcap/tispark/statistics/StatisticsManager.scala | 2 +- .../tispark/statistics/estimate/TableSizeEstimator.scala | 2 +- .../main/scala/com/pingcap/tispark/utils/ReflectionUtil.scala | 2 +- core/src/main/scala/com/pingcap/tispark/utils/TiUtil.scala | 2 +- core/src/main/scala/com/pingcap/tispark/v2/TiDBTable.scala | 2 +- .../main/scala/com/pingcap/tispark/v2/TiDBTableProvider.scala | 2 +- core/src/main/scala/com/pingcap/tispark/write/DBTable.scala | 2 +- .../main/scala/com/pingcap/tispark/write/EncodedKVPair.scala | 2 +- .../main/scala/com/pingcap/tispark/write/SerializableKey.scala | 2 +- .../src/main/scala/com/pingcap/tispark/write/TiBatchWrite.scala | 2 +- .../scala/com/pingcap/tispark/write/TiBatchWriteTable.scala | 2 +- core/src/main/scala/com/pingcap/tispark/write/TiDBOptions.scala | 2 +- core/src/main/scala/com/pingcap/tispark/write/TiDBWriter.scala | 2 +- .../com/pingcap/tispark/write/TiReginSplitPartitioner.scala | 2 +- .../scala/com/pingcap/tispark/write/WrappedEncodedRow.scala | 2 +- core/src/main/scala/com/pingcap/tispark/write/WrappedRow.scala | 2 +- core/src/main/scala/org/apache/spark/sql/TiContext.scala | 2 +- core/src/main/scala/org/apache/spark/sql/TiExtensions.scala | 2 +- .../apache/spark/sql/catalyst/analyzer/TiAuthRuleFactory.scala | 2 +- .../spark/sql/catalyst/analyzer/TiAuthorizationRule.scala | 2 +- .../scala/org/apache/spark/sql/catalyst/catalog/TiCatalog.scala | 2 +- .../apache/spark/sql/catalyst/expressions/BasicExpression.scala | 2 +- .../org/apache/spark/sql/catalyst/expressions/TiExprUtils.scala | 2 +- .../spark/sql/catalyst/expressions/aggregate/SpecialSum.scala | 2 +- .../org/apache/spark/sql/catalyst/planner/TiAggregation.scala | 2 +- .../apache/spark/sql/catalyst/planner/TiAggregationImpl.scala | 2 +- .../apache/spark/sql/catalyst/planner/TiStrategyFactory.scala | 2 +- .../scala/org/apache/spark/sql/execution/CoprocessorRDD.scala | 2 +- .../main/scala/org/apache/spark/sql/execution/TiConverter.scala | 2 +- .../main/scala/org/apache/spark/sql/tispark/TiHandleRDD.scala | 2 +- core/src/main/scala/org/apache/spark/sql/tispark/TiRDD.scala | 2 +- core/src/main/scala/org/apache/spark/sql/tispark/TiRowRDD.scala | 2 +- .../test/scala/com/pingcap/tispark/BatchWriteIssueSuite.scala | 2 +- core/src/test/scala/com/pingcap/tispark/TiBatchWriteSuite.scala | 2 +- core/src/test/scala/com/pingcap/tispark/UnitSuite.scala | 2 +- .../scala/com/pingcap/tispark/auth/TiAuthIntegrationSuite.scala | 2 +- core/src/test/scala/com/pingcap/tispark/auth/TiAuthSuite.scala | 2 +- .../scala/com/pingcap/tispark/concurrency/ConcurrencyTest.scala | 2 +- .../com/pingcap/tispark/concurrency/WriteDDLConflictSuite.scala | 2 +- .../pingcap/tispark/concurrency/WriteDDLNotConflictSuite.scala | 2 +- .../scala/com/pingcap/tispark/concurrency/WriteReadSuite.scala | 2 +- .../pingcap/tispark/concurrency/WriteWriteConflictSuite.scala | 2 +- .../src/test/scala/com/pingcap/tispark/convert/ToBitSuite.scala | 2 +- .../test/scala/com/pingcap/tispark/convert/ToBytesSuite.scala | 2 +- .../test/scala/com/pingcap/tispark/convert/ToDateSuite.scala | 2 +- .../scala/com/pingcap/tispark/convert/ToDateTimeSuite.scala | 2 +- .../test/scala/com/pingcap/tispark/convert/ToDecimalSuite.scala | 2 +- .../test/scala/com/pingcap/tispark/convert/ToEnumSuite.scala | 2 +- .../test/scala/com/pingcap/tispark/convert/ToRealSuite.scala | 2 +- .../test/scala/com/pingcap/tispark/convert/ToSignedSuite.scala | 2 +- .../test/scala/com/pingcap/tispark/convert/ToStringSuite.scala | 2 +- .../scala/com/pingcap/tispark/convert/ToTimestampSuite.scala | 2 +- .../scala/com/pingcap/tispark/convert/ToUnsignedSuite.scala | 2 +- .../com/pingcap/tispark/datasource/AddingIndexInsertSuite.scala | 2 +- .../pingcap/tispark/datasource/AddingIndexReplaceSuite.scala | 2 +- .../com/pingcap/tispark/datasource/AutoIncrementSuite.scala | 2 +- .../scala/com/pingcap/tispark/datasource/AutoRandomSuite.scala | 2 +- .../com/pingcap/tispark/datasource/BaseBatchWriteTest.scala | 2 +- .../tispark/datasource/BaseBatchWriteWithoutDropTableTest.scala | 2 +- .../com/pingcap/tispark/datasource/BaseDataSourceTest.scala | 2 +- .../com/pingcap/tispark/datasource/BasicBatchWriteSuite.scala | 2 +- .../scala/com/pingcap/tispark/datasource/BasicSQLSuite.scala | 2 +- .../com/pingcap/tispark/datasource/CheckUnsupportedSuite.scala | 2 +- .../com/pingcap/tispark/datasource/ColumnMappingSuite.scala | 2 +- .../com/pingcap/tispark/datasource/EdgeConditionSuite.scala | 2 +- .../com/pingcap/tispark/datasource/ExceptionTestSuite.scala | 2 +- .../com/pingcap/tispark/datasource/FilterPushdownSuite.scala | 2 +- .../test/scala/com/pingcap/tispark/datasource/InsertSuite.scala | 2 +- .../com/pingcap/tispark/datasource/MissingParameterSuite.scala | 2 +- .../scala/com/pingcap/tispark/datasource/OnlyOnePkSuite.scala | 2 +- .../com/pingcap/tispark/datasource/RowIDAllocatorSuite.scala | 2 +- .../com/pingcap/tispark/datasource/ShardRowIDBitsSuite.scala | 2 +- .../scala/com/pingcap/tispark/datasource/TiSparkTypeSuite.scala | 2 +- .../pingcap/tispark/datasource/UpperCaseColumnNameSuite.scala | 2 +- .../com/pingcap/tispark/datatype/BatchWriteDataTypeSuite.scala | 2 +- .../scala/com/pingcap/tispark/datatype/DecimalTypeSuite.scala | 2 +- .../test/scala/com/pingcap/tispark/index/LineItemSuite.scala | 2 +- .../com/pingcap/tispark/multitable/MultiTableWriteSuite.scala | 2 +- .../scala/com/pingcap/tispark/overflow/BitOverflowSuite.scala | 2 +- .../scala/com/pingcap/tispark/overflow/BytesOverflowSuite.scala | 2 +- .../scala/com/pingcap/tispark/overflow/DateOverflowSuite.scala | 2 +- .../com/pingcap/tispark/overflow/DateTimeOverflowSuite.scala | 2 +- .../com/pingcap/tispark/overflow/DecimalOverflowSuite.scala | 2 +- .../scala/com/pingcap/tispark/overflow/EnumOverflowSuite.scala | 2 +- .../com/pingcap/tispark/overflow/SignedOverflowSuite.scala | 2 +- .../com/pingcap/tispark/overflow/StringOverflowSuite.scala | 2 +- .../com/pingcap/tispark/overflow/UnsignedOverflowSuite.scala | 2 +- .../scala/com/pingcap/tispark/tablelock/TableLockSuite.scala | 2 +- .../test/scala/com/pingcap/tispark/tiflash/TiFlashSuite.scala | 2 +- .../scala/com/pingcap/tispark/ttl/InitialTTLExpiredSuite.scala | 2 +- .../test/scala/com/pingcap/tispark/ttl/LockTimeoutSuite.scala | 2 +- core/src/test/scala/org/apache/spark/SharedSparkContext.scala | 2 +- core/src/test/scala/org/apache/spark/SparkFunSuite.scala | 2 +- .../test/scala/org/apache/spark/sql/AlterTableTestSuite.scala | 2 +- .../test/scala/org/apache/spark/sql/BaseInitialOnceTest.scala | 2 +- .../scala/org/apache/spark/sql/BaseTestGenerationSpec.scala | 2 +- .../org/apache/spark/sql/BaseTiSparkEnableBatchWriteTest.scala | 2 +- core/src/test/scala/org/apache/spark/sql/BaseTiSparkTest.scala | 2 +- .../test/scala/org/apache/spark/sql/ExpressionIndexSuite.scala | 2 +- core/src/test/scala/org/apache/spark/sql/IssueTestSuite.scala | 2 +- .../org/apache/spark/sql/MultipleSparkSessionTestSuite.scala | 2 +- .../test/scala/org/apache/spark/sql/MysqlDataTypeSuite.scala | 2 +- .../test/scala/org/apache/spark/sql/OutputOffsetsSuite.scala | 2 +- .../test/scala/org/apache/spark/sql/PartitionTableSuite.scala | 2 +- core/src/test/scala/org/apache/spark/sql/QueryTest.scala | 2 +- .../src/test/scala/org/apache/spark/sql/SequenceTestSuite.scala | 2 +- .../scala/org/apache/spark/sql/SparkDataTypeTestSuite.scala | 2 +- .../test/scala/org/apache/spark/sql/TiDBMapDatabaseSuite.scala | 2 +- core/src/test/scala/org/apache/spark/sql/TiSparkTestSpec.scala | 2 +- .../src/test/scala/org/apache/spark/sql/TimezoneTestSuite.scala | 2 +- core/src/test/scala/org/apache/spark/sql/ViewTestSuite.scala | 2 +- .../scala/org/apache/spark/sql/benchmark/TPCDSQuerySuite.scala | 2 +- .../scala/org/apache/spark/sql/benchmark/TPCHQuerySuite.scala | 2 +- .../apache/spark/sql/catalyst/catalog/CatalogTestSuite.scala | 2 +- .../org/apache/spark/sql/catalyst/plans/BasePlanTest.scala | 2 +- .../spark/sql/catalyst/plans/logical/LogicalPlanTestSuite.scala | 2 +- .../sql/catalyst/plans/statistics/StatisticsTestSuite.scala | 2 +- .../org/apache/spark/sql/clustered/ClusteredIndexTest.scala | 2 +- .../scala/org/apache/spark/sql/clustered/IndexScan0Suite.scala | 2 +- .../scala/org/apache/spark/sql/clustered/IndexScan1Suite.scala | 2 +- .../scala/org/apache/spark/sql/clustered/TableScan0Suite.scala | 2 +- .../scala/org/apache/spark/sql/clustered/TableScan1Suite.scala | 2 +- .../scala/org/apache/spark/sql/expression/Aggregate0Suite.scala | 2 +- .../org/apache/spark/sql/expression/ArithmeticAgg0Suite.scala | 2 +- .../org/apache/spark/sql/expression/ArithmeticTest0Suite.scala | 2 +- .../org/apache/spark/sql/expression/ArithmeticTest1Suite.scala | 2 +- .../org/apache/spark/sql/expression/ArithmeticTest2Suite.scala | 2 +- .../scala/org/apache/spark/sql/expression/Between0Suite.scala | 2 +- .../org/apache/spark/sql/expression/ComplexAggregateSuite.scala | 2 +- .../org/apache/spark/sql/expression/ComplexGroupBySuite.scala | 2 +- .../scala/org/apache/spark/sql/expression/Count0Suite.scala | 2 +- .../scala/org/apache/spark/sql/expression/Distinct0Suite.scala | 2 +- .../scala/org/apache/spark/sql/expression/FirstLast0Suite.scala | 2 +- .../scala/org/apache/spark/sql/expression/Having0Suite.scala | 2 +- .../scala/org/apache/spark/sql/expression/InTest0Suite.scala | 2 +- .../scala/org/apache/spark/sql/expression/LikeTestSuite.scala | 2 +- .../scala/org/apache/spark/sql/expression/OtherTestSuite.scala | 2 +- .../scala/org/apache/spark/sql/expression/Union0Suite.scala | 2 +- .../org/apache/spark/sql/expression/index/Between0Suite.scala | 2 +- .../apache/spark/sql/expression/index/ComprehensiveSuite.scala | 2 +- .../apache/spark/sql/expression/index/CoveringIndex0Suite.scala | 2 +- .../org/apache/spark/sql/expression/index/InTest0Suite.scala | 2 +- .../org/apache/spark/sql/expression/index/Join0Suite.scala | 2 +- .../spark/sql/expression/index/PrefixIndexTestSuite.scala | 2 +- .../org/apache/spark/sql/expression/index/Special0Suite.scala | 2 +- .../apache/spark/sql/expression/index/UnsignedTestSuite.scala | 2 +- .../apache/spark/sql/insertion/BatchWritePKAndIndexSuite.scala | 2 +- .../org/apache/spark/sql/insertion/BatchWritePkSuite.scala | 2 +- .../apache/spark/sql/insertion/BatchWriteUniqueIndexSuite.scala | 2 +- .../apache/spark/sql/statistics/StatisticsManagerSuite.scala | 2 +- .../test/scala/org/apache/spark/sql/test/SharedSQLContext.scala | 2 +- .../test/scala/org/apache/spark/sql/test/TestConstants.scala | 2 +- .../test/scala/org/apache/spark/sql/test/TestSparkSession.scala | 2 +- core/src/test/scala/org/apache/spark/sql/test/Utils.scala | 2 +- core/src/test/scala/org/apache/spark/sql/txn/TxnTestSuite.scala | 2 +- .../scala/org/apache/spark/sql/types/DataTypeNormalSuite.scala | 2 +- .../org/apache/spark/sql/types/MultiColumnDataTypeSuite.scala | 2 +- .../org/apache/spark/sql/types/SpecialTiDBTypeTestSuite.scala | 2 +- .../scala/org/apache/spark/sql/types/pk/DataTypePKSuite.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite00.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite01.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite02.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite03.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite04.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite05.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite06.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite07.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite08.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite09.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite10.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite11.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite12.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite13.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite14.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite15.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite16.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite17.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite18.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite19.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite20.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite21.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite22.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite23.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite24.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite25.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite26.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite27.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite28.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite29.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite30.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite31.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite32.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite33.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite34.scala | 2 +- .../spark/sql/types/pk/MultiColumnPKDataTypeSuite35.scala | 2 +- .../apache/spark/sql/types/pk/MultiColumnPKDataTypeSuites.scala | 2 +- .../src/main/scala/com/pingcap/tispark/test/RandomTest.scala | 2 +- .../pingcap/tispark/test/generator/ColumnValueGenerator.scala | 2 +- .../com/pingcap/tispark/test/generator/DataGenerator.scala | 2 +- .../scala/com/pingcap/tispark/test/generator/DataType.scala | 2 +- .../com/pingcap/tispark/test/generator/GeneratorUtils.scala | 2 +- .../main/scala/com/pingcap/tispark/test/generator/Index.scala | 2 +- .../scala/com/pingcap/tispark/test/generator/IndexColumn.scala | 2 +- .../scala/com/pingcap/tispark/test/generator/NullableType.scala | 2 +- .../main/scala/com/pingcap/tispark/test/generator/Schema.scala | 2 +- .../com/pingcap/tispark/test/generator/SchemaAndData.scala | 2 +- .../test/scala/com/pingcap/tispark/test/RandomTestSuite.scala | 2 +- .../com/pingcap/tispark/test/generator/DataGeneratorSuite.scala | 2 +- .../src/main/scala/com/pingcap/tispark/SparkWrapper.scala | 2 +- .../spark/sql/catalyst/expressions/TiBasicExpression.scala | 2 +- .../apache/spark/sql/extensions/TiAggregationProjection.scala | 2 +- .../main/scala/org/apache/spark/sql/extensions/TiStrategy.scala | 2 +- .../src/main/scala/com/pingcap/tispark/SparkWrapper.scala | 2 +- .../spark/sql/catalyst/expressions/TiBasicExpression.scala | 2 +- .../apache/spark/sql/extensions/TiAggregationProjectionV2.scala | 2 +- .../main/scala/org/apache/spark/sql/extensions/TiStrategy.scala | 2 +- tikv-client/scripts/proto.sh | 2 +- .../src/main/java/com/pingcap/tikv/AbstractGRPCClient.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/BytePairWrapper.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/ByteWrapper.java | 2 +- .../src/main/java/com/pingcap/tikv/ExtendedDateTime.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/KVClient.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/Main.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/PDClient.java | 2 +- .../src/main/java/com/pingcap/tikv/ReadOnlyPDClient.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/Snapshot.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/StoreVersion.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/TTLManager.java | 2 +- .../src/main/java/com/pingcap/tikv/TiBatchWriteUtils.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/TiConfiguration.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/TiDBJDBCClient.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/TiSession.java | 2 +- .../src/main/java/com/pingcap/tikv/TwoPhaseCommitter.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/Utils.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/Version.java | 2 +- .../main/java/com/pingcap/tikv/allocator/RowIDAllocator.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/catalog/Catalog.java | 2 +- .../main/java/com/pingcap/tikv/catalog/CatalogTransaction.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/codec/Codec.java | 2 +- .../src/main/java/com/pingcap/tikv/codec/CodecDataInput.java | 2 +- .../java/com/pingcap/tikv/codec/CodecDataInputLittleEndian.java | 2 +- .../src/main/java/com/pingcap/tikv/codec/CodecDataOutput.java | 2 +- .../com/pingcap/tikv/codec/CodecDataOutputLittleEndian.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/codec/KeyUtils.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/codec/MetaCodec.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/codec/MyDecimal.java | 2 +- .../src/main/java/com/pingcap/tikv/codec/RowDecoderV2.java | 2 +- .../src/main/java/com/pingcap/tikv/codec/RowEncoderV2.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/codec/RowV2.java | 2 +- .../src/main/java/com/pingcap/tikv/codec/TableCodec.java | 2 +- .../src/main/java/com/pingcap/tikv/codec/TableCodecV1.java | 2 +- .../src/main/java/com/pingcap/tikv/codec/TableCodecV2.java | 2 +- .../com/pingcap/tikv/columnar/BatchedTiChunkColumnVector.java | 2 +- .../java/com/pingcap/tikv/columnar/TiBlockColumnVector.java | 2 +- .../src/main/java/com/pingcap/tikv/columnar/TiChunk.java | 2 +- .../java/com/pingcap/tikv/columnar/TiChunkColumnVector.java | 2 +- .../src/main/java/com/pingcap/tikv/columnar/TiCoreTime.java | 2 +- .../main/java/com/pingcap/tikv/columnar/TiRowColumnVector.java | 2 +- .../com/pingcap/tikv/columnar/datatypes/AutoGrowByteBuffer.java | 2 +- .../main/java/com/pingcap/tikv/columnar/datatypes/CHType.java | 2 +- .../java/com/pingcap/tikv/columnar/datatypes/CHTypeDate.java | 2 +- .../com/pingcap/tikv/columnar/datatypes/CHTypeDateTime.java | 2 +- .../java/com/pingcap/tikv/columnar/datatypes/CHTypeDecimal.java | 2 +- .../com/pingcap/tikv/columnar/datatypes/CHTypeFixedString.java | 2 +- .../java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDate.java | 2 +- .../com/pingcap/tikv/columnar/datatypes/CHTypeMyDateTime.java | 2 +- .../java/com/pingcap/tikv/columnar/datatypes/CHTypeNumber.java | 2 +- .../java/com/pingcap/tikv/columnar/datatypes/CHTypeString.java | 2 +- .../main/java/com/pingcap/tikv/event/CacheInvalidateEvent.java | 2 +- .../pingcap/tikv/exception/AllocateRowIDOverflowException.java | 2 +- .../main/java/com/pingcap/tikv/exception/CastingException.java | 2 +- .../main/java/com/pingcap/tikv/exception/CodecException.java | 2 +- .../com/pingcap/tikv/exception/ConvertNotSupportException.java | 2 +- .../com/pingcap/tikv/exception/ConvertOverflowException.java | 2 +- .../java/com/pingcap/tikv/exception/DAGRequestException.java | 2 +- .../src/main/java/com/pingcap/tikv/exception/GrpcException.java | 2 +- .../pingcap/tikv/exception/IgnoreUnsupportedTypeException.java | 2 +- .../com/pingcap/tikv/exception/InvalidCodecFormatException.java | 2 +- .../src/main/java/com/pingcap/tikv/exception/KeyException.java | 2 +- .../src/main/java/com/pingcap/tikv/exception/LockException.java | 2 +- .../main/java/com/pingcap/tikv/exception/RegionException.java | 2 +- .../java/com/pingcap/tikv/exception/RegionTaskException.java | 2 +- .../java/com/pingcap/tikv/exception/ResolveLockException.java | 2 +- .../main/java/com/pingcap/tikv/exception/SelectException.java | 2 +- .../java/com/pingcap/tikv/exception/TiBatchWriteException.java | 2 +- .../com/pingcap/tikv/exception/TiClientInternalException.java | 2 +- .../java/com/pingcap/tikv/exception/TiDBConvertException.java | 2 +- .../java/com/pingcap/tikv/exception/TiExpressionException.java | 2 +- .../java/com/pingcap/tikv/exception/TiInternalException.java | 2 +- .../src/main/java/com/pingcap/tikv/exception/TiKVException.java | 2 +- .../java/com/pingcap/tikv/exception/TxnNotFoundException.java | 2 +- .../src/main/java/com/pingcap/tikv/exception/TypeException.java | 2 +- .../tikv/exception/UnsupportedPartitionExprException.java | 2 +- .../com/pingcap/tikv/exception/UnsupportedSyntaxException.java | 2 +- .../com/pingcap/tikv/exception/UnsupportedTypeException.java | 2 +- .../java/com/pingcap/tikv/exception/WriteConflictException.java | 2 +- .../java/com/pingcap/tikv/expression/AggregateFunction.java | 2 +- .../com/pingcap/tikv/expression/ArithmeticBinaryExpression.java | 2 +- .../src/main/java/com/pingcap/tikv/expression/Blocklist.java | 2 +- .../src/main/java/com/pingcap/tikv/expression/ByItem.java | 2 +- .../src/main/java/com/pingcap/tikv/expression/ColumnRef.java | 2 +- .../com/pingcap/tikv/expression/ComparisonBinaryExpression.java | 2 +- .../src/main/java/com/pingcap/tikv/expression/Constant.java | 2 +- .../src/main/java/com/pingcap/tikv/expression/Expression.java | 2 +- .../java/com/pingcap/tikv/expression/ExpressionBlocklist.java | 2 +- .../src/main/java/com/pingcap/tikv/expression/FuncCallExpr.java | 2 +- .../main/java/com/pingcap/tikv/expression/FuncCallExprEval.java | 2 +- .../src/main/java/com/pingcap/tikv/expression/IsNull.java | 2 +- .../com/pingcap/tikv/expression/LogicalBinaryExpression.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/expression/Not.java | 2 +- .../main/java/com/pingcap/tikv/expression/PartitionPruner.java | 2 +- .../com/pingcap/tikv/expression/RangeColumnPartitionPruner.java | 2 +- .../java/com/pingcap/tikv/expression/RangePartitionPruner.java | 2 +- .../java/com/pingcap/tikv/expression/StringRegExpression.java | 2 +- .../main/java/com/pingcap/tikv/expression/TypeBlocklist.java | 2 +- .../src/main/java/com/pingcap/tikv/expression/Visitor.java | 2 +- .../java/com/pingcap/tikv/expression/visitor/ColumnMatcher.java | 2 +- .../com/pingcap/tikv/expression/visitor/DefaultVisitor.java | 2 +- .../java/com/pingcap/tikv/expression/visitor/IndexMatcher.java | 2 +- .../pingcap/tikv/expression/visitor/IndexRangeSetBuilder.java | 2 +- .../java/com/pingcap/tikv/expression/visitor/MetaResolver.java | 2 +- .../tikv/expression/visitor/PartAndFilterExprRewriter.java | 2 +- .../com/pingcap/tikv/expression/visitor/ProtoConverter.java | 2 +- .../pingcap/tikv/expression/visitor/PrunedPartitionBuilder.java | 2 +- .../pingcap/tikv/expression/visitor/PseudoCostCalculator.java | 2 +- .../com/pingcap/tikv/expression/visitor/RangeSetBuilder.java | 2 +- .../tikv/expression/visitor/SupportedExpressionValidator.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/jdbc/JDBCClient.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/jdbc/RowMapper.java | 2 +- .../src/main/java/com/pingcap/tikv/key/CommonHandle.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/key/CompoundKey.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/key/Handle.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/key/IndexKey.java | 2 +- .../java/com/pingcap/tikv/key/IndexScanKeyRangeBuilder.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/key/IntHandle.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/key/Key.java | 2 +- .../src/main/java/com/pingcap/tikv/key/KeyRangeBuilder.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/key/RowKey.java | 2 +- .../java/com/pingcap/tikv/key/StatisticsKeyRangeBuilder.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/key/TypedKey.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/meta/CIStr.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/meta/Collation.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/meta/IndexType.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/SchemaState.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/TiColumnInfo.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/TiDAGRequest.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/meta/TiDBInfo.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/TiFlashReplicaInfo.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/TiIndexColumn.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/TiIndexInfo.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/TiPartitionDef.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/TiPartitionExpr.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/TiPartitionInfo.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/TiSequenceInfo.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/TiTableInfo.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/TiTimestamp.java | 2 +- .../src/main/java/com/pingcap/tikv/meta/TiUserIdentity.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/meta/TiViewInfo.java | 2 +- .../src/main/java/com/pingcap/tikv/operation/ErrorHandler.java | 2 +- .../main/java/com/pingcap/tikv/operation/KVErrorHandler.java | 2 +- .../src/main/java/com/pingcap/tikv/operation/NoopHandler.java | 2 +- .../main/java/com/pingcap/tikv/operation/PDErrorHandler.java | 2 +- .../src/main/java/com/pingcap/tikv/operation/SchemaInfer.java | 2 +- .../java/com/pingcap/tikv/operation/iterator/ChunkIterator.java | 2 +- .../pingcap/tikv/operation/iterator/ConcreteScanIterator.java | 2 +- .../pingcap/tikv/operation/iterator/CoprocessorIterator.java | 2 +- .../java/com/pingcap/tikv/operation/iterator/DAGIterator.java | 2 +- .../com/pingcap/tikv/operation/iterator/IndexScanIterator.java | 2 +- .../java/com/pingcap/tikv/operation/iterator/ScanIterator.java | 2 +- .../src/main/java/com/pingcap/tikv/parser/AstBuilder.java | 2 +- .../java/com/pingcap/tikv/parser/CaseChangingCharStream.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/parser/TiParser.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/pd/PDError.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/pd/PDUtils.java | 2 +- .../src/main/java/com/pingcap/tikv/policy/RetryMaxMs.java | 2 +- .../src/main/java/com/pingcap/tikv/policy/RetryPolicy.java | 2 +- .../src/main/java/com/pingcap/tikv/predicates/IndexRange.java | 2 +- .../main/java/com/pingcap/tikv/predicates/PredicateUtils.java | 2 +- .../src/main/java/com/pingcap/tikv/predicates/ScanSpec.java | 2 +- .../java/com/pingcap/tikv/predicates/SelectivityCalculator.java | 2 +- .../main/java/com/pingcap/tikv/predicates/TiKVScanAnalyzer.java | 2 +- .../java/com/pingcap/tikv/region/AbstractRegionStoreClient.java | 2 +- .../main/java/com/pingcap/tikv/region/RegionErrorReceiver.java | 2 +- .../src/main/java/com/pingcap/tikv/region/RegionManager.java | 2 +- .../main/java/com/pingcap/tikv/region/RegionStoreClient.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/region/TiRegion.java | 2 +- .../src/main/java/com/pingcap/tikv/region/TiStoreType.java | 2 +- .../src/main/java/com/pingcap/tikv/row/DefaultRowReader.java | 2 +- .../src/main/java/com/pingcap/tikv/row/ObjectRowImpl.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/row/Row.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/row/RowReader.java | 2 +- .../src/main/java/com/pingcap/tikv/row/RowReaderFactory.java | 2 +- .../src/main/java/com/pingcap/tikv/statistics/Bucket.java | 2 +- .../src/main/java/com/pingcap/tikv/statistics/CMSketch.java | 2 +- .../main/java/com/pingcap/tikv/statistics/ColumnStatistics.java | 2 +- .../src/main/java/com/pingcap/tikv/statistics/Histogram.java | 2 +- .../main/java/com/pingcap/tikv/statistics/IndexStatistics.java | 2 +- .../main/java/com/pingcap/tikv/statistics/TableStatistics.java | 2 +- .../main/java/com/pingcap/tikv/streaming/StreamingResponse.java | 2 +- .../src/main/java/com/pingcap/tikv/tools/RegionUtils.java | 2 +- .../java/com/pingcap/tikv/txn/AbstractLockResolverClient.java | 2 +- .../src/main/java/com/pingcap/tikv/txn/AsyncResolveData.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/txn/Lock.java | 2 +- .../main/java/com/pingcap/tikv/txn/LockResolverClientV2.java | 2 +- .../main/java/com/pingcap/tikv/txn/LockResolverClientV3.java | 2 +- .../main/java/com/pingcap/tikv/txn/LockResolverClientV4.java | 2 +- .../src/main/java/com/pingcap/tikv/txn/ResolveLockResult.java | 2 +- .../src/main/java/com/pingcap/tikv/txn/TxnExpireTime.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/txn/TxnKVClient.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/txn/TxnStatus.java | 2 +- .../src/main/java/com/pingcap/tikv/txn/type/BatchKeys.java | 2 +- .../src/main/java/com/pingcap/tikv/txn/type/GroupKeyResult.java | 2 +- .../main/java/com/pingcap/tikv/types/AbstractDateTimeType.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/types/BitType.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/types/BytesType.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/types/Charset.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/types/Converter.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/types/DataType.java | 2 +- .../src/main/java/com/pingcap/tikv/types/DataTypeFactory.java | 2 +- .../src/main/java/com/pingcap/tikv/types/DateTimeType.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/types/DateType.java | 2 +- .../src/main/java/com/pingcap/tikv/types/DecimalType.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/types/EnumType.java | 2 +- .../src/main/java/com/pingcap/tikv/types/IntegerType.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/types/JsonType.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/types/MySQLType.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/types/RealType.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/types/SetType.java | 2 +- .../src/main/java/com/pingcap/tikv/types/StringType.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/types/TimeType.java | 2 +- .../src/main/java/com/pingcap/tikv/types/TimestampType.java | 2 +- .../src/main/java/com/pingcap/tikv/types/UninitializedType.java | 2 +- .../src/main/java/com/pingcap/tikv/util/BackOffFunction.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/util/BackOffer.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/util/Batch.java | 2 +- .../src/main/java/com/pingcap/tikv/util/CHTypeMapping.java | 2 +- .../src/main/java/com/pingcap/tikv/util/ChannelFactory.java | 2 +- .../src/main/java/com/pingcap/tikv/util/ClientUtils.java | 2 +- .../src/main/java/com/pingcap/tikv/util/ConcreteBackOffer.java | 2 +- .../src/main/java/com/pingcap/tikv/util/FutureObserver.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/util/JsonUtils.java | 2 +- .../src/main/java/com/pingcap/tikv/util/KeyRangeUtils.java | 2 +- .../src/main/java/com/pingcap/tikv/util/LogDesensitization.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/util/MemoryUtil.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/util/Pair.java | 2 +- .../src/main/java/com/pingcap/tikv/util/RangeSplitter.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/util/Timer.java | 2 +- tikv-client/src/main/java/com/pingcap/tikv/util/TsoUtils.java | 2 +- tikv-client/src/test/java/com/pingcap/tikv/GrpcUtils.java | 2 +- tikv-client/src/test/java/com/pingcap/tikv/KVMockServer.java | 2 +- tikv-client/src/test/java/com/pingcap/tikv/MockServerTest.java | 2 +- tikv-client/src/test/java/com/pingcap/tikv/PDClientTest.java | 2 +- tikv-client/src/test/java/com/pingcap/tikv/PDMockServer.java | 2 +- .../src/test/java/com/pingcap/tikv/PDMockServerTest.java | 2 +- .../src/test/java/com/pingcap/tikv/RegionManagerTest.java | 2 +- .../src/test/java/com/pingcap/tikv/RegionStoreClientTest.java | 2 +- .../src/test/java/com/pingcap/tikv/TiConfigurationTest.java | 2 +- .../java/com/pingcap/tikv/allocator/RowIDAllocatorTest.java | 2 +- .../src/test/java/com/pingcap/tikv/catalog/CatalogTest.java | 2 +- .../java/com/pingcap/tikv/catalog/CatalogTransactionTest.java | 2 +- tikv-client/src/test/java/com/pingcap/tikv/codec/CodecTest.java | 2 +- .../src/test/java/com/pingcap/tikv/codec/KeyUtilsTest.java | 2 +- .../src/test/java/com/pingcap/tikv/codec/MyDecimalTest.java | 2 +- .../src/test/java/com/pingcap/tikv/codec/TableCodecTest.java | 2 +- .../src/test/java/com/pingcap/tikv/codec/TableCodecV1Test.java | 2 +- .../src/test/java/com/pingcap/tikv/codec/TableCodecV2Test.java | 2 +- .../pingcap/tikv/expression/ComparisonBinaryExpressionTest.java | 2 +- .../tikv/expression/visitor/PartAndFilterExprRewriterTest.java | 2 +- .../src/test/java/com/pingcap/tikv/key/CompoundKeyTest.java | 2 +- .../src/test/java/com/pingcap/tikv/key/IndexKeyTest.java | 2 +- tikv-client/src/test/java/com/pingcap/tikv/key/KeyTest.java | 2 +- tikv-client/src/test/java/com/pingcap/tikv/meta/DBInfoTest.java | 2 +- tikv-client/src/test/java/com/pingcap/tikv/meta/MetaUtils.java | 2 +- .../src/test/java/com/pingcap/tikv/meta/TiDAGRequestTest.java | 2 +- .../src/test/java/com/pingcap/tikv/meta/TiTableInfoTest.java | 2 +- .../test/java/com/pingcap/tikv/operation/ChunkIteratorTest.java | 2 +- .../test/java/com/pingcap/tikv/operation/SchemaInferTest.java | 2 +- .../com/pingcap/tikv/operation/iterator/DAGIteratorTest.java | 2 +- .../src/test/java/com/pingcap/tikv/parser/TiParserTest.java | 2 +- .../test/java/com/pingcap/tikv/predicates/IndexMatcherTest.java | 2 +- .../java/com/pingcap/tikv/predicates/PredicateUtilsTest.java | 2 +- .../java/com/pingcap/tikv/predicates/TiKVScanAnalyzerTest.java | 2 +- .../java/com/pingcap/tikv/txn/LockResolverAsyncCommitTest.java | 2 +- .../src/test/java/com/pingcap/tikv/txn/LockResolverSITest.java | 2 +- .../java/com/pingcap/tikv/txn/LockResolverSIV3OneRowTest.java | 2 +- .../java/com/pingcap/tikv/txn/LockResolverSIV3TwoRowTest.java | 2 +- .../java/com/pingcap/tikv/txn/LockResolverSIV4OneRowTest.java | 2 +- .../java/com/pingcap/tikv/txn/LockResolverSIV4TwoRowTest.java | 2 +- .../src/test/java/com/pingcap/tikv/txn/LockResolverTest.java | 2 +- .../src/test/java/com/pingcap/tikv/types/ConverterTest.java | 2 +- .../test/java/com/pingcap/tikv/types/DataTypeFactoryTest.java | 2 +- .../src/test/java/com/pingcap/tikv/types/DecimalTypeTest.java | 2 +- .../src/test/java/com/pingcap/tikv/types/IntegerTypeTest.java | 2 +- .../src/test/java/com/pingcap/tikv/types/RealTypeTest.java | 2 +- .../test/java/com/pingcap/tikv/util/ConcreteBackOffTest.java | 2 +- .../src/test/java/com/pingcap/tikv/util/RangeSplitterTest.java | 2 +- .../src/test/java/com/pingcap/tikv/util/ReflectionWrapper.java | 2 +- 516 files changed, 516 insertions(+), 516 deletions(-) diff --git a/core/scripts/version.sh b/core/scripts/version.sh index 54a22b18d8..1423d06703 100755 --- a/core/scripts/version.sh +++ b/core/scripts/version.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2017 PingCAP Inc. +# Copyright 2017 PingCAP, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/pingcap/tikv/columnar/TiColumnVectorAdapter.java b/core/src/main/java/com/pingcap/tikv/columnar/TiColumnVectorAdapter.java index 5658fce45d..ac2045e339 100644 --- a/core/src/main/java/com/pingcap/tikv/columnar/TiColumnVectorAdapter.java +++ b/core/src/main/java/com/pingcap/tikv/columnar/TiColumnVectorAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/pingcap/tikv/columnar/TiColumnarBatchHelper.java b/core/src/main/java/com/pingcap/tikv/columnar/TiColumnarBatchHelper.java index f4acf66b5e..5652fd5de4 100644 --- a/core/src/main/java/com/pingcap/tikv/columnar/TiColumnarBatchHelper.java +++ b/core/src/main/java/com/pingcap/tikv/columnar/TiColumnarBatchHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/java/com/pingcap/tikv/datatype/TypeMapping.java b/core/src/main/java/com/pingcap/tikv/datatype/TypeMapping.java index cf87898e36..4bb6dee625 100644 --- a/core/src/main/java/com/pingcap/tikv/datatype/TypeMapping.java +++ b/core/src/main/java/com/pingcap/tikv/datatype/TypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/DefaultSource.scala b/core/src/main/scala/com/pingcap/tispark/DefaultSource.scala index 912a046aaa..b9b81d5f4a 100644 --- a/core/src/main/scala/com/pingcap/tispark/DefaultSource.scala +++ b/core/src/main/scala/com/pingcap/tispark/DefaultSource.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/MetaManager.scala b/core/src/main/scala/com/pingcap/tispark/MetaManager.scala index cf39a96757..c8e8e6ad8f 100644 --- a/core/src/main/scala/com/pingcap/tispark/MetaManager.scala +++ b/core/src/main/scala/com/pingcap/tispark/MetaManager.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/TiConfigConst.scala b/core/src/main/scala/com/pingcap/tispark/TiConfigConst.scala index 07be7f17e2..2c79902034 100644 --- a/core/src/main/scala/com/pingcap/tispark/TiConfigConst.scala +++ b/core/src/main/scala/com/pingcap/tispark/TiConfigConst.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/TiDBRelation.scala b/core/src/main/scala/com/pingcap/tispark/TiDBRelation.scala index 8fa8160270..1086485335 100644 --- a/core/src/main/scala/com/pingcap/tispark/TiDBRelation.scala +++ b/core/src/main/scala/com/pingcap/tispark/TiDBRelation.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/TiDBUtils.scala b/core/src/main/scala/com/pingcap/tispark/TiDBUtils.scala index a3d98e29f5..db72934885 100644 --- a/core/src/main/scala/com/pingcap/tispark/TiDBUtils.scala +++ b/core/src/main/scala/com/pingcap/tispark/TiDBUtils.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/TiPartition.scala b/core/src/main/scala/com/pingcap/tispark/TiPartition.scala index 8972e988b8..0282178df7 100644 --- a/core/src/main/scala/com/pingcap/tispark/TiPartition.scala +++ b/core/src/main/scala/com/pingcap/tispark/TiPartition.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/TiSparkInfo.scala b/core/src/main/scala/com/pingcap/tispark/TiSparkInfo.scala index 8203b3db4f..b3f5764ea4 100644 --- a/core/src/main/scala/com/pingcap/tispark/TiSparkInfo.scala +++ b/core/src/main/scala/com/pingcap/tispark/TiSparkInfo.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/TiTableReference.scala b/core/src/main/scala/com/pingcap/tispark/TiTableReference.scala index ff1571a113..3dcb39ed0d 100644 --- a/core/src/main/scala/com/pingcap/tispark/TiTableReference.scala +++ b/core/src/main/scala/com/pingcap/tispark/TiTableReference.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/accumulator/CacheInvalidateAccumulator.scala b/core/src/main/scala/com/pingcap/tispark/accumulator/CacheInvalidateAccumulator.scala index a0203f00b5..a90fb37663 100644 --- a/core/src/main/scala/com/pingcap/tispark/accumulator/CacheInvalidateAccumulator.scala +++ b/core/src/main/scala/com/pingcap/tispark/accumulator/CacheInvalidateAccumulator.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/auth/MySQLPriv.scala b/core/src/main/scala/com/pingcap/tispark/auth/MySQLPriv.scala index f6cfa3b27a..1fca558245 100644 --- a/core/src/main/scala/com/pingcap/tispark/auth/MySQLPriv.scala +++ b/core/src/main/scala/com/pingcap/tispark/auth/MySQLPriv.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP Inc. + * Copyright 2021 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/auth/TiAuthorization.scala b/core/src/main/scala/com/pingcap/tispark/auth/TiAuthorization.scala index 17dd828635..1cdeedb9d2 100644 --- a/core/src/main/scala/com/pingcap/tispark/auth/TiAuthorization.scala +++ b/core/src/main/scala/com/pingcap/tispark/auth/TiAuthorization.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP Inc. + * Copyright 2021 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/handler/CacheInvalidateEventHandler.scala b/core/src/main/scala/com/pingcap/tispark/handler/CacheInvalidateEventHandler.scala index 4846efd482..3284d125bf 100644 --- a/core/src/main/scala/com/pingcap/tispark/handler/CacheInvalidateEventHandler.scala +++ b/core/src/main/scala/com/pingcap/tispark/handler/CacheInvalidateEventHandler.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/listener/CacheInvalidateListener.scala b/core/src/main/scala/com/pingcap/tispark/listener/CacheInvalidateListener.scala index 38af2a7d22..6976e38541 100644 --- a/core/src/main/scala/com/pingcap/tispark/listener/CacheInvalidateListener.scala +++ b/core/src/main/scala/com/pingcap/tispark/listener/CacheInvalidateListener.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/listener/PDCacheInvalidateListener.scala b/core/src/main/scala/com/pingcap/tispark/listener/PDCacheInvalidateListener.scala index 8b5819752c..87354447f3 100644 --- a/core/src/main/scala/com/pingcap/tispark/listener/PDCacheInvalidateListener.scala +++ b/core/src/main/scala/com/pingcap/tispark/listener/PDCacheInvalidateListener.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/statistics/StatisticsHelper.scala b/core/src/main/scala/com/pingcap/tispark/statistics/StatisticsHelper.scala index ec26647df3..13e98eacfa 100644 --- a/core/src/main/scala/com/pingcap/tispark/statistics/StatisticsHelper.scala +++ b/core/src/main/scala/com/pingcap/tispark/statistics/StatisticsHelper.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/statistics/StatisticsManager.scala b/core/src/main/scala/com/pingcap/tispark/statistics/StatisticsManager.scala index 2b3118088f..9ef807b25d 100644 --- a/core/src/main/scala/com/pingcap/tispark/statistics/StatisticsManager.scala +++ b/core/src/main/scala/com/pingcap/tispark/statistics/StatisticsManager.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2018 PingCAP Inc. + * Copyright 2018 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/statistics/estimate/TableSizeEstimator.scala b/core/src/main/scala/com/pingcap/tispark/statistics/estimate/TableSizeEstimator.scala index 4dc507442a..6134a6cdee 100644 --- a/core/src/main/scala/com/pingcap/tispark/statistics/estimate/TableSizeEstimator.scala +++ b/core/src/main/scala/com/pingcap/tispark/statistics/estimate/TableSizeEstimator.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2018 PingCAP Inc. + * Copyright 2018 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/utils/ReflectionUtil.scala b/core/src/main/scala/com/pingcap/tispark/utils/ReflectionUtil.scala index 317a39c2a8..06345e1e8c 100644 --- a/core/src/main/scala/com/pingcap/tispark/utils/ReflectionUtil.scala +++ b/core/src/main/scala/com/pingcap/tispark/utils/ReflectionUtil.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2021 PingCAP Inc. + * Copyright 2021 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/utils/TiUtil.scala b/core/src/main/scala/com/pingcap/tispark/utils/TiUtil.scala index f8498ace7b..ea4badfe45 100644 --- a/core/src/main/scala/com/pingcap/tispark/utils/TiUtil.scala +++ b/core/src/main/scala/com/pingcap/tispark/utils/TiUtil.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/v2/TiDBTable.scala b/core/src/main/scala/com/pingcap/tispark/v2/TiDBTable.scala index 36ae41ad94..9b6e05c218 100644 --- a/core/src/main/scala/com/pingcap/tispark/v2/TiDBTable.scala +++ b/core/src/main/scala/com/pingcap/tispark/v2/TiDBTable.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP Inc. + * Copyright 2021 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/v2/TiDBTableProvider.scala b/core/src/main/scala/com/pingcap/tispark/v2/TiDBTableProvider.scala index 91fc04c81b..11bbf85eed 100644 --- a/core/src/main/scala/com/pingcap/tispark/v2/TiDBTableProvider.scala +++ b/core/src/main/scala/com/pingcap/tispark/v2/TiDBTableProvider.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP Inc. + * Copyright 2021 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/write/DBTable.scala b/core/src/main/scala/com/pingcap/tispark/write/DBTable.scala index ad1c88ef7a..aeadc4b5e0 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/DBTable.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/DBTable.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/write/EncodedKVPair.scala b/core/src/main/scala/com/pingcap/tispark/write/EncodedKVPair.scala index e5b48fc55f..1cee845f56 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/EncodedKVPair.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/EncodedKVPair.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/write/SerializableKey.scala b/core/src/main/scala/com/pingcap/tispark/write/SerializableKey.scala index fc03791540..4c868d7b7e 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/SerializableKey.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/SerializableKey.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/write/TiBatchWrite.scala b/core/src/main/scala/com/pingcap/tispark/write/TiBatchWrite.scala index fac6ad8117..642e826860 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/TiBatchWrite.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/TiBatchWrite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/write/TiBatchWriteTable.scala b/core/src/main/scala/com/pingcap/tispark/write/TiBatchWriteTable.scala index 264455a278..e9c04e0760 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/TiBatchWriteTable.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/TiBatchWriteTable.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/write/TiDBOptions.scala b/core/src/main/scala/com/pingcap/tispark/write/TiDBOptions.scala index 4cfb368fa4..1c75543f5f 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/TiDBOptions.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/TiDBOptions.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/write/TiDBWriter.scala b/core/src/main/scala/com/pingcap/tispark/write/TiDBWriter.scala index e77ea08d10..3216d75445 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/TiDBWriter.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/TiDBWriter.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/write/TiReginSplitPartitioner.scala b/core/src/main/scala/com/pingcap/tispark/write/TiReginSplitPartitioner.scala index fec610c8ce..f7ddd96e40 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/TiReginSplitPartitioner.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/TiReginSplitPartitioner.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/write/WrappedEncodedRow.scala b/core/src/main/scala/com/pingcap/tispark/write/WrappedEncodedRow.scala index 528103f693..42c4e37a7a 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/WrappedEncodedRow.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/WrappedEncodedRow.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/com/pingcap/tispark/write/WrappedRow.scala b/core/src/main/scala/com/pingcap/tispark/write/WrappedRow.scala index f69f9f9134..c6430c8b02 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/WrappedRow.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/WrappedRow.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/TiContext.scala b/core/src/main/scala/org/apache/spark/sql/TiContext.scala index ef0a40705f..6e1a12689b 100644 --- a/core/src/main/scala/org/apache/spark/sql/TiContext.scala +++ b/core/src/main/scala/org/apache/spark/sql/TiContext.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/TiExtensions.scala b/core/src/main/scala/org/apache/spark/sql/TiExtensions.scala index 72d0bfee06..455415c14e 100644 --- a/core/src/main/scala/org/apache/spark/sql/TiExtensions.scala +++ b/core/src/main/scala/org/apache/spark/sql/TiExtensions.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/analyzer/TiAuthRuleFactory.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/analyzer/TiAuthRuleFactory.scala index f98a422aae..a8c6eb6760 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/analyzer/TiAuthRuleFactory.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/analyzer/TiAuthRuleFactory.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 PingCAP Inc. + * Copyright 2018 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/analyzer/TiAuthorizationRule.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/analyzer/TiAuthorizationRule.scala index 3dde33fac9..b6b37c06a4 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/analyzer/TiAuthorizationRule.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/analyzer/TiAuthorizationRule.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP Inc. + * Copyright 2021 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/catalog/TiCatalog.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/catalog/TiCatalog.scala index b0c0c94e60..0408d823d1 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/catalog/TiCatalog.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/catalog/TiCatalog.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/BasicExpression.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/BasicExpression.scala index 844b40cf82..34d0161bfb 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/BasicExpression.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/BasicExpression.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiExprUtils.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiExprUtils.scala index 5dfd43975e..d033dfe5f3 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiExprUtils.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiExprUtils.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/SpecialSum.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/SpecialSum.scala index bcf2299cba..1acb903a59 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/SpecialSum.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/SpecialSum.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiAggregation.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiAggregation.scala index 33a3cad760..502e229716 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiAggregation.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiAggregation.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 PingCAP Inc. + * Copyright 2022 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiAggregationImpl.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiAggregationImpl.scala index ef0897d8dd..810e9290e9 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiAggregationImpl.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiAggregationImpl.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 PingCAP Inc. + * Copyright 2022 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiStrategyFactory.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiStrategyFactory.scala index 91f0842b42..9776862833 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiStrategyFactory.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiStrategyFactory.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 PingCAP Inc. + * Copyright 2022 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/execution/CoprocessorRDD.scala b/core/src/main/scala/org/apache/spark/sql/execution/CoprocessorRDD.scala index c3cae79288..41319c2cc6 100644 --- a/core/src/main/scala/org/apache/spark/sql/execution/CoprocessorRDD.scala +++ b/core/src/main/scala/org/apache/spark/sql/execution/CoprocessorRDD.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/execution/TiConverter.scala b/core/src/main/scala/org/apache/spark/sql/execution/TiConverter.scala index 69ab770ea8..575207c440 100644 --- a/core/src/main/scala/org/apache/spark/sql/execution/TiConverter.scala +++ b/core/src/main/scala/org/apache/spark/sql/execution/TiConverter.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/tispark/TiHandleRDD.scala b/core/src/main/scala/org/apache/spark/sql/tispark/TiHandleRDD.scala index ca5df805d7..ab569521d5 100644 --- a/core/src/main/scala/org/apache/spark/sql/tispark/TiHandleRDD.scala +++ b/core/src/main/scala/org/apache/spark/sql/tispark/TiHandleRDD.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/tispark/TiRDD.scala b/core/src/main/scala/org/apache/spark/sql/tispark/TiRDD.scala index c4d8bc2240..2c17ef8ed2 100644 --- a/core/src/main/scala/org/apache/spark/sql/tispark/TiRDD.scala +++ b/core/src/main/scala/org/apache/spark/sql/tispark/TiRDD.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/main/scala/org/apache/spark/sql/tispark/TiRowRDD.scala b/core/src/main/scala/org/apache/spark/sql/tispark/TiRowRDD.scala index b5b73d0c35..f2435236ff 100644 --- a/core/src/main/scala/org/apache/spark/sql/tispark/TiRowRDD.scala +++ b/core/src/main/scala/org/apache/spark/sql/tispark/TiRowRDD.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/BatchWriteIssueSuite.scala b/core/src/test/scala/com/pingcap/tispark/BatchWriteIssueSuite.scala index fc0b11a916..20a5d28427 100644 --- a/core/src/test/scala/com/pingcap/tispark/BatchWriteIssueSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/BatchWriteIssueSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/TiBatchWriteSuite.scala b/core/src/test/scala/com/pingcap/tispark/TiBatchWriteSuite.scala index a3209eb98c..d77522cbf7 100644 --- a/core/src/test/scala/com/pingcap/tispark/TiBatchWriteSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/TiBatchWriteSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/UnitSuite.scala b/core/src/test/scala/com/pingcap/tispark/UnitSuite.scala index e4a472168d..e984e599c5 100644 --- a/core/src/test/scala/com/pingcap/tispark/UnitSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/UnitSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP Inc. + * Copyright 2021 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/auth/TiAuthIntegrationSuite.scala b/core/src/test/scala/com/pingcap/tispark/auth/TiAuthIntegrationSuite.scala index 3a437d5f46..c05f551104 100644 --- a/core/src/test/scala/com/pingcap/tispark/auth/TiAuthIntegrationSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/auth/TiAuthIntegrationSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP Inc. + * Copyright 2021 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/auth/TiAuthSuite.scala b/core/src/test/scala/com/pingcap/tispark/auth/TiAuthSuite.scala index 6b46bd26e5..5fa1ec9712 100644 --- a/core/src/test/scala/com/pingcap/tispark/auth/TiAuthSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/auth/TiAuthSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP Inc. + * Copyright 2021 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/concurrency/ConcurrencyTest.scala b/core/src/test/scala/com/pingcap/tispark/concurrency/ConcurrencyTest.scala index 8928eb8dbe..01e4a57f98 100644 --- a/core/src/test/scala/com/pingcap/tispark/concurrency/ConcurrencyTest.scala +++ b/core/src/test/scala/com/pingcap/tispark/concurrency/ConcurrencyTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/concurrency/WriteDDLConflictSuite.scala b/core/src/test/scala/com/pingcap/tispark/concurrency/WriteDDLConflictSuite.scala index 4690b629ff..29fb02912f 100644 --- a/core/src/test/scala/com/pingcap/tispark/concurrency/WriteDDLConflictSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/concurrency/WriteDDLConflictSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/concurrency/WriteDDLNotConflictSuite.scala b/core/src/test/scala/com/pingcap/tispark/concurrency/WriteDDLNotConflictSuite.scala index f8f6e69174..e396728f86 100644 --- a/core/src/test/scala/com/pingcap/tispark/concurrency/WriteDDLNotConflictSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/concurrency/WriteDDLNotConflictSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/concurrency/WriteReadSuite.scala b/core/src/test/scala/com/pingcap/tispark/concurrency/WriteReadSuite.scala index a20ab97124..adb7c8d5e3 100644 --- a/core/src/test/scala/com/pingcap/tispark/concurrency/WriteReadSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/concurrency/WriteReadSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/concurrency/WriteWriteConflictSuite.scala b/core/src/test/scala/com/pingcap/tispark/concurrency/WriteWriteConflictSuite.scala index fbfb180de6..10def9ddef 100644 --- a/core/src/test/scala/com/pingcap/tispark/concurrency/WriteWriteConflictSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/concurrency/WriteWriteConflictSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToBitSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToBitSuite.scala index b7a1cb4f16..268deac892 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToBitSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToBitSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToBytesSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToBytesSuite.scala index 3ff42ea262..14094c39b4 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToBytesSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToBytesSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToDateSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToDateSuite.scala index ddbce750ba..eb0c88869e 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToDateSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToDateSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToDateTimeSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToDateTimeSuite.scala index 957154da63..cb571bf532 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToDateTimeSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToDateTimeSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToDecimalSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToDecimalSuite.scala index edbc446305..85c8f130f3 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToDecimalSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToDecimalSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToEnumSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToEnumSuite.scala index 71bfa4d5ab..c84cfb1130 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToEnumSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToEnumSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToRealSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToRealSuite.scala index cc4a1f337f..cd19093015 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToRealSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToRealSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToSignedSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToSignedSuite.scala index 452e1858e3..b87fd0ea95 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToSignedSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToSignedSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToStringSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToStringSuite.scala index 90fe4c7562..3f9cbec114 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToStringSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToStringSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToTimestampSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToTimestampSuite.scala index 5dfe323e81..10b0ed9d7f 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToTimestampSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToTimestampSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToUnsignedSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToUnsignedSuite.scala index 40fbbd9ff4..fbcc586c4c 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToUnsignedSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToUnsignedSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/AddingIndexInsertSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/AddingIndexInsertSuite.scala index 006bc3547b..9ab7fcd91b 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/AddingIndexInsertSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/AddingIndexInsertSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/AddingIndexReplaceSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/AddingIndexReplaceSuite.scala index 007f5fd0b4..45fc86f843 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/AddingIndexReplaceSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/AddingIndexReplaceSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/AutoIncrementSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/AutoIncrementSuite.scala index d874f598c9..df05a7ac28 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/AutoIncrementSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/AutoIncrementSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/AutoRandomSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/AutoRandomSuite.scala index 8fab291242..47db3ea124 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/AutoRandomSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/AutoRandomSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/BaseBatchWriteTest.scala b/core/src/test/scala/com/pingcap/tispark/datasource/BaseBatchWriteTest.scala index 28548d6b95..38b114bd70 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/BaseBatchWriteTest.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/BaseBatchWriteTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/BaseBatchWriteWithoutDropTableTest.scala b/core/src/test/scala/com/pingcap/tispark/datasource/BaseBatchWriteWithoutDropTableTest.scala index 46604a2a0d..ab20c746e1 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/BaseBatchWriteWithoutDropTableTest.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/BaseBatchWriteWithoutDropTableTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/BaseDataSourceTest.scala b/core/src/test/scala/com/pingcap/tispark/datasource/BaseDataSourceTest.scala index 9c690503af..386eee3da5 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/BaseDataSourceTest.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/BaseDataSourceTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/BasicBatchWriteSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/BasicBatchWriteSuite.scala index c2dc296ef1..50635590ad 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/BasicBatchWriteSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/BasicBatchWriteSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/BasicSQLSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/BasicSQLSuite.scala index b7d2910e37..f4dadb9c43 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/BasicSQLSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/BasicSQLSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/CheckUnsupportedSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/CheckUnsupportedSuite.scala index 72c1a97ecf..8cacd752e5 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/CheckUnsupportedSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/CheckUnsupportedSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/ColumnMappingSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/ColumnMappingSuite.scala index a8872e42b8..ddadb22603 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/ColumnMappingSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/ColumnMappingSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/EdgeConditionSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/EdgeConditionSuite.scala index e243ec0682..078fb21c22 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/EdgeConditionSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/EdgeConditionSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/ExceptionTestSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/ExceptionTestSuite.scala index 92827ec5e2..dab52a7d51 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/ExceptionTestSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/ExceptionTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/FilterPushdownSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/FilterPushdownSuite.scala index a7e2a350fa..596fb069b8 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/FilterPushdownSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/FilterPushdownSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/InsertSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/InsertSuite.scala index 246d99e2ba..ceb167e10a 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/InsertSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/InsertSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/MissingParameterSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/MissingParameterSuite.scala index cb15299270..62a7c01067 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/MissingParameterSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/MissingParameterSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/OnlyOnePkSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/OnlyOnePkSuite.scala index 097c5a1010..98f85d992e 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/OnlyOnePkSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/OnlyOnePkSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/RowIDAllocatorSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/RowIDAllocatorSuite.scala index 0b4e58e850..197b3a49df 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/RowIDAllocatorSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/RowIDAllocatorSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/ShardRowIDBitsSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/ShardRowIDBitsSuite.scala index 48139c510f..110bca5763 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/ShardRowIDBitsSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/ShardRowIDBitsSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/TiSparkTypeSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/TiSparkTypeSuite.scala index 4e8623267f..8fe24b41c4 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/TiSparkTypeSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/TiSparkTypeSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/UpperCaseColumnNameSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/UpperCaseColumnNameSuite.scala index e26d71c6a6..f4722e2f41 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/UpperCaseColumnNameSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/UpperCaseColumnNameSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datatype/BatchWriteDataTypeSuite.scala b/core/src/test/scala/com/pingcap/tispark/datatype/BatchWriteDataTypeSuite.scala index 6acba6248d..a599a30eae 100644 --- a/core/src/test/scala/com/pingcap/tispark/datatype/BatchWriteDataTypeSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datatype/BatchWriteDataTypeSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/datatype/DecimalTypeSuite.scala b/core/src/test/scala/com/pingcap/tispark/datatype/DecimalTypeSuite.scala index 8dcc0dd81c..43ce937f26 100644 --- a/core/src/test/scala/com/pingcap/tispark/datatype/DecimalTypeSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datatype/DecimalTypeSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/index/LineItemSuite.scala b/core/src/test/scala/com/pingcap/tispark/index/LineItemSuite.scala index d9b8bbe8e9..72c3f0be6c 100644 --- a/core/src/test/scala/com/pingcap/tispark/index/LineItemSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/index/LineItemSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/multitable/MultiTableWriteSuite.scala b/core/src/test/scala/com/pingcap/tispark/multitable/MultiTableWriteSuite.scala index 164bb6c7ca..652b33077b 100644 --- a/core/src/test/scala/com/pingcap/tispark/multitable/MultiTableWriteSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/multitable/MultiTableWriteSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/BitOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/BitOverflowSuite.scala index 7a8b66c5bb..6587cf52c1 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/BitOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/BitOverflowSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/BytesOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/BytesOverflowSuite.scala index 337316123d..45c56494b2 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/BytesOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/BytesOverflowSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/DateOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/DateOverflowSuite.scala index 1ce4576176..d67eaad3b4 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/DateOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/DateOverflowSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/DateTimeOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/DateTimeOverflowSuite.scala index 758f25d5d4..fcbe4d6a0c 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/DateTimeOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/DateTimeOverflowSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/DecimalOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/DecimalOverflowSuite.scala index f2e4ae55e6..484988fcee 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/DecimalOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/DecimalOverflowSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/EnumOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/EnumOverflowSuite.scala index fc4c40cd64..6e5c74cdf9 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/EnumOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/EnumOverflowSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/SignedOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/SignedOverflowSuite.scala index de4f6059da..7ac05305e9 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/SignedOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/SignedOverflowSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/StringOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/StringOverflowSuite.scala index 55116b2082..13638749c3 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/StringOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/StringOverflowSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/UnsignedOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/UnsignedOverflowSuite.scala index dac53b4b34..18fef1fe10 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/UnsignedOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/UnsignedOverflowSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/tablelock/TableLockSuite.scala b/core/src/test/scala/com/pingcap/tispark/tablelock/TableLockSuite.scala index 9aa2b6b025..eca5101c00 100644 --- a/core/src/test/scala/com/pingcap/tispark/tablelock/TableLockSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/tablelock/TableLockSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/tiflash/TiFlashSuite.scala b/core/src/test/scala/com/pingcap/tispark/tiflash/TiFlashSuite.scala index d53675fcf6..9e11c46aec 100644 --- a/core/src/test/scala/com/pingcap/tispark/tiflash/TiFlashSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/tiflash/TiFlashSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/ttl/InitialTTLExpiredSuite.scala b/core/src/test/scala/com/pingcap/tispark/ttl/InitialTTLExpiredSuite.scala index 7a8ee851bc..7534e20bfe 100644 --- a/core/src/test/scala/com/pingcap/tispark/ttl/InitialTTLExpiredSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/ttl/InitialTTLExpiredSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/com/pingcap/tispark/ttl/LockTimeoutSuite.scala b/core/src/test/scala/com/pingcap/tispark/ttl/LockTimeoutSuite.scala index c0fb41c223..7ed8a1ffd6 100644 --- a/core/src/test/scala/com/pingcap/tispark/ttl/LockTimeoutSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/ttl/LockTimeoutSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/SharedSparkContext.scala b/core/src/test/scala/org/apache/spark/SharedSparkContext.scala index ea259d594d..1cd96a12dc 100644 --- a/core/src/test/scala/org/apache/spark/SharedSparkContext.scala +++ b/core/src/test/scala/org/apache/spark/SharedSparkContext.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/SparkFunSuite.scala b/core/src/test/scala/org/apache/spark/SparkFunSuite.scala index 9a96dad1f1..2ed00e8bd7 100644 --- a/core/src/test/scala/org/apache/spark/SparkFunSuite.scala +++ b/core/src/test/scala/org/apache/spark/SparkFunSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/AlterTableTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/AlterTableTestSuite.scala index b69ae562e0..58a5ec446e 100644 --- a/core/src/test/scala/org/apache/spark/sql/AlterTableTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/AlterTableTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 PingCAP Inc. + * Copyright 2018 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/BaseInitialOnceTest.scala b/core/src/test/scala/org/apache/spark/sql/BaseInitialOnceTest.scala index 39313af955..e8456d3f89 100644 --- a/core/src/test/scala/org/apache/spark/sql/BaseInitialOnceTest.scala +++ b/core/src/test/scala/org/apache/spark/sql/BaseInitialOnceTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/BaseTestGenerationSpec.scala b/core/src/test/scala/org/apache/spark/sql/BaseTestGenerationSpec.scala index b02014413d..82d873176f 100644 --- a/core/src/test/scala/org/apache/spark/sql/BaseTestGenerationSpec.scala +++ b/core/src/test/scala/org/apache/spark/sql/BaseTestGenerationSpec.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/BaseTiSparkEnableBatchWriteTest.scala b/core/src/test/scala/org/apache/spark/sql/BaseTiSparkEnableBatchWriteTest.scala index 1ea5fc700f..6ab7aaab26 100644 --- a/core/src/test/scala/org/apache/spark/sql/BaseTiSparkEnableBatchWriteTest.scala +++ b/core/src/test/scala/org/apache/spark/sql/BaseTiSparkEnableBatchWriteTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/BaseTiSparkTest.scala b/core/src/test/scala/org/apache/spark/sql/BaseTiSparkTest.scala index c53b07029d..4e03e2846b 100644 --- a/core/src/test/scala/org/apache/spark/sql/BaseTiSparkTest.scala +++ b/core/src/test/scala/org/apache/spark/sql/BaseTiSparkTest.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/ExpressionIndexSuite.scala b/core/src/test/scala/org/apache/spark/sql/ExpressionIndexSuite.scala index d35e58c9a2..c8d268c75a 100644 --- a/core/src/test/scala/org/apache/spark/sql/ExpressionIndexSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/ExpressionIndexSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/IssueTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/IssueTestSuite.scala index 094c0c13ef..45c127bf46 100644 --- a/core/src/test/scala/org/apache/spark/sql/IssueTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/IssueTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/MultipleSparkSessionTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/MultipleSparkSessionTestSuite.scala index 9f3cc5318b..d0dd5d33a6 100644 --- a/core/src/test/scala/org/apache/spark/sql/MultipleSparkSessionTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/MultipleSparkSessionTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/MysqlDataTypeSuite.scala b/core/src/test/scala/org/apache/spark/sql/MysqlDataTypeSuite.scala index 6bf02e0eb3..8cb8f7246d 100644 --- a/core/src/test/scala/org/apache/spark/sql/MysqlDataTypeSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/MysqlDataTypeSuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/OutputOffsetsSuite.scala b/core/src/test/scala/org/apache/spark/sql/OutputOffsetsSuite.scala index 0f78e7ccd9..dc4b9f5a32 100644 --- a/core/src/test/scala/org/apache/spark/sql/OutputOffsetsSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/OutputOffsetsSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/PartitionTableSuite.scala b/core/src/test/scala/org/apache/spark/sql/PartitionTableSuite.scala index d67cb0cdcc..32e28b53e9 100644 --- a/core/src/test/scala/org/apache/spark/sql/PartitionTableSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/PartitionTableSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/QueryTest.scala b/core/src/test/scala/org/apache/spark/sql/QueryTest.scala index b3716f45ae..1518686a27 100644 --- a/core/src/test/scala/org/apache/spark/sql/QueryTest.scala +++ b/core/src/test/scala/org/apache/spark/sql/QueryTest.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/SequenceTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/SequenceTestSuite.scala index 1fa1c46592..3ab1dfb492 100644 --- a/core/src/test/scala/org/apache/spark/sql/SequenceTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/SequenceTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/SparkDataTypeTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/SparkDataTypeTestSuite.scala index 989ab3172e..91174375a4 100644 --- a/core/src/test/scala/org/apache/spark/sql/SparkDataTypeTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/SparkDataTypeTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/TiDBMapDatabaseSuite.scala b/core/src/test/scala/org/apache/spark/sql/TiDBMapDatabaseSuite.scala index 3038ed3a10..2e25e24770 100644 --- a/core/src/test/scala/org/apache/spark/sql/TiDBMapDatabaseSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/TiDBMapDatabaseSuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/TiSparkTestSpec.scala b/core/src/test/scala/org/apache/spark/sql/TiSparkTestSpec.scala index 052b6bf01e..f4f9d195b3 100644 --- a/core/src/test/scala/org/apache/spark/sql/TiSparkTestSpec.scala +++ b/core/src/test/scala/org/apache/spark/sql/TiSparkTestSpec.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/TimezoneTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/TimezoneTestSuite.scala index add9bd9994..4d4a1ed0ea 100644 --- a/core/src/test/scala/org/apache/spark/sql/TimezoneTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/TimezoneTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 PingCAP Inc. + * Copyright 2018 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/ViewTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/ViewTestSuite.scala index 6c9ec6943a..e3bea484dd 100644 --- a/core/src/test/scala/org/apache/spark/sql/ViewTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/ViewTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/benchmark/TPCDSQuerySuite.scala b/core/src/test/scala/org/apache/spark/sql/benchmark/TPCDSQuerySuite.scala index 10fcadb03e..f369958982 100644 --- a/core/src/test/scala/org/apache/spark/sql/benchmark/TPCDSQuerySuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/benchmark/TPCDSQuerySuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2018 PingCAP Inc. + * Copyright 2018 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/benchmark/TPCHQuerySuite.scala b/core/src/test/scala/org/apache/spark/sql/benchmark/TPCHQuerySuite.scala index a66c8e4846..0d3d851287 100644 --- a/core/src/test/scala/org/apache/spark/sql/benchmark/TPCHQuerySuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/benchmark/TPCHQuerySuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/catalyst/catalog/CatalogTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/catalyst/catalog/CatalogTestSuite.scala index de220bcbc9..8432876538 100644 --- a/core/src/test/scala/org/apache/spark/sql/catalyst/catalog/CatalogTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/catalyst/catalog/CatalogTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/catalyst/plans/BasePlanTest.scala b/core/src/test/scala/org/apache/spark/sql/catalyst/plans/BasePlanTest.scala index 3911f0fe1c..707b45fdf5 100644 --- a/core/src/test/scala/org/apache/spark/sql/catalyst/plans/BasePlanTest.scala +++ b/core/src/test/scala/org/apache/spark/sql/catalyst/plans/BasePlanTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/catalyst/plans/logical/LogicalPlanTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/catalyst/plans/logical/LogicalPlanTestSuite.scala index 1ac65e2aa4..53410d35b9 100644 --- a/core/src/test/scala/org/apache/spark/sql/catalyst/plans/logical/LogicalPlanTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/catalyst/plans/logical/LogicalPlanTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/catalyst/plans/statistics/StatisticsTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/catalyst/plans/statistics/StatisticsTestSuite.scala index e482652df8..ba6b045ca1 100644 --- a/core/src/test/scala/org/apache/spark/sql/catalyst/plans/statistics/StatisticsTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/catalyst/plans/statistics/StatisticsTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/clustered/ClusteredIndexTest.scala b/core/src/test/scala/org/apache/spark/sql/clustered/ClusteredIndexTest.scala index 6628b37fba..a036800bb7 100644 --- a/core/src/test/scala/org/apache/spark/sql/clustered/ClusteredIndexTest.scala +++ b/core/src/test/scala/org/apache/spark/sql/clustered/ClusteredIndexTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP Inc. + * Copyright 2021 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/clustered/IndexScan0Suite.scala b/core/src/test/scala/org/apache/spark/sql/clustered/IndexScan0Suite.scala index a354295576..755311a954 100644 --- a/core/src/test/scala/org/apache/spark/sql/clustered/IndexScan0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/clustered/IndexScan0Suite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP Inc. + * Copyright 2021 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/clustered/IndexScan1Suite.scala b/core/src/test/scala/org/apache/spark/sql/clustered/IndexScan1Suite.scala index bff6c2e62b..ede4b6757f 100644 --- a/core/src/test/scala/org/apache/spark/sql/clustered/IndexScan1Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/clustered/IndexScan1Suite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP Inc. + * Copyright 2021 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/clustered/TableScan0Suite.scala b/core/src/test/scala/org/apache/spark/sql/clustered/TableScan0Suite.scala index a836b56f73..1d1a8b6f83 100644 --- a/core/src/test/scala/org/apache/spark/sql/clustered/TableScan0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/clustered/TableScan0Suite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP Inc. + * Copyright 2021 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/clustered/TableScan1Suite.scala b/core/src/test/scala/org/apache/spark/sql/clustered/TableScan1Suite.scala index 3f5bc36ff0..c412724864 100644 --- a/core/src/test/scala/org/apache/spark/sql/clustered/TableScan1Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/clustered/TableScan1Suite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP Inc. + * Copyright 2021 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/Aggregate0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/Aggregate0Suite.scala index d46edf7ff0..1bc3ccbdc2 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/Aggregate0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/Aggregate0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticAgg0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticAgg0Suite.scala index 484634d7a5..02a75bfc9a 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticAgg0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticAgg0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest0Suite.scala index 4e7d3eefe0..0a600e43f3 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest1Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest1Suite.scala index 23b924771f..17bf53199e 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest1Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest1Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest2Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest2Suite.scala index fd008930eb..92ca4ab364 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest2Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest2Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/Between0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/Between0Suite.scala index d344b724af..7c2644aa3c 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/Between0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/Between0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/ComplexAggregateSuite.scala b/core/src/test/scala/org/apache/spark/sql/expression/ComplexAggregateSuite.scala index 6d92422a21..a37d91f03e 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/ComplexAggregateSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/ComplexAggregateSuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/ComplexGroupBySuite.scala b/core/src/test/scala/org/apache/spark/sql/expression/ComplexGroupBySuite.scala index 08ba59957d..5f9dfc452d 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/ComplexGroupBySuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/ComplexGroupBySuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/Count0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/Count0Suite.scala index c02e120342..0f6bb4031f 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/Count0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/Count0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/Distinct0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/Distinct0Suite.scala index de7e95c6a1..aa1f180271 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/Distinct0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/Distinct0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/FirstLast0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/FirstLast0Suite.scala index b445a37552..ffd6831e3a 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/FirstLast0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/FirstLast0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/Having0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/Having0Suite.scala index 6a02f45708..0242100348 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/Having0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/Having0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/InTest0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/InTest0Suite.scala index e796f2dcb7..d277764741 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/InTest0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/InTest0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/LikeTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/expression/LikeTestSuite.scala index 10efa0d93e..91734f060c 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/LikeTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/LikeTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/OtherTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/expression/OtherTestSuite.scala index 75b10670d3..e47407f82c 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/OtherTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/OtherTestSuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/Union0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/Union0Suite.scala index 626bddd763..72844fc3dc 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/Union0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/Union0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/index/Between0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/index/Between0Suite.scala index bea3583f94..6014315527 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/index/Between0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/index/Between0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/index/ComprehensiveSuite.scala b/core/src/test/scala/org/apache/spark/sql/expression/index/ComprehensiveSuite.scala index f8d12824ea..4b526f1896 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/index/ComprehensiveSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/index/ComprehensiveSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/index/CoveringIndex0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/index/CoveringIndex0Suite.scala index 6037adc6b0..412ae1d621 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/index/CoveringIndex0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/index/CoveringIndex0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/index/InTest0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/index/InTest0Suite.scala index fea7b99752..7c97e8b596 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/index/InTest0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/index/InTest0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/index/Join0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/index/Join0Suite.scala index 66fc07ca07..3919aa4a24 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/index/Join0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/index/Join0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/index/PrefixIndexTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/expression/index/PrefixIndexTestSuite.scala index 2be445c79f..01b0ed4f4a 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/index/PrefixIndexTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/index/PrefixIndexTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/index/Special0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/index/Special0Suite.scala index 5be8f4404d..5ea3970ac4 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/index/Special0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/index/Special0Suite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/expression/index/UnsignedTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/expression/index/UnsignedTestSuite.scala index 5ce4e848eb..12a212da24 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/index/UnsignedTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/index/UnsignedTestSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2018 PingCAP Inc. + * Copyright 2018 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/insertion/BatchWritePKAndIndexSuite.scala b/core/src/test/scala/org/apache/spark/sql/insertion/BatchWritePKAndIndexSuite.scala index 5cadb0e61f..a4f353e3ba 100644 --- a/core/src/test/scala/org/apache/spark/sql/insertion/BatchWritePKAndIndexSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/insertion/BatchWritePKAndIndexSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/insertion/BatchWritePkSuite.scala b/core/src/test/scala/org/apache/spark/sql/insertion/BatchWritePkSuite.scala index 2de8218e68..e4ac4c4151 100644 --- a/core/src/test/scala/org/apache/spark/sql/insertion/BatchWritePkSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/insertion/BatchWritePkSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/insertion/BatchWriteUniqueIndexSuite.scala b/core/src/test/scala/org/apache/spark/sql/insertion/BatchWriteUniqueIndexSuite.scala index 0241285bf9..d79f5a33d5 100644 --- a/core/src/test/scala/org/apache/spark/sql/insertion/BatchWriteUniqueIndexSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/insertion/BatchWriteUniqueIndexSuite.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/statistics/StatisticsManagerSuite.scala b/core/src/test/scala/org/apache/spark/sql/statistics/StatisticsManagerSuite.scala index 56be07e517..2bdbb33df8 100644 --- a/core/src/test/scala/org/apache/spark/sql/statistics/StatisticsManagerSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/statistics/StatisticsManagerSuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2018 PingCAP Inc. + * Copyright 2018 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/test/SharedSQLContext.scala b/core/src/test/scala/org/apache/spark/sql/test/SharedSQLContext.scala index 2038c9cc4b..564cd85239 100644 --- a/core/src/test/scala/org/apache/spark/sql/test/SharedSQLContext.scala +++ b/core/src/test/scala/org/apache/spark/sql/test/SharedSQLContext.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/test/TestConstants.scala b/core/src/test/scala/org/apache/spark/sql/test/TestConstants.scala index cfe8ad33ae..b9a2208de9 100644 --- a/core/src/test/scala/org/apache/spark/sql/test/TestConstants.scala +++ b/core/src/test/scala/org/apache/spark/sql/test/TestConstants.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/test/TestSparkSession.scala b/core/src/test/scala/org/apache/spark/sql/test/TestSparkSession.scala index c2cd3fbe37..1fd595265c 100644 --- a/core/src/test/scala/org/apache/spark/sql/test/TestSparkSession.scala +++ b/core/src/test/scala/org/apache/spark/sql/test/TestSparkSession.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/test/Utils.scala b/core/src/test/scala/org/apache/spark/sql/test/Utils.scala index 1947631934..f8b7665867 100644 --- a/core/src/test/scala/org/apache/spark/sql/test/Utils.scala +++ b/core/src/test/scala/org/apache/spark/sql/test/Utils.scala @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/txn/TxnTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/txn/TxnTestSuite.scala index 6cb01e2b24..f74fee96ad 100644 --- a/core/src/test/scala/org/apache/spark/sql/txn/TxnTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/txn/TxnTestSuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/DataTypeNormalSuite.scala b/core/src/test/scala/org/apache/spark/sql/types/DataTypeNormalSuite.scala index 47fb72f8f3..3080d9bffa 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/DataTypeNormalSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/DataTypeNormalSuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/MultiColumnDataTypeSuite.scala b/core/src/test/scala/org/apache/spark/sql/types/MultiColumnDataTypeSuite.scala index 181d469051..332e5d7f12 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/MultiColumnDataTypeSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/MultiColumnDataTypeSuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/SpecialTiDBTypeTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/types/SpecialTiDBTypeTestSuite.scala index 7f0692c7bb..ecb2ef785f 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/SpecialTiDBTypeTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/SpecialTiDBTypeTestSuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/DataTypePKSuite.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/DataTypePKSuite.scala index ff2f498eab..7662c1b523 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/DataTypePKSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/DataTypePKSuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite00.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite00.scala index e6a894ff96..adff37ea40 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite00.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite00.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite01.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite01.scala index f3a66a69cb..506b7edf4c 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite01.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite01.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite02.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite02.scala index 52360ae72d..7960bf6038 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite02.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite02.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite03.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite03.scala index 5faa963ba9..63c291718d 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite03.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite03.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite04.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite04.scala index 7a47837648..fdb87a0d38 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite04.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite04.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite05.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite05.scala index 60faa8d0d3..69da5822a8 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite05.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite05.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite06.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite06.scala index 5dbcbcad00..df6e0f47f4 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite06.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite06.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite07.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite07.scala index 765cb237de..bf583c2e08 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite07.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite07.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite08.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite08.scala index ba0b11958e..4a105e32a9 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite08.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite08.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite09.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite09.scala index a3515c7d9b..b74153640f 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite09.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite09.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite10.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite10.scala index 06de2b479d..212ee7d1b4 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite10.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite10.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite11.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite11.scala index 0278df4a07..01ea10e128 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite11.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite11.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite12.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite12.scala index 48909db110..c263df7cea 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite12.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite12.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite13.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite13.scala index d8a34ff1a7..3144a479aa 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite13.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite13.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite14.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite14.scala index 08eee80050..d052bfca7d 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite14.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite14.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite15.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite15.scala index e6ec977236..1c99d53ce2 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite15.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite15.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite16.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite16.scala index a7ffe763ca..46c218919f 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite16.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite16.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite17.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite17.scala index dfb1c2933b..4ee3142a75 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite17.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite17.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite18.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite18.scala index cf138bd42f..087196bd51 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite18.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite18.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite19.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite19.scala index 869cd8ac3c..473c1f2f3c 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite19.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite19.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite20.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite20.scala index 4d9704f3cf..2125c9ad2b 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite20.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite20.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite21.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite21.scala index 907138bef8..c6d279db2f 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite21.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite21.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite22.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite22.scala index 78141d99da..07226e77a7 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite22.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite22.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite23.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite23.scala index f0042110b8..fa6e6d71d2 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite23.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite23.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite24.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite24.scala index 386a733f56..19c9dd1f4a 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite24.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite24.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite25.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite25.scala index e8a4956618..ecd7b4e331 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite25.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite25.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite26.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite26.scala index 0b2a7a7c12..530abd3092 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite26.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite26.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite27.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite27.scala index 016aa0414d..9a0309ae57 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite27.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite27.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite28.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite28.scala index 91bf30c774..62e534a410 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite28.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite28.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite29.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite29.scala index 134d93a126..48fedca14e 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite29.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite29.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite30.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite30.scala index 63d90247b0..74a159d0c5 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite30.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite30.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite31.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite31.scala index d6f534f7af..2a2b9ec07d 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite31.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite31.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite32.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite32.scala index 93d218085d..ca6188da4a 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite32.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite32.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite33.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite33.scala index e45ed27488..6cbae4407d 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite33.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite33.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite34.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite34.scala index c1cda1eb83..86b3353e29 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite34.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite34.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite35.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite35.scala index 97bbff2bf3..84663375f1 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite35.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite35.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuites.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuites.scala index da038392fa..edea96eddb 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuites.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuites.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/RandomTest.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/RandomTest.scala index f81698e4bc..c1f1723ef5 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/RandomTest.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/RandomTest.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP Inc. + * Copyright 2021 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/ColumnValueGenerator.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/ColumnValueGenerator.scala index 94aea734d3..a630a617c9 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/ColumnValueGenerator.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/ColumnValueGenerator.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/DataGenerator.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/DataGenerator.scala index c0103bc765..72bb321813 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/DataGenerator.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/DataGenerator.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/DataType.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/DataType.scala index f882f34086..e5d2bf7fdc 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/DataType.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/DataType.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/GeneratorUtils.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/GeneratorUtils.scala index 7aee0ec149..2004054dd6 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/GeneratorUtils.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/GeneratorUtils.scala @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/Index.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/Index.scala index c9a941e0fc..9cbfec5b90 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/Index.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/Index.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/IndexColumn.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/IndexColumn.scala index f6a2a2b142..4d64e5e1f7 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/IndexColumn.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/IndexColumn.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/NullableType.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/NullableType.scala index 24591d2351..b3ccfe0582 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/NullableType.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/NullableType.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP Inc. + * Copyright 2021 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/Schema.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/Schema.scala index 62f341edd3..4a1de216fc 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/Schema.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/Schema.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/SchemaAndData.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/SchemaAndData.scala index e7a46d8295..dc52b4f531 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/SchemaAndData.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/SchemaAndData.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db-random-test/src/test/scala/com/pingcap/tispark/test/RandomTestSuite.scala b/db-random-test/src/test/scala/com/pingcap/tispark/test/RandomTestSuite.scala index 9d4d653e17..1dee815d3f 100644 --- a/db-random-test/src/test/scala/com/pingcap/tispark/test/RandomTestSuite.scala +++ b/db-random-test/src/test/scala/com/pingcap/tispark/test/RandomTestSuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2021 PingCAP Inc. + * Copyright 2021 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/db-random-test/src/test/scala/com/pingcap/tispark/test/generator/DataGeneratorSuite.scala b/db-random-test/src/test/scala/com/pingcap/tispark/test/generator/DataGeneratorSuite.scala index e9877fe854..0db794c878 100644 --- a/db-random-test/src/test/scala/com/pingcap/tispark/test/generator/DataGeneratorSuite.scala +++ b/db-random-test/src/test/scala/com/pingcap/tispark/test/generator/DataGeneratorSuite.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spark-wrapper/spark-3.0/src/main/scala/com/pingcap/tispark/SparkWrapper.scala b/spark-wrapper/spark-3.0/src/main/scala/com/pingcap/tispark/SparkWrapper.scala index d1bb1d8252..1d8e85fb22 100644 --- a/spark-wrapper/spark-3.0/src/main/scala/com/pingcap/tispark/SparkWrapper.scala +++ b/spark-wrapper/spark-3.0/src/main/scala/com/pingcap/tispark/SparkWrapper.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP Inc. + * Copyright 2021 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiBasicExpression.scala b/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiBasicExpression.scala index 8fdc718366..3b60688f62 100644 --- a/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiBasicExpression.scala +++ b/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiBasicExpression.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2021 PingCAP Inc. + * Copyright 2021 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/extensions/TiAggregationProjection.scala b/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/extensions/TiAggregationProjection.scala index 47c9f69fab..d5f3f0b2f3 100644 --- a/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/extensions/TiAggregationProjection.scala +++ b/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/extensions/TiAggregationProjection.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 PingCAP Inc. + * Copyright 2022 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/extensions/TiStrategy.scala b/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/extensions/TiStrategy.scala index e79c5255ed..3b21a8eb95 100644 --- a/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/extensions/TiStrategy.scala +++ b/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/extensions/TiStrategy.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 PingCAP Inc. + * Copyright 2022 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spark-wrapper/spark-3.1/src/main/scala/com/pingcap/tispark/SparkWrapper.scala b/spark-wrapper/spark-3.1/src/main/scala/com/pingcap/tispark/SparkWrapper.scala index 447ca2dffe..ee55770fbd 100644 --- a/spark-wrapper/spark-3.1/src/main/scala/com/pingcap/tispark/SparkWrapper.scala +++ b/spark-wrapper/spark-3.1/src/main/scala/com/pingcap/tispark/SparkWrapper.scala @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP Inc. + * Copyright 2021 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiBasicExpression.scala b/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiBasicExpression.scala index 15224928cf..ca6faf8090 100644 --- a/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiBasicExpression.scala +++ b/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiBasicExpression.scala @@ -1,6 +1,6 @@ /* * - * Copyright 2021 PingCAP Inc. + * Copyright 2021 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/extensions/TiAggregationProjectionV2.scala b/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/extensions/TiAggregationProjectionV2.scala index 75effb1bc7..c335b4bea5 100644 --- a/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/extensions/TiAggregationProjectionV2.scala +++ b/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/extensions/TiAggregationProjectionV2.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 PingCAP Inc. + * Copyright 2022 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/extensions/TiStrategy.scala b/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/extensions/TiStrategy.scala index bf838571bc..15f8676884 100644 --- a/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/extensions/TiStrategy.scala +++ b/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/extensions/TiStrategy.scala @@ -1,5 +1,5 @@ /* - * Copyright 2022 PingCAP Inc. + * Copyright 2022 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/scripts/proto.sh b/tikv-client/scripts/proto.sh index ee16018c43..23c668ca7b 100755 --- a/tikv-client/scripts/proto.sh +++ b/tikv-client/scripts/proto.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2017 PingCAP Inc. +# Copyright 2017 PingCAP, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/AbstractGRPCClient.java b/tikv-client/src/main/java/com/pingcap/tikv/AbstractGRPCClient.java index 64f8c475ae..b75e550e67 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/AbstractGRPCClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/AbstractGRPCClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/BytePairWrapper.java b/tikv-client/src/main/java/com/pingcap/tikv/BytePairWrapper.java index 27c1baa468..c19a82aa38 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/BytePairWrapper.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/BytePairWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/ByteWrapper.java b/tikv-client/src/main/java/com/pingcap/tikv/ByteWrapper.java index 1d49510013..13e97119b5 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/ByteWrapper.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/ByteWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/ExtendedDateTime.java b/tikv-client/src/main/java/com/pingcap/tikv/ExtendedDateTime.java index e6787cf1fb..26a26fef77 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/ExtendedDateTime.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/ExtendedDateTime.java @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/KVClient.java b/tikv-client/src/main/java/com/pingcap/tikv/KVClient.java index 2653fbc02f..e36fe4b3f6 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/KVClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/KVClient.java @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/Main.java b/tikv-client/src/main/java/com/pingcap/tikv/Main.java index 045354b496..7f1d8c4e30 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/Main.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/Main.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/PDClient.java b/tikv-client/src/main/java/com/pingcap/tikv/PDClient.java index 50045aa40d..61eed95ab7 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/PDClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/PDClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/ReadOnlyPDClient.java b/tikv-client/src/main/java/com/pingcap/tikv/ReadOnlyPDClient.java index 0a071a31fd..d9b620bcf1 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/ReadOnlyPDClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/ReadOnlyPDClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/Snapshot.java b/tikv-client/src/main/java/com/pingcap/tikv/Snapshot.java index b0ea12ff52..14d5e38b34 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/Snapshot.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/Snapshot.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/StoreVersion.java b/tikv-client/src/main/java/com/pingcap/tikv/StoreVersion.java index 4895310947..77c83f2dab 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/StoreVersion.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/StoreVersion.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/TTLManager.java b/tikv-client/src/main/java/com/pingcap/tikv/TTLManager.java index c7d6c0110d..510dd875ee 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/TTLManager.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/TTLManager.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/TiBatchWriteUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/TiBatchWriteUtils.java index 39267ad559..f3fb8db58c 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/TiBatchWriteUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/TiBatchWriteUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/TiConfiguration.java b/tikv-client/src/main/java/com/pingcap/tikv/TiConfiguration.java index 63524a3f25..f74a532206 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/TiConfiguration.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/TiConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/TiDBJDBCClient.java b/tikv-client/src/main/java/com/pingcap/tikv/TiDBJDBCClient.java index f8c402f606..651451e992 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/TiDBJDBCClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/TiDBJDBCClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/TiSession.java b/tikv-client/src/main/java/com/pingcap/tikv/TiSession.java index e58b8d921a..6582151469 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/TiSession.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/TiSession.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/TwoPhaseCommitter.java b/tikv-client/src/main/java/com/pingcap/tikv/TwoPhaseCommitter.java index e58fb07dce..6a11f3b91d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/TwoPhaseCommitter.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/TwoPhaseCommitter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/Utils.java b/tikv-client/src/main/java/com/pingcap/tikv/Utils.java index b6635a646e..cac01cc6ed 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/Utils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/Utils.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/Version.java b/tikv-client/src/main/java/com/pingcap/tikv/Version.java index 04f98d3990..569cf33a31 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/Version.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/Version.java @@ -1,6 +1,6 @@ /* * - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/allocator/RowIDAllocator.java b/tikv-client/src/main/java/com/pingcap/tikv/allocator/RowIDAllocator.java index ec7e6b6cc3..065e1af3e6 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/allocator/RowIDAllocator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/allocator/RowIDAllocator.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/catalog/Catalog.java b/tikv-client/src/main/java/com/pingcap/tikv/catalog/Catalog.java index 5f41c4b465..aa3ca80681 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/catalog/Catalog.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/catalog/Catalog.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/catalog/CatalogTransaction.java b/tikv-client/src/main/java/com/pingcap/tikv/catalog/CatalogTransaction.java index 2453bc96a9..9ad28bf5eb 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/catalog/CatalogTransaction.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/catalog/CatalogTransaction.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/Codec.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/Codec.java index 1f8b6587b5..dcf1a25047 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/Codec.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/Codec.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataInput.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataInput.java index c1ab1dfa4f..fc14af198f 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataInput.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataInput.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataInputLittleEndian.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataInputLittleEndian.java index 91c0954f8d..9128d37c13 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataInputLittleEndian.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataInputLittleEndian.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataOutput.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataOutput.java index 4f03b8fe8e..93246cecf7 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataOutput.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataOutput.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataOutputLittleEndian.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataOutputLittleEndian.java index 2526fcc0dd..b15449b2a4 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataOutputLittleEndian.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataOutputLittleEndian.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/KeyUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/KeyUtils.java index 193b419519..67da7d3a59 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/KeyUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/KeyUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/MetaCodec.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/MetaCodec.java index 181f127beb..e0c3b61446 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/MetaCodec.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/MetaCodec.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/MyDecimal.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/MyDecimal.java index c0917d4e54..8bdc546e42 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/MyDecimal.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/MyDecimal.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/RowDecoderV2.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/RowDecoderV2.java index 93fe95af82..3fc0f63449 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/RowDecoderV2.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/RowDecoderV2.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/RowEncoderV2.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/RowEncoderV2.java index 9d0a4cdf49..4680396b68 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/RowEncoderV2.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/RowEncoderV2.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/RowV2.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/RowV2.java index cad7234090..5a7c2856fd 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/RowV2.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/RowV2.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodec.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodec.java index 81623da371..75c7b18e45 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodec.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodec.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodecV1.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodecV1.java index fd39927080..bf7a45ef78 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodecV1.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodecV1.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodecV2.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodecV2.java index 5acdd73761..f00eb0cf62 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodecV2.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodecV2.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/BatchedTiChunkColumnVector.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/BatchedTiChunkColumnVector.java index 1949b3fabd..e8437f2cfb 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/BatchedTiChunkColumnVector.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/BatchedTiChunkColumnVector.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiBlockColumnVector.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiBlockColumnVector.java index 3bf194fc25..9c35f55d74 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiBlockColumnVector.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiBlockColumnVector.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiChunk.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiChunk.java index 1be2302182..9968b35c03 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiChunk.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiChunk.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiChunkColumnVector.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiChunkColumnVector.java index 989d7e7ca4..b7542c044a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiChunkColumnVector.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiChunkColumnVector.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiCoreTime.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiCoreTime.java index a4df032334..b528bce73e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiCoreTime.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiCoreTime.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiRowColumnVector.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiRowColumnVector.java index a36db20d69..2589cd3919 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiRowColumnVector.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiRowColumnVector.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/AutoGrowByteBuffer.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/AutoGrowByteBuffer.java index 9c618ac48a..936513ccfb 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/AutoGrowByteBuffer.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/AutoGrowByteBuffer.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHType.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHType.java index 54426b827d..51cf420e69 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHType.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDate.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDate.java index c4bc8680e2..d096153956 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDate.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDate.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDateTime.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDateTime.java index 14669afc14..48b278944e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDateTime.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDateTime.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDecimal.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDecimal.java index 335a0c7cb2..bada7bddca 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDecimal.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDecimal.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeFixedString.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeFixedString.java index aaa3d02173..779a134f39 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeFixedString.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeFixedString.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDate.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDate.java index a62019d250..bf9b2c4ab7 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDate.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDate.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDateTime.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDateTime.java index eb0ac83b49..3b6c9cee5d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDateTime.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDateTime.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeNumber.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeNumber.java index e91924de9e..cb34ccb4f3 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeNumber.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeNumber.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeString.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeString.java index 8b954b5ef0..9ce37cb77b 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeString.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeString.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/event/CacheInvalidateEvent.java b/tikv-client/src/main/java/com/pingcap/tikv/event/CacheInvalidateEvent.java index c6dfd38531..ff8db9c1a1 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/event/CacheInvalidateEvent.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/event/CacheInvalidateEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/AllocateRowIDOverflowException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/AllocateRowIDOverflowException.java index 841d675362..141eb5d989 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/AllocateRowIDOverflowException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/AllocateRowIDOverflowException.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/CastingException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/CastingException.java index 43fafce3b5..329dd192d5 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/CastingException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/CastingException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/CodecException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/CodecException.java index 258ebbc8f6..6e90174377 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/CodecException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/CodecException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/ConvertNotSupportException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/ConvertNotSupportException.java index 0d3c65a8bd..074e058c43 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/ConvertNotSupportException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/ConvertNotSupportException.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/ConvertOverflowException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/ConvertOverflowException.java index 295656f231..7db8664fda 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/ConvertOverflowException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/ConvertOverflowException.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/DAGRequestException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/DAGRequestException.java index 50f21d402e..9d3bf7c0c6 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/DAGRequestException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/DAGRequestException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/GrpcException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/GrpcException.java index 580b02dc59..67e1a3cce6 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/GrpcException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/GrpcException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/IgnoreUnsupportedTypeException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/IgnoreUnsupportedTypeException.java index 4cb6aee62a..366869a1cb 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/IgnoreUnsupportedTypeException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/IgnoreUnsupportedTypeException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/InvalidCodecFormatException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/InvalidCodecFormatException.java index 73035ab8ef..718da12675 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/InvalidCodecFormatException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/InvalidCodecFormatException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/KeyException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/KeyException.java index 1041657cc2..bd8dbe8195 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/KeyException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/KeyException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/LockException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/LockException.java index 22f659bfdd..02a7969d03 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/LockException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/LockException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/RegionException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/RegionException.java index e331b78f77..eee29376f6 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/RegionException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/RegionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/RegionTaskException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/RegionTaskException.java index 69efc116da..4047b3f5a5 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/RegionTaskException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/RegionTaskException.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 PingCAP Inc. + * Copyright 2018 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/ResolveLockException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/ResolveLockException.java index d2977f0176..28d62d8fa3 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/ResolveLockException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/ResolveLockException.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/SelectException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/SelectException.java index 4ad2999e71..0b5758bf4e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/SelectException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/SelectException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiBatchWriteException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiBatchWriteException.java index f8cc103d4b..957fe4320a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiBatchWriteException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiBatchWriteException.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiClientInternalException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiClientInternalException.java index a5784443db..1c3b1e836c 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiClientInternalException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiClientInternalException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiDBConvertException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiDBConvertException.java index d68e90deb2..5e47f47653 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiDBConvertException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiDBConvertException.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiExpressionException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiExpressionException.java index 29133f4da1..c9f7d9353c 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiExpressionException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiExpressionException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiInternalException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiInternalException.java index 067ee82719..739c8c1148 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiInternalException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiInternalException.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiKVException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiKVException.java index cc72167230..14b6e08e88 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiKVException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiKVException.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/TxnNotFoundException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/TxnNotFoundException.java index c7330c0758..a19ed03484 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/TxnNotFoundException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/TxnNotFoundException.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/TypeException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/TypeException.java index d4ebb234e6..8c4ecee700 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/TypeException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/TypeException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedPartitionExprException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedPartitionExprException.java index 3656ec1ba6..874f93696b 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedPartitionExprException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedPartitionExprException.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedSyntaxException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedSyntaxException.java index 6ec0ec07a2..f2f8dc1c82 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedSyntaxException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedSyntaxException.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedTypeException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedTypeException.java index dd58f0acaf..92a9a05c14 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedTypeException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedTypeException.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/WriteConflictException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/WriteConflictException.java index e64c8fc851..113f94382d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/WriteConflictException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/WriteConflictException.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/AggregateFunction.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/AggregateFunction.java index bdd81a13de..9961ff6924 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/AggregateFunction.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/AggregateFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/ArithmeticBinaryExpression.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/ArithmeticBinaryExpression.java index 3cd8dabe1e..b4dee817e9 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/ArithmeticBinaryExpression.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/ArithmeticBinaryExpression.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/Blocklist.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/Blocklist.java index bde6adfb54..4d965a5ccc 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/Blocklist.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/Blocklist.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/ByItem.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/ByItem.java index bdd85a5d07..601de292c3 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/ByItem.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/ByItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/ColumnRef.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/ColumnRef.java index e0c090ac9c..8b53003a64 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/ColumnRef.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/ColumnRef.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/ComparisonBinaryExpression.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/ComparisonBinaryExpression.java index 6be300f95f..203d8c2e12 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/ComparisonBinaryExpression.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/ComparisonBinaryExpression.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/Constant.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/Constant.java index 6bd33c0822..5dbe77e975 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/Constant.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/Constant.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/Expression.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/Expression.java index 8bedc73942..c284d0e66c 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/Expression.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/Expression.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/ExpressionBlocklist.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/ExpressionBlocklist.java index 69637d3720..d49de656b9 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/ExpressionBlocklist.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/ExpressionBlocklist.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/FuncCallExpr.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/FuncCallExpr.java index 579f0a0a54..40ffc84557 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/FuncCallExpr.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/FuncCallExpr.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/FuncCallExprEval.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/FuncCallExprEval.java index 995cc00728..5c312ebf06 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/FuncCallExprEval.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/FuncCallExprEval.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/IsNull.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/IsNull.java index 3ea8a40019..19966b02d0 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/IsNull.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/IsNull.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/LogicalBinaryExpression.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/LogicalBinaryExpression.java index ed40f73158..8661bacace 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/LogicalBinaryExpression.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/LogicalBinaryExpression.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/Not.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/Not.java index bd16703ede..490b75c5ab 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/Not.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/Not.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/PartitionPruner.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/PartitionPruner.java index 053446a18c..3e0dd269d6 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/PartitionPruner.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/PartitionPruner.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/RangeColumnPartitionPruner.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/RangeColumnPartitionPruner.java index c0e29c3e86..13d04d06a6 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/RangeColumnPartitionPruner.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/RangeColumnPartitionPruner.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/RangePartitionPruner.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/RangePartitionPruner.java index 6b87d5f14c..ca1a41e8c4 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/RangePartitionPruner.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/RangePartitionPruner.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/StringRegExpression.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/StringRegExpression.java index a59eb54ea5..425dd73826 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/StringRegExpression.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/StringRegExpression.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/TypeBlocklist.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/TypeBlocklist.java index 7169a71e82..ddea2c378d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/TypeBlocklist.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/TypeBlocklist.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/Visitor.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/Visitor.java index 90a425c4be..48a29902e4 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/Visitor.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/Visitor.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/ColumnMatcher.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/ColumnMatcher.java index 488ca9519e..e6d8bf6188 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/ColumnMatcher.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/ColumnMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 PingCAP Inc. + * Copyright 2018 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/DefaultVisitor.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/DefaultVisitor.java index 7fa72e6f47..26bad7a433 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/DefaultVisitor.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/DefaultVisitor.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/IndexMatcher.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/IndexMatcher.java index ea9f9e9ac9..654007cdec 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/IndexMatcher.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/IndexMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/IndexRangeSetBuilder.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/IndexRangeSetBuilder.java index 24a692e012..434dda9204 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/IndexRangeSetBuilder.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/IndexRangeSetBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/MetaResolver.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/MetaResolver.java index a52caf267a..c7ad80f733 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/MetaResolver.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/MetaResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PartAndFilterExprRewriter.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PartAndFilterExprRewriter.java index c010eae6bb..4555a7dc2e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PartAndFilterExprRewriter.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PartAndFilterExprRewriter.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/ProtoConverter.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/ProtoConverter.java index 119081db6b..2df77a3405 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/ProtoConverter.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/ProtoConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PrunedPartitionBuilder.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PrunedPartitionBuilder.java index 793cb6726e..625f4468cd 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PrunedPartitionBuilder.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PrunedPartitionBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PseudoCostCalculator.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PseudoCostCalculator.java index bcb2745828..eaaa6b5218 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PseudoCostCalculator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PseudoCostCalculator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/RangeSetBuilder.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/RangeSetBuilder.java index a72dc60a5e..aae5376b6d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/RangeSetBuilder.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/RangeSetBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/SupportedExpressionValidator.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/SupportedExpressionValidator.java index cbe2622d33..fef0bc95d7 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/SupportedExpressionValidator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/SupportedExpressionValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/jdbc/JDBCClient.java b/tikv-client/src/main/java/com/pingcap/tikv/jdbc/JDBCClient.java index 6dc3918983..fc91e99a79 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/jdbc/JDBCClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/jdbc/JDBCClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP Inc. + * Copyright 2021 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/jdbc/RowMapper.java b/tikv-client/src/main/java/com/pingcap/tikv/jdbc/RowMapper.java index 1880da368e..ba51f534f9 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/jdbc/RowMapper.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/jdbc/RowMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2021 PingCAP Inc. + * Copyright 2021 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/CommonHandle.java b/tikv-client/src/main/java/com/pingcap/tikv/key/CommonHandle.java index 85eaa49c62..d197689cd3 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/CommonHandle.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/CommonHandle.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/CompoundKey.java b/tikv-client/src/main/java/com/pingcap/tikv/key/CompoundKey.java index 6300ec33f6..f2bb674728 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/CompoundKey.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/CompoundKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/Handle.java b/tikv-client/src/main/java/com/pingcap/tikv/key/Handle.java index 96955531e2..dabe47217d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/Handle.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/Handle.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/IndexKey.java b/tikv-client/src/main/java/com/pingcap/tikv/key/IndexKey.java index eb5fa0f832..369a38bcd5 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/IndexKey.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/IndexKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/IndexScanKeyRangeBuilder.java b/tikv-client/src/main/java/com/pingcap/tikv/key/IndexScanKeyRangeBuilder.java index db44e3d55c..50625f6801 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/IndexScanKeyRangeBuilder.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/IndexScanKeyRangeBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/IntHandle.java b/tikv-client/src/main/java/com/pingcap/tikv/key/IntHandle.java index 7eff9b4121..29ca605cdc 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/IntHandle.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/IntHandle.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/Key.java b/tikv-client/src/main/java/com/pingcap/tikv/key/Key.java index f72397d116..667c02490a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/Key.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/Key.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/KeyRangeBuilder.java b/tikv-client/src/main/java/com/pingcap/tikv/key/KeyRangeBuilder.java index ab72ea1a18..22435559c1 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/KeyRangeBuilder.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/KeyRangeBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/RowKey.java b/tikv-client/src/main/java/com/pingcap/tikv/key/RowKey.java index 598b81b5d3..fe9ced15cd 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/RowKey.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/RowKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/StatisticsKeyRangeBuilder.java b/tikv-client/src/main/java/com/pingcap/tikv/key/StatisticsKeyRangeBuilder.java index 48bc3149cf..ffa2d308b0 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/StatisticsKeyRangeBuilder.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/StatisticsKeyRangeBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/TypedKey.java b/tikv-client/src/main/java/com/pingcap/tikv/key/TypedKey.java index f83dfaa978..a394b491c7 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/TypedKey.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/TypedKey.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/CIStr.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/CIStr.java index 82297b1c31..b93af6e491 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/CIStr.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/CIStr.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/Collation.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/Collation.java index 34ece96b18..5ea3173c32 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/Collation.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/Collation.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/IndexType.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/IndexType.java index fc5571b126..4587faad52 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/IndexType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/IndexType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/SchemaState.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/SchemaState.java index 99dca885ec..dbd0dfaa09 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/SchemaState.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/SchemaState.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiColumnInfo.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiColumnInfo.java index f91fc91851..7645f13d5b 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiColumnInfo.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiColumnInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiDAGRequest.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiDAGRequest.java index c23cd200da..5569074c6a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiDAGRequest.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiDAGRequest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiDBInfo.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiDBInfo.java index 0757ecb0c9..5c6a76806e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiDBInfo.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiDBInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiFlashReplicaInfo.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiFlashReplicaInfo.java index ab967ae5f6..c740ba30db 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiFlashReplicaInfo.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiFlashReplicaInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiIndexColumn.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiIndexColumn.java index d1f56391eb..9c93bff633 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiIndexColumn.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiIndexColumn.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiIndexInfo.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiIndexInfo.java index ea039c3f0b..5786ace74d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiIndexInfo.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiIndexInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionDef.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionDef.java index ff06db1e80..88350a4267 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionDef.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionDef.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 PingCAP Inc. + * Copyright 2018 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionExpr.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionExpr.java index ad97c9fc10..674d8045af 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionExpr.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionExpr.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 PingCAP Inc. + * Copyright 2018 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionInfo.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionInfo.java index 120ec60a52..4164063d1f 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionInfo.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 PingCAP Inc. + * Copyright 2018 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiSequenceInfo.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiSequenceInfo.java index 4b9e96a0c2..69a54f33b8 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiSequenceInfo.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiSequenceInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiTableInfo.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiTableInfo.java index 07e3a358a0..142942b979 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiTableInfo.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiTableInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiTimestamp.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiTimestamp.java index 0e945a5434..b10b803a83 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiTimestamp.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiTimestamp.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiUserIdentity.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiUserIdentity.java index 469e1a9ace..1b42e20145 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiUserIdentity.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiUserIdentity.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiViewInfo.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiViewInfo.java index 4c7ef46290..6e2352efe8 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiViewInfo.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiViewInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/ErrorHandler.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/ErrorHandler.java index c931eca202..835451935a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/ErrorHandler.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/ErrorHandler.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/KVErrorHandler.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/KVErrorHandler.java index b4b8b8f508..526e6056c2 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/KVErrorHandler.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/KVErrorHandler.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/NoopHandler.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/NoopHandler.java index 396fc940d8..9014de7445 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/NoopHandler.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/NoopHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/PDErrorHandler.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/PDErrorHandler.java index 5d7153b3aa..a352132b17 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/PDErrorHandler.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/PDErrorHandler.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/SchemaInfer.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/SchemaInfer.java index 3062557f7f..97b4eaeb79 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/SchemaInfer.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/SchemaInfer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ChunkIterator.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ChunkIterator.java index a6ac43b4f9..9d4410704a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ChunkIterator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ChunkIterator.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ConcreteScanIterator.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ConcreteScanIterator.java index e5e622ae7e..44cfb586e0 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ConcreteScanIterator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ConcreteScanIterator.java @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/CoprocessorIterator.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/CoprocessorIterator.java index bfa4992418..346933476f 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/CoprocessorIterator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/CoprocessorIterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/DAGIterator.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/DAGIterator.java index 16391975af..8d7ef19748 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/DAGIterator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/DAGIterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/IndexScanIterator.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/IndexScanIterator.java index 2d24443ddc..b67cd7a6a9 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/IndexScanIterator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/IndexScanIterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ScanIterator.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ScanIterator.java index 18f7b8977d..5d413ef002 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ScanIterator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ScanIterator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/parser/AstBuilder.java b/tikv-client/src/main/java/com/pingcap/tikv/parser/AstBuilder.java index db9a7c222e..d78b985737 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/parser/AstBuilder.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/parser/AstBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/parser/CaseChangingCharStream.java b/tikv-client/src/main/java/com/pingcap/tikv/parser/CaseChangingCharStream.java index 22a80adbba..dc0f55141a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/parser/CaseChangingCharStream.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/parser/CaseChangingCharStream.java @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/parser/TiParser.java b/tikv-client/src/main/java/com/pingcap/tikv/parser/TiParser.java index 4265f5f266..e3b1959d11 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/parser/TiParser.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/parser/TiParser.java @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/pd/PDError.java b/tikv-client/src/main/java/com/pingcap/tikv/pd/PDError.java index e54a42bfda..28909ddab6 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/pd/PDError.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/pd/PDError.java @@ -1,6 +1,6 @@ /* * - * Copyright 2018 PingCAP Inc. + * Copyright 2018 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/pd/PDUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/pd/PDUtils.java index 26a444c7a5..f781e54eb5 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/pd/PDUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/pd/PDUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/policy/RetryMaxMs.java b/tikv-client/src/main/java/com/pingcap/tikv/policy/RetryMaxMs.java index c04a50954c..1f9fe2a2f7 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/policy/RetryMaxMs.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/policy/RetryMaxMs.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/policy/RetryPolicy.java b/tikv-client/src/main/java/com/pingcap/tikv/policy/RetryPolicy.java index adfefde079..51f0c09170 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/policy/RetryPolicy.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/policy/RetryPolicy.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/predicates/IndexRange.java b/tikv-client/src/main/java/com/pingcap/tikv/predicates/IndexRange.java index 36e14f1186..22d97cf5cb 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/predicates/IndexRange.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/predicates/IndexRange.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/predicates/PredicateUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/predicates/PredicateUtils.java index 60091a3fc0..aecf6386f0 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/predicates/PredicateUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/predicates/PredicateUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/predicates/ScanSpec.java b/tikv-client/src/main/java/com/pingcap/tikv/predicates/ScanSpec.java index ae6b3ba7b8..42c7f4203c 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/predicates/ScanSpec.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/predicates/ScanSpec.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/predicates/SelectivityCalculator.java b/tikv-client/src/main/java/com/pingcap/tikv/predicates/SelectivityCalculator.java index 566f4c019b..790e092dba 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/predicates/SelectivityCalculator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/predicates/SelectivityCalculator.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/predicates/TiKVScanAnalyzer.java b/tikv-client/src/main/java/com/pingcap/tikv/predicates/TiKVScanAnalyzer.java index e2596bd496..b6b6bd54a5 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/predicates/TiKVScanAnalyzer.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/predicates/TiKVScanAnalyzer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/region/AbstractRegionStoreClient.java b/tikv-client/src/main/java/com/pingcap/tikv/region/AbstractRegionStoreClient.java index a6053f31d3..5a637cd5fe 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/region/AbstractRegionStoreClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/region/AbstractRegionStoreClient.java @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/region/RegionErrorReceiver.java b/tikv-client/src/main/java/com/pingcap/tikv/region/RegionErrorReceiver.java index adc779974f..3c7f97a93e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/region/RegionErrorReceiver.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/region/RegionErrorReceiver.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/region/RegionManager.java b/tikv-client/src/main/java/com/pingcap/tikv/region/RegionManager.java index 0ff01f1b2d..301adbd6b6 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/region/RegionManager.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/region/RegionManager.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/region/RegionStoreClient.java b/tikv-client/src/main/java/com/pingcap/tikv/region/RegionStoreClient.java index 762fefc46e..4ebf44e7f6 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/region/RegionStoreClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/region/RegionStoreClient.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/region/TiRegion.java b/tikv-client/src/main/java/com/pingcap/tikv/region/TiRegion.java index 9f7aee6d33..a1c96935ee 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/region/TiRegion.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/region/TiRegion.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/region/TiStoreType.java b/tikv-client/src/main/java/com/pingcap/tikv/region/TiStoreType.java index ae6c785b21..2a6234d3ba 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/region/TiStoreType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/region/TiStoreType.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/row/DefaultRowReader.java b/tikv-client/src/main/java/com/pingcap/tikv/row/DefaultRowReader.java index 8cbfac24d7..96178d135a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/row/DefaultRowReader.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/row/DefaultRowReader.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/row/ObjectRowImpl.java b/tikv-client/src/main/java/com/pingcap/tikv/row/ObjectRowImpl.java index ef041bc104..5a3cfba3b4 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/row/ObjectRowImpl.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/row/ObjectRowImpl.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/row/Row.java b/tikv-client/src/main/java/com/pingcap/tikv/row/Row.java index 99f9a67a4d..160d760c78 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/row/Row.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/row/Row.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/row/RowReader.java b/tikv-client/src/main/java/com/pingcap/tikv/row/RowReader.java index 95051b3087..6c37e37f18 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/row/RowReader.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/row/RowReader.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/row/RowReaderFactory.java b/tikv-client/src/main/java/com/pingcap/tikv/row/RowReaderFactory.java index 27bf33dd8b..bbf8b9af3e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/row/RowReaderFactory.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/row/RowReaderFactory.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/statistics/Bucket.java b/tikv-client/src/main/java/com/pingcap/tikv/statistics/Bucket.java index 611174e485..06ba7dc528 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/statistics/Bucket.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/statistics/Bucket.java @@ -1,6 +1,6 @@ /* * - * Copyright 2018 PingCAP Inc. + * Copyright 2018 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/statistics/CMSketch.java b/tikv-client/src/main/java/com/pingcap/tikv/statistics/CMSketch.java index 01f8ca4bbc..fcdb12198b 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/statistics/CMSketch.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/statistics/CMSketch.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 PingCAP Inc. + * Copyright 2018 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/statistics/ColumnStatistics.java b/tikv-client/src/main/java/com/pingcap/tikv/statistics/ColumnStatistics.java index 25dcfc25a8..fb96ec5aa1 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/statistics/ColumnStatistics.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/statistics/ColumnStatistics.java @@ -1,6 +1,6 @@ /* * - * Copyright 2018 PingCAP Inc. + * Copyright 2018 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/statistics/Histogram.java b/tikv-client/src/main/java/com/pingcap/tikv/statistics/Histogram.java index ed1b88a486..ec8d8e5d23 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/statistics/Histogram.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/statistics/Histogram.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 PingCAP Inc. + * Copyright 2018 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/statistics/IndexStatistics.java b/tikv-client/src/main/java/com/pingcap/tikv/statistics/IndexStatistics.java index a784c1dd50..ea14257015 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/statistics/IndexStatistics.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/statistics/IndexStatistics.java @@ -1,5 +1,5 @@ /* - * Copyright 2018 PingCAP Inc. + * Copyright 2018 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/statistics/TableStatistics.java b/tikv-client/src/main/java/com/pingcap/tikv/statistics/TableStatistics.java index ca14d75502..130b6927cc 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/statistics/TableStatistics.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/statistics/TableStatistics.java @@ -1,6 +1,6 @@ /* * - * Copyright 2018 PingCAP Inc. + * Copyright 2018 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/streaming/StreamingResponse.java b/tikv-client/src/main/java/com/pingcap/tikv/streaming/StreamingResponse.java index 466fe606c5..d5e63dea2d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/streaming/StreamingResponse.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/streaming/StreamingResponse.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/tools/RegionUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/tools/RegionUtils.java index 2a85a1bfa3..81a2a7848a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/tools/RegionUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/tools/RegionUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/AbstractLockResolverClient.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/AbstractLockResolverClient.java index 5699eecc5a..1e242f3a27 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/AbstractLockResolverClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/AbstractLockResolverClient.java @@ -1,6 +1,6 @@ /* * - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/AsyncResolveData.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/AsyncResolveData.java index 77d590c3bf..a494fd6a63 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/AsyncResolveData.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/AsyncResolveData.java @@ -1,6 +1,6 @@ /* * - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/Lock.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/Lock.java index 039c668670..6244c6adf5 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/Lock.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/Lock.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV2.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV2.java index c5346c9bb9..3461370808 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV2.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV2.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV3.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV3.java index 165a324828..924a3bede9 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV3.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV3.java @@ -1,6 +1,6 @@ /* * - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV4.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV4.java index 60ec6e8e60..10a0dbe7a3 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV4.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV4.java @@ -1,6 +1,6 @@ /* * - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/ResolveLockResult.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/ResolveLockResult.java index c3aa9b5ef8..eed4e034b8 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/ResolveLockResult.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/ResolveLockResult.java @@ -1,6 +1,6 @@ /* * - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnExpireTime.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnExpireTime.java index c579239355..726c03c9ec 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnExpireTime.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnExpireTime.java @@ -1,6 +1,6 @@ /* * - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnKVClient.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnKVClient.java index b5719e0bc5..7e4fffc40e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnKVClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnKVClient.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnStatus.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnStatus.java index 74401ebc3d..00b92cb1bb 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnStatus.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnStatus.java @@ -1,6 +1,6 @@ /* * - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/type/BatchKeys.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/type/BatchKeys.java index a351561ee6..f50f8a0cc9 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/type/BatchKeys.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/type/BatchKeys.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/type/GroupKeyResult.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/type/GroupKeyResult.java index aa7538c58e..645b60fa63 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/type/GroupKeyResult.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/type/GroupKeyResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/AbstractDateTimeType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/AbstractDateTimeType.java index 668171b2e2..4f6c605936 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/AbstractDateTimeType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/AbstractDateTimeType.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/BitType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/BitType.java index 03f22b02a8..79a34eb6da 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/BitType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/BitType.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/BytesType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/BytesType.java index 9554898061..428207103e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/BytesType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/BytesType.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/Charset.java b/tikv-client/src/main/java/com/pingcap/tikv/types/Charset.java index d08d01551f..e9b8301217 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/Charset.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/Charset.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/Converter.java b/tikv-client/src/main/java/com/pingcap/tikv/types/Converter.java index 958f1be476..ba04c88c8b 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/Converter.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/Converter.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/DataType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/DataType.java index 936693b517..c7cee3d2c1 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/DataType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/DataType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/DataTypeFactory.java b/tikv-client/src/main/java/com/pingcap/tikv/types/DataTypeFactory.java index 024ad186b4..5c674c08a1 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/DataTypeFactory.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/DataTypeFactory.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/DateTimeType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/DateTimeType.java index b22e5cf35d..d059f2c50e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/DateTimeType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/DateTimeType.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/DateType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/DateType.java index 67ad546f5b..1330badc7a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/DateType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/DateType.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/DecimalType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/DecimalType.java index d8b9aefcdc..6607ec9da1 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/DecimalType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/DecimalType.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/EnumType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/EnumType.java index af3935c2fa..0b8b23f911 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/EnumType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/EnumType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/IntegerType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/IntegerType.java index 6dd107cda9..4c5efa9c9a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/IntegerType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/IntegerType.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/JsonType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/JsonType.java index 9d3f5f79d9..369c8bb8f8 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/JsonType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/JsonType.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/MySQLType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/MySQLType.java index 614534ec35..7fb59adf37 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/MySQLType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/MySQLType.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/RealType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/RealType.java index bd8aecf771..b4c8deb42b 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/RealType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/RealType.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/SetType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/SetType.java index cf3e26e41a..e756f1de6e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/SetType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/SetType.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/StringType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/StringType.java index 2ae06c8bd8..1a9b436900 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/StringType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/StringType.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/TimeType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/TimeType.java index 1fa41b0826..b79ec86e83 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/TimeType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/TimeType.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/TimestampType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/TimestampType.java index de06d861cf..ae33d3d5e7 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/TimestampType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/TimestampType.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/UninitializedType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/UninitializedType.java index 6addd63773..b50a35d3e5 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/UninitializedType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/UninitializedType.java @@ -1,6 +1,6 @@ /* * - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/BackOffFunction.java b/tikv-client/src/main/java/com/pingcap/tikv/util/BackOffFunction.java index 2db8df917d..5c48307ed0 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/BackOffFunction.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/BackOffFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/BackOffer.java b/tikv-client/src/main/java/com/pingcap/tikv/util/BackOffer.java index 3edc0e2ec1..57383d119a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/BackOffer.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/BackOffer.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/Batch.java b/tikv-client/src/main/java/com/pingcap/tikv/util/Batch.java index dccda2916c..b825b13e09 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/Batch.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/Batch.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/CHTypeMapping.java b/tikv-client/src/main/java/com/pingcap/tikv/util/CHTypeMapping.java index aa264c39af..f26f45b152 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/CHTypeMapping.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/CHTypeMapping.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/ChannelFactory.java b/tikv-client/src/main/java/com/pingcap/tikv/util/ChannelFactory.java index fd903f4ea1..ebf17817cc 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/ChannelFactory.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/ChannelFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/ClientUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/util/ClientUtils.java index 8a858b794c..cf2c815101 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/ClientUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/ClientUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/ConcreteBackOffer.java b/tikv-client/src/main/java/com/pingcap/tikv/util/ConcreteBackOffer.java index cb3c827083..7a3de3726d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/ConcreteBackOffer.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/ConcreteBackOffer.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/FutureObserver.java b/tikv-client/src/main/java/com/pingcap/tikv/util/FutureObserver.java index d93ea01f95..d3db516ba2 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/FutureObserver.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/FutureObserver.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/JsonUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/util/JsonUtils.java index e34833b8eb..b9830258bc 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/JsonUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/JsonUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/KeyRangeUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/util/KeyRangeUtils.java index dfccbb1c86..7893eb5123 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/KeyRangeUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/KeyRangeUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/LogDesensitization.java b/tikv-client/src/main/java/com/pingcap/tikv/util/LogDesensitization.java index 64b61b381a..d966273fb7 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/LogDesensitization.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/LogDesensitization.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/MemoryUtil.java b/tikv-client/src/main/java/com/pingcap/tikv/util/MemoryUtil.java index 464569faaf..c8a7e72bbe 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/MemoryUtil.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/MemoryUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/Pair.java b/tikv-client/src/main/java/com/pingcap/tikv/util/Pair.java index 2dabf17a1f..c5ca21d31b 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/Pair.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/Pair.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/RangeSplitter.java b/tikv-client/src/main/java/com/pingcap/tikv/util/RangeSplitter.java index 71ff02f13e..3ac53fb957 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/RangeSplitter.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/RangeSplitter.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/Timer.java b/tikv-client/src/main/java/com/pingcap/tikv/util/Timer.java index d08dadf03f..5e97dda268 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/Timer.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/Timer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/TsoUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/util/TsoUtils.java index ab86d535be..ff92bf60b7 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/TsoUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/TsoUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/GrpcUtils.java b/tikv-client/src/test/java/com/pingcap/tikv/GrpcUtils.java index 3abcc67b06..4f6c05ddb9 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/GrpcUtils.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/GrpcUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/KVMockServer.java b/tikv-client/src/test/java/com/pingcap/tikv/KVMockServer.java index c9def6663c..3aef307162 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/KVMockServer.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/KVMockServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/MockServerTest.java b/tikv-client/src/test/java/com/pingcap/tikv/MockServerTest.java index 41df207de4..ec1fc2552e 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/MockServerTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/MockServerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/PDClientTest.java b/tikv-client/src/test/java/com/pingcap/tikv/PDClientTest.java index 6fb771f881..2526401041 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/PDClientTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/PDClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/PDMockServer.java b/tikv-client/src/test/java/com/pingcap/tikv/PDMockServer.java index e5fd320d93..e79b2b14c7 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/PDMockServer.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/PDMockServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/PDMockServerTest.java b/tikv-client/src/test/java/com/pingcap/tikv/PDMockServerTest.java index ff801a0271..f4d827d606 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/PDMockServerTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/PDMockServerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/RegionManagerTest.java b/tikv-client/src/test/java/com/pingcap/tikv/RegionManagerTest.java index 03d547ad29..13308d90f6 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/RegionManagerTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/RegionManagerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/RegionStoreClientTest.java b/tikv-client/src/test/java/com/pingcap/tikv/RegionStoreClientTest.java index 7177b407b0..69dd6192db 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/RegionStoreClientTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/RegionStoreClientTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/TiConfigurationTest.java b/tikv-client/src/test/java/com/pingcap/tikv/TiConfigurationTest.java index 2b80a3ef6a..81b028ac3d 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/TiConfigurationTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/TiConfigurationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/allocator/RowIDAllocatorTest.java b/tikv-client/src/test/java/com/pingcap/tikv/allocator/RowIDAllocatorTest.java index f2f62ecb13..0fc4e03c76 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/allocator/RowIDAllocatorTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/allocator/RowIDAllocatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/catalog/CatalogTest.java b/tikv-client/src/test/java/com/pingcap/tikv/catalog/CatalogTest.java index 828a036737..2307b037a4 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/catalog/CatalogTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/catalog/CatalogTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/catalog/CatalogTransactionTest.java b/tikv-client/src/test/java/com/pingcap/tikv/catalog/CatalogTransactionTest.java index 23e1d03b8b..fff5acee40 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/catalog/CatalogTransactionTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/catalog/CatalogTransactionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/codec/CodecTest.java b/tikv-client/src/test/java/com/pingcap/tikv/codec/CodecTest.java index c94e33c085..8f26610987 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/codec/CodecTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/codec/CodecTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/codec/KeyUtilsTest.java b/tikv-client/src/test/java/com/pingcap/tikv/codec/KeyUtilsTest.java index 6a941b0963..f0121b8868 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/codec/KeyUtilsTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/codec/KeyUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 PingCAP Inc. + * Copyright 2019 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/codec/MyDecimalTest.java b/tikv-client/src/test/java/com/pingcap/tikv/codec/MyDecimalTest.java index bcc110f89c..3df1d93470 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/codec/MyDecimalTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/codec/MyDecimalTest.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecTest.java b/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecTest.java index 0001674417..01f4978c0f 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecV1Test.java b/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecV1Test.java index 838a199e62..d388c1ee0d 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecV1Test.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecV1Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecV2Test.java b/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecV2Test.java index a30103ec7f..9490f3f3b5 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecV2Test.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecV2Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/expression/ComparisonBinaryExpressionTest.java b/tikv-client/src/test/java/com/pingcap/tikv/expression/ComparisonBinaryExpressionTest.java index 2681b901c3..7629b4e19e 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/expression/ComparisonBinaryExpressionTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/expression/ComparisonBinaryExpressionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/expression/visitor/PartAndFilterExprRewriterTest.java b/tikv-client/src/test/java/com/pingcap/tikv/expression/visitor/PartAndFilterExprRewriterTest.java index 771c10548a..653313f317 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/expression/visitor/PartAndFilterExprRewriterTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/expression/visitor/PartAndFilterExprRewriterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/key/CompoundKeyTest.java b/tikv-client/src/test/java/com/pingcap/tikv/key/CompoundKeyTest.java index e4d1a511b8..9e5fa23903 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/key/CompoundKeyTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/key/CompoundKeyTest.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/key/IndexKeyTest.java b/tikv-client/src/test/java/com/pingcap/tikv/key/IndexKeyTest.java index 00a33e31dc..de26fc81d3 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/key/IndexKeyTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/key/IndexKeyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/key/KeyTest.java b/tikv-client/src/test/java/com/pingcap/tikv/key/KeyTest.java index e2fdf654a6..a7250ae9ed 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/key/KeyTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/key/KeyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/meta/DBInfoTest.java b/tikv-client/src/test/java/com/pingcap/tikv/meta/DBInfoTest.java index c2f265f0fc..75e26e007c 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/meta/DBInfoTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/meta/DBInfoTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/meta/MetaUtils.java b/tikv-client/src/test/java/com/pingcap/tikv/meta/MetaUtils.java index 529767a007..1909328c4c 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/meta/MetaUtils.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/meta/MetaUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/meta/TiDAGRequestTest.java b/tikv-client/src/test/java/com/pingcap/tikv/meta/TiDAGRequestTest.java index 911853c82e..4d6e2a790d 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/meta/TiDAGRequestTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/meta/TiDAGRequestTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/meta/TiTableInfoTest.java b/tikv-client/src/test/java/com/pingcap/tikv/meta/TiTableInfoTest.java index 4e097cd733..cd592f7125 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/meta/TiTableInfoTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/meta/TiTableInfoTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/operation/ChunkIteratorTest.java b/tikv-client/src/test/java/com/pingcap/tikv/operation/ChunkIteratorTest.java index a2b4c15144..68292a35ee 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/operation/ChunkIteratorTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/operation/ChunkIteratorTest.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/operation/SchemaInferTest.java b/tikv-client/src/test/java/com/pingcap/tikv/operation/SchemaInferTest.java index bec441f622..1eab377c0d 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/operation/SchemaInferTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/operation/SchemaInferTest.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/operation/iterator/DAGIteratorTest.java b/tikv-client/src/test/java/com/pingcap/tikv/operation/iterator/DAGIteratorTest.java index 9cd9962978..03549be502 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/operation/iterator/DAGIteratorTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/operation/iterator/DAGIteratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/parser/TiParserTest.java b/tikv-client/src/test/java/com/pingcap/tikv/parser/TiParserTest.java index edd13d7b20..0f1db1908f 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/parser/TiParserTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/parser/TiParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/predicates/IndexMatcherTest.java b/tikv-client/src/test/java/com/pingcap/tikv/predicates/IndexMatcherTest.java index 571108f93f..4511ba068f 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/predicates/IndexMatcherTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/predicates/IndexMatcherTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/predicates/PredicateUtilsTest.java b/tikv-client/src/test/java/com/pingcap/tikv/predicates/PredicateUtilsTest.java index f74e3d4bb7..1d8b1bb6ab 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/predicates/PredicateUtilsTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/predicates/PredicateUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/predicates/TiKVScanAnalyzerTest.java b/tikv-client/src/test/java/com/pingcap/tikv/predicates/TiKVScanAnalyzerTest.java index 21d47be0c1..e10d7d7ca1 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/predicates/TiKVScanAnalyzerTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/predicates/TiKVScanAnalyzerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverAsyncCommitTest.java b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverAsyncCommitTest.java index 00eca44026..4975bb4453 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverAsyncCommitTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverAsyncCommitTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSITest.java b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSITest.java index 2a955aba1b..2f474d03f4 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSITest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSITest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV3OneRowTest.java b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV3OneRowTest.java index d31ba8622c..6d471ccde7 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV3OneRowTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV3OneRowTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV3TwoRowTest.java b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV3TwoRowTest.java index edec5ecd98..5bba647eab 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV3TwoRowTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV3TwoRowTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV4OneRowTest.java b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV4OneRowTest.java index 7428452752..21be10f1e1 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV4OneRowTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV4OneRowTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV4TwoRowTest.java b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV4TwoRowTest.java index 73c858eb0b..4ebd53632c 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV4TwoRowTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV4TwoRowTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverTest.java b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverTest.java index 68da68a7f3..e0529efa11 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/types/ConverterTest.java b/tikv-client/src/test/java/com/pingcap/tikv/types/ConverterTest.java index 9e53421ed8..fee933ecfe 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/types/ConverterTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/types/ConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/types/DataTypeFactoryTest.java b/tikv-client/src/test/java/com/pingcap/tikv/types/DataTypeFactoryTest.java index 8dda46ef7a..5859b0ce50 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/types/DataTypeFactoryTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/types/DataTypeFactoryTest.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/types/DecimalTypeTest.java b/tikv-client/src/test/java/com/pingcap/tikv/types/DecimalTypeTest.java index 2e88d52f8e..f5e3f41b36 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/types/DecimalTypeTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/types/DecimalTypeTest.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/types/IntegerTypeTest.java b/tikv-client/src/test/java/com/pingcap/tikv/types/IntegerTypeTest.java index 92cda3e813..f078d71f7f 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/types/IntegerTypeTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/types/IntegerTypeTest.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/types/RealTypeTest.java b/tikv-client/src/test/java/com/pingcap/tikv/types/RealTypeTest.java index 25a43637bc..3e0ff02443 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/types/RealTypeTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/types/RealTypeTest.java @@ -1,6 +1,6 @@ /* * - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/util/ConcreteBackOffTest.java b/tikv-client/src/test/java/com/pingcap/tikv/util/ConcreteBackOffTest.java index 419607d84b..581109a8ca 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/util/ConcreteBackOffTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/util/ConcreteBackOffTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2022 PingCAP Inc. + * Copyright 2022 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/util/RangeSplitterTest.java b/tikv-client/src/test/java/com/pingcap/tikv/util/RangeSplitterTest.java index 61ffd07b25..12e510ca5e 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/util/RangeSplitterTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/util/RangeSplitterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 PingCAP Inc. + * Copyright 2020 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/tikv-client/src/test/java/com/pingcap/tikv/util/ReflectionWrapper.java b/tikv-client/src/test/java/com/pingcap/tikv/util/ReflectionWrapper.java index b118e0d193..cbd65f2031 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/util/ReflectionWrapper.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/util/ReflectionWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 PingCAP Inc. + * Copyright 2017 PingCAP, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. From 561ea1efe2631095fb1d64b305b1ecdd433cdcde Mon Sep 17 00:00:00 2001 From: yangxin Date: Fri, 11 Mar 2022 18:43:09 +0800 Subject: [PATCH 15/19] test --- .../pingcap/tikv/datatype/TypeMapping.java | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/core/src/main/java/com/pingcap/tikv/datatype/TypeMapping.java b/core/src/main/java/com/pingcap/tikv/datatype/TypeMapping.java index 4bb6dee625..0c34089e68 100644 --- a/core/src/main/java/com/pingcap/tikv/datatype/TypeMapping.java +++ b/core/src/main/java/com/pingcap/tikv/datatype/TypeMapping.java @@ -1,17 +1,17 @@ -/* - * Copyright 2020 PingCAP, Inc. - * - * Licensed 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, - * See the License for the specific language governing permissions and - * limitations under the License. - */ +// +// Copyright 2020 PingCAP, Inc. +// +// Licensed 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, +// See the License for the specific language governing permissions and +// limitations under the License. +// package com.pingcap.tikv.datatype; From 04824f14a65a007147b3e2d3d3c0d2bc1a27431e Mon Sep 17 00:00:00 2001 From: yangxin Date: Fri, 18 Mar 2022 15:10:41 +0800 Subject: [PATCH 16/19] fix: license header --- .../tikv/columnar/TiColumnVectorAdapter.java | 1 + .../tikv/columnar/TiColumnarBatchHelper.java | 1 + .../pingcap/tikv/datatype/TypeMapping.java | 29 ++++++++++--------- .../com/pingcap/tispark/DefaultSource.scala | 1 + .../com/pingcap/tispark/MetaManager.scala | 1 + .../com/pingcap/tispark/TiConfigConst.scala | 1 + .../com/pingcap/tispark/TiDBRelation.scala | 1 + .../scala/com/pingcap/tispark/TiDBUtils.scala | 1 + .../com/pingcap/tispark/TiPartition.scala | 1 + .../com/pingcap/tispark/TiSparkInfo.scala | 1 + .../pingcap/tispark/TiTableReference.scala | 1 + .../CacheInvalidateAccumulator.scala | 1 + .../com/pingcap/tispark/auth/MySQLPriv.scala | 1 + .../tispark/auth/TiAuthorization.scala | 1 + .../handler/CacheInvalidateEventHandler.scala | 1 + .../listener/CacheInvalidateListener.scala | 1 + .../listener/PDCacheInvalidateListener.scala | 1 + .../tispark/statistics/StatisticsHelper.scala | 1 + .../statistics/StatisticsManager.scala | 1 + .../estimate/TableSizeEstimator.scala | 1 + .../tispark/utils/ReflectionUtil.scala | 1 + .../com/pingcap/tispark/utils/TiUtil.scala | 1 + .../com/pingcap/tispark/v2/TiDBTable.scala | 1 + .../tispark/v2/TiDBTableProvider.scala | 1 + .../com/pingcap/tispark/write/DBTable.scala | 1 + .../pingcap/tispark/write/EncodedKVPair.scala | 1 + .../tispark/write/SerializableKey.scala | 1 + .../pingcap/tispark/write/TiBatchWrite.scala | 1 + .../tispark/write/TiBatchWriteTable.scala | 1 + .../pingcap/tispark/write/TiDBOptions.scala | 1 + .../pingcap/tispark/write/TiDBWriter.scala | 1 + .../write/TiReginSplitPartitioner.scala | 1 + .../tispark/write/WrappedEncodedRow.scala | 1 + .../pingcap/tispark/write/WrappedRow.scala | 1 + .../org/apache/spark/sql/TiContext.scala | 1 + .../org/apache/spark/sql/TiExtensions.scala | 1 + .../catalyst/analyzer/TiAuthRuleFactory.scala | 1 + .../analyzer/TiAuthorizationRule.scala | 1 + .../sql/catalyst/catalog/TiCatalog.scala | 1 + .../expressions/BasicExpression.scala | 1 + .../catalyst/expressions/TiExprUtils.scala | 1 + .../expressions/aggregate/SpecialSum.scala | 1 + .../sql/catalyst/planner/TiAggregation.scala | 1 + .../catalyst/planner/TiAggregationImpl.scala | 1 + .../catalyst/planner/TiStrategyFactory.scala | 1 + .../spark/sql/execution/CoprocessorRDD.scala | 1 + .../spark/sql/execution/TiConverter.scala | 1 + .../spark/sql/tispark/TiHandleRDD.scala | 1 + .../org/apache/spark/sql/tispark/TiRDD.scala | 1 + .../apache/spark/sql/tispark/TiRowRDD.scala | 1 + .../tispark/BatchWriteIssueSuite.scala | 1 + .../pingcap/tispark/TiBatchWriteSuite.scala | 1 + .../scala/com/pingcap/tispark/UnitSuite.scala | 1 + .../tispark/auth/TiAuthIntegrationSuite.scala | 1 + .../pingcap/tispark/auth/TiAuthSuite.scala | 1 + .../tispark/concurrency/ConcurrencyTest.scala | 1 + .../concurrency/WriteDDLConflictSuite.scala | 1 + .../WriteDDLNotConflictSuite.scala | 1 + .../tispark/concurrency/WriteReadSuite.scala | 1 + .../concurrency/WriteWriteConflictSuite.scala | 1 + .../pingcap/tispark/convert/ToBitSuite.scala | 1 + .../tispark/convert/ToBytesSuite.scala | 1 + .../pingcap/tispark/convert/ToDateSuite.scala | 1 + .../tispark/convert/ToDateTimeSuite.scala | 1 + .../tispark/convert/ToDecimalSuite.scala | 1 + .../pingcap/tispark/convert/ToEnumSuite.scala | 1 + .../pingcap/tispark/convert/ToRealSuite.scala | 1 + .../tispark/convert/ToSignedSuite.scala | 1 + .../tispark/convert/ToStringSuite.scala | 1 + .../tispark/convert/ToTimestampSuite.scala | 1 + .../tispark/convert/ToUnsignedSuite.scala | 1 + .../datasource/AddingIndexInsertSuite.scala | 1 + .../datasource/AddingIndexReplaceSuite.scala | 1 + .../datasource/AutoIncrementSuite.scala | 1 + .../tispark/datasource/AutoRandomSuite.scala | 1 + .../datasource/BaseBatchWriteTest.scala | 1 + .../BaseBatchWriteWithoutDropTableTest.scala | 1 + .../datasource/BaseDataSourceTest.scala | 1 + .../datasource/BasicBatchWriteSuite.scala | 1 + .../tispark/datasource/BasicSQLSuite.scala | 1 + .../datasource/CheckUnsupportedSuite.scala | 1 + .../datasource/ColumnMappingSuite.scala | 1 + .../datasource/EdgeConditionSuite.scala | 1 + .../datasource/ExceptionTestSuite.scala | 1 + .../datasource/FilterPushdownSuite.scala | 1 + .../tispark/datasource/InsertSuite.scala | 1 + .../datasource/MissingParameterSuite.scala | 1 + .../tispark/datasource/OnlyOnePkSuite.scala | 1 + .../datasource/RowIDAllocatorSuite.scala | 1 + .../datasource/ShardRowIDBitsSuite.scala | 1 + .../tispark/datasource/TiSparkTypeSuite.scala | 1 + .../datasource/UpperCaseColumnNameSuite.scala | 1 + .../datatype/BatchWriteDataTypeSuite.scala | 1 + .../tispark/datatype/DecimalTypeSuite.scala | 1 + .../pingcap/tispark/index/LineItemSuite.scala | 1 + .../multitable/MultiTableWriteSuite.scala | 1 + .../tispark/overflow/BitOverflowSuite.scala | 1 + .../tispark/overflow/BytesOverflowSuite.scala | 1 + .../tispark/overflow/DateOverflowSuite.scala | 1 + .../overflow/DateTimeOverflowSuite.scala | 1 + .../overflow/DecimalOverflowSuite.scala | 1 + .../tispark/overflow/EnumOverflowSuite.scala | 1 + .../overflow/SignedOverflowSuite.scala | 1 + .../overflow/StringOverflowSuite.scala | 1 + .../overflow/UnsignedOverflowSuite.scala | 1 + .../tispark/tablelock/TableLockSuite.scala | 1 + .../tispark/tiflash/TiFlashSuite.scala | 1 + .../tispark/ttl/InitialTTLExpiredSuite.scala | 1 + .../tispark/ttl/LockTimeoutSuite.scala | 1 + .../org/apache/spark/SharedSparkContext.scala | 1 + .../org/apache/spark/SparkFunSuite.scala | 1 + .../spark/sql/AlterTableTestSuite.scala | 1 + .../spark/sql/BaseInitialOnceTest.scala | 1 + .../spark/sql/BaseTestGenerationSpec.scala | 1 + .../sql/BaseTiSparkEnableBatchWriteTest.scala | 1 + .../apache/spark/sql/BaseTiSparkTest.scala | 1 + .../spark/sql/ExpressionIndexSuite.scala | 1 + .../org/apache/spark/sql/IssueTestSuite.scala | 1 + .../sql/MultipleSparkSessionTestSuite.scala | 1 + .../apache/spark/sql/MysqlDataTypeSuite.scala | 1 + .../apache/spark/sql/OutputOffsetsSuite.scala | 1 + .../spark/sql/PartitionTableSuite.scala | 1 + .../org/apache/spark/sql/QueryTest.scala | 1 + .../apache/spark/sql/SequenceTestSuite.scala | 1 + .../spark/sql/SparkDataTypeTestSuite.scala | 1 + .../spark/sql/TiDBMapDatabaseSuite.scala | 1 + .../apache/spark/sql/TiSparkTestSpec.scala | 1 + .../apache/spark/sql/TimezoneTestSuite.scala | 1 + .../org/apache/spark/sql/ViewTestSuite.scala | 1 + .../spark/sql/benchmark/TPCDSQuerySuite.scala | 1 + .../spark/sql/benchmark/TPCHQuerySuite.scala | 1 + .../catalyst/catalog/CatalogTestSuite.scala | 1 + .../sql/catalyst/plans/BasePlanTest.scala | 1 + .../plans/logical/LogicalPlanTestSuite.scala | 1 + .../statistics/StatisticsTestSuite.scala | 1 + .../sql/clustered/ClusteredIndexTest.scala | 1 + .../spark/sql/clustered/IndexScan0Suite.scala | 1 + .../spark/sql/clustered/IndexScan1Suite.scala | 1 + .../spark/sql/clustered/TableScan0Suite.scala | 1 + .../spark/sql/clustered/TableScan1Suite.scala | 1 + .../sql/expression/Aggregate0Suite.scala | 1 + .../sql/expression/ArithmeticAgg0Suite.scala | 1 + .../sql/expression/ArithmeticTest0Suite.scala | 1 + .../sql/expression/ArithmeticTest1Suite.scala | 1 + .../sql/expression/ArithmeticTest2Suite.scala | 1 + .../spark/sql/expression/Between0Suite.scala | 1 + .../expression/ComplexAggregateSuite.scala | 1 + .../sql/expression/ComplexGroupBySuite.scala | 1 + .../spark/sql/expression/Count0Suite.scala | 1 + .../spark/sql/expression/Distinct0Suite.scala | 1 + .../sql/expression/FirstLast0Suite.scala | 1 + .../spark/sql/expression/Having0Suite.scala | 1 + .../spark/sql/expression/InTest0Suite.scala | 1 + .../spark/sql/expression/LikeTestSuite.scala | 1 + .../spark/sql/expression/OtherTestSuite.scala | 1 + .../spark/sql/expression/Union0Suite.scala | 1 + .../sql/expression/index/Between0Suite.scala | 1 + .../expression/index/ComprehensiveSuite.scala | 1 + .../index/CoveringIndex0Suite.scala | 1 + .../sql/expression/index/InTest0Suite.scala | 1 + .../sql/expression/index/Join0Suite.scala | 1 + .../index/PrefixIndexTestSuite.scala | 1 + .../sql/expression/index/Special0Suite.scala | 1 + .../expression/index/UnsignedTestSuite.scala | 1 + .../insertion/BatchWritePKAndIndexSuite.scala | 1 + .../sql/insertion/BatchWritePkSuite.scala | 1 + .../BatchWriteUniqueIndexSuite.scala | 1 + .../statistics/StatisticsManagerSuite.scala | 1 + .../spark/sql/test/SharedSQLContext.scala | 1 + .../apache/spark/sql/test/TestConstants.scala | 1 + .../spark/sql/test/TestSparkSession.scala | 1 + .../org/apache/spark/sql/test/Utils.scala | 1 + .../apache/spark/sql/txn/TxnTestSuite.scala | 1 + .../spark/sql/types/DataTypeNormalSuite.scala | 1 + .../sql/types/MultiColumnDataTypeSuite.scala | 1 + .../sql/types/SpecialTiDBTypeTestSuite.scala | 1 + .../spark/sql/types/pk/DataTypePKSuite.scala | 1 + .../pk/MultiColumnPKDataTypeSuite00.scala | 1 + .../pk/MultiColumnPKDataTypeSuite01.scala | 1 + .../pk/MultiColumnPKDataTypeSuite02.scala | 1 + .../pk/MultiColumnPKDataTypeSuite03.scala | 1 + .../pk/MultiColumnPKDataTypeSuite04.scala | 1 + .../pk/MultiColumnPKDataTypeSuite05.scala | 1 + .../pk/MultiColumnPKDataTypeSuite06.scala | 1 + .../pk/MultiColumnPKDataTypeSuite07.scala | 1 + .../pk/MultiColumnPKDataTypeSuite08.scala | 1 + .../pk/MultiColumnPKDataTypeSuite09.scala | 1 + .../pk/MultiColumnPKDataTypeSuite10.scala | 1 + .../pk/MultiColumnPKDataTypeSuite11.scala | 1 + .../pk/MultiColumnPKDataTypeSuite12.scala | 1 + .../pk/MultiColumnPKDataTypeSuite13.scala | 1 + .../pk/MultiColumnPKDataTypeSuite14.scala | 1 + .../pk/MultiColumnPKDataTypeSuite15.scala | 1 + .../pk/MultiColumnPKDataTypeSuite16.scala | 1 + .../pk/MultiColumnPKDataTypeSuite17.scala | 1 + .../pk/MultiColumnPKDataTypeSuite18.scala | 1 + .../pk/MultiColumnPKDataTypeSuite19.scala | 1 + .../pk/MultiColumnPKDataTypeSuite20.scala | 1 + .../pk/MultiColumnPKDataTypeSuite21.scala | 1 + .../pk/MultiColumnPKDataTypeSuite22.scala | 1 + .../pk/MultiColumnPKDataTypeSuite23.scala | 1 + .../pk/MultiColumnPKDataTypeSuite24.scala | 1 + .../pk/MultiColumnPKDataTypeSuite25.scala | 1 + .../pk/MultiColumnPKDataTypeSuite26.scala | 1 + .../pk/MultiColumnPKDataTypeSuite27.scala | 1 + .../pk/MultiColumnPKDataTypeSuite28.scala | 1 + .../pk/MultiColumnPKDataTypeSuite29.scala | 1 + .../pk/MultiColumnPKDataTypeSuite30.scala | 1 + .../pk/MultiColumnPKDataTypeSuite31.scala | 1 + .../pk/MultiColumnPKDataTypeSuite32.scala | 1 + .../pk/MultiColumnPKDataTypeSuite33.scala | 1 + .../pk/MultiColumnPKDataTypeSuite34.scala | 1 + .../pk/MultiColumnPKDataTypeSuite35.scala | 1 + .../pk/MultiColumnPKDataTypeSuites.scala | 1 + .../com/pingcap/tispark/test/RandomTest.scala | 1 + .../test/generator/ColumnValueGenerator.scala | 1 + .../test/generator/DataGenerator.scala | 1 + .../tispark/test/generator/DataType.scala | 1 + .../test/generator/GeneratorUtils.scala | 1 + .../tispark/test/generator/Index.scala | 1 + .../tispark/test/generator/IndexColumn.scala | 1 + .../tispark/test/generator/NullableType.scala | 1 + .../tispark/test/generator/Schema.scala | 1 + .../test/generator/SchemaAndData.scala | 1 + .../tispark/test/RandomTestSuite.scala | 1 + .../test/generator/DataGeneratorSuite.scala | 1 + .../com/pingcap/tispark/SparkWrapper.scala | 1 + .../expressions/TiBasicExpression.scala | 1 + .../extensions/TiAggregationProjection.scala | 1 + .../spark/sql/extensions/TiStrategy.scala | 1 + .../com/pingcap/tispark/SparkWrapper.scala | 1 + .../expressions/TiBasicExpression.scala | 1 + .../TiAggregationProjectionV2.scala | 1 + .../spark/sql/extensions/TiStrategy.scala | 1 + .../com/pingcap/tikv/AbstractGRPCClient.java | 1 + .../com/pingcap/tikv/BytePairWrapper.java | 1 + .../java/com/pingcap/tikv/ByteWrapper.java | 1 + .../com/pingcap/tikv/ExtendedDateTime.java | 1 + .../main/java/com/pingcap/tikv/KVClient.java | 1 + .../src/main/java/com/pingcap/tikv/Main.java | 1 + .../main/java/com/pingcap/tikv/PDClient.java | 1 + .../com/pingcap/tikv/ReadOnlyPDClient.java | 1 + .../main/java/com/pingcap/tikv/Snapshot.java | 1 + .../java/com/pingcap/tikv/StoreVersion.java | 1 + .../java/com/pingcap/tikv/TTLManager.java | 1 + .../com/pingcap/tikv/TiBatchWriteUtils.java | 1 + .../com/pingcap/tikv/TiConfiguration.java | 1 + .../java/com/pingcap/tikv/TiDBJDBCClient.java | 1 + .../main/java/com/pingcap/tikv/TiSession.java | 1 + .../com/pingcap/tikv/TwoPhaseCommitter.java | 1 + .../src/main/java/com/pingcap/tikv/Utils.java | 1 + .../main/java/com/pingcap/tikv/Version.java | 1 + .../tikv/allocator/RowIDAllocator.java | 1 + .../com/pingcap/tikv/catalog/Catalog.java | 1 + .../tikv/catalog/CatalogTransaction.java | 1 + .../java/com/pingcap/tikv/codec/Codec.java | 1 + .../pingcap/tikv/codec/CodecDataInput.java | 1 + .../codec/CodecDataInputLittleEndian.java | 1 + .../pingcap/tikv/codec/CodecDataOutput.java | 1 + .../codec/CodecDataOutputLittleEndian.java | 1 + .../java/com/pingcap/tikv/codec/KeyUtils.java | 1 + .../com/pingcap/tikv/codec/MetaCodec.java | 1 + .../com/pingcap/tikv/codec/MyDecimal.java | 1 + .../com/pingcap/tikv/codec/RowDecoderV2.java | 1 + .../com/pingcap/tikv/codec/RowEncoderV2.java | 1 + .../java/com/pingcap/tikv/codec/RowV2.java | 1 + .../com/pingcap/tikv/codec/TableCodec.java | 1 + .../com/pingcap/tikv/codec/TableCodecV1.java | 1 + .../com/pingcap/tikv/codec/TableCodecV2.java | 1 + .../columnar/BatchedTiChunkColumnVector.java | 1 + .../tikv/columnar/TiBlockColumnVector.java | 1 + .../com/pingcap/tikv/columnar/TiChunk.java | 1 + .../tikv/columnar/TiChunkColumnVector.java | 1 + .../com/pingcap/tikv/columnar/TiCoreTime.java | 1 + .../tikv/columnar/TiRowColumnVector.java | 1 + .../datatypes/AutoGrowByteBuffer.java | 1 + .../tikv/columnar/datatypes/CHType.java | 1 + .../tikv/columnar/datatypes/CHTypeDate.java | 1 + .../columnar/datatypes/CHTypeDateTime.java | 1 + .../columnar/datatypes/CHTypeDecimal.java | 1 + .../columnar/datatypes/CHTypeFixedString.java | 1 + .../tikv/columnar/datatypes/CHTypeMyDate.java | 1 + .../columnar/datatypes/CHTypeMyDateTime.java | 1 + .../tikv/columnar/datatypes/CHTypeNumber.java | 1 + .../tikv/columnar/datatypes/CHTypeString.java | 1 + .../tikv/event/CacheInvalidateEvent.java | 1 + .../AllocateRowIDOverflowException.java | 1 + .../tikv/exception/CastingException.java | 1 + .../tikv/exception/CodecException.java | 1 + .../exception/ConvertNotSupportException.java | 1 + .../exception/ConvertOverflowException.java | 1 + .../tikv/exception/DAGRequestException.java | 1 + .../pingcap/tikv/exception/GrpcException.java | 1 + .../IgnoreUnsupportedTypeException.java | 1 + .../InvalidCodecFormatException.java | 1 + .../pingcap/tikv/exception/KeyException.java | 1 + .../pingcap/tikv/exception/LockException.java | 1 + .../tikv/exception/RegionException.java | 1 + .../tikv/exception/RegionTaskException.java | 1 + .../tikv/exception/ResolveLockException.java | 1 + .../tikv/exception/SelectException.java | 1 + .../tikv/exception/TiBatchWriteException.java | 1 + .../exception/TiClientInternalException.java | 1 + .../tikv/exception/TiDBConvertException.java | 1 + .../tikv/exception/TiExpressionException.java | 1 + .../tikv/exception/TiInternalException.java | 1 + .../pingcap/tikv/exception/TiKVException.java | 1 + .../tikv/exception/TxnNotFoundException.java | 1 + .../pingcap/tikv/exception/TypeException.java | 1 + .../UnsupportedPartitionExprException.java | 1 + .../exception/UnsupportedSyntaxException.java | 1 + .../exception/UnsupportedTypeException.java | 1 + .../exception/WriteConflictException.java | 1 + .../tikv/expression/AggregateFunction.java | 1 + .../ArithmeticBinaryExpression.java | 1 + .../pingcap/tikv/expression/Blocklist.java | 1 + .../com/pingcap/tikv/expression/ByItem.java | 1 + .../pingcap/tikv/expression/ColumnRef.java | 1 + .../ComparisonBinaryExpression.java | 1 + .../com/pingcap/tikv/expression/Constant.java | 1 + .../pingcap/tikv/expression/Expression.java | 1 + .../tikv/expression/ExpressionBlocklist.java | 1 + .../pingcap/tikv/expression/FuncCallExpr.java | 1 + .../tikv/expression/FuncCallExprEval.java | 1 + .../com/pingcap/tikv/expression/IsNull.java | 1 + .../expression/LogicalBinaryExpression.java | 1 + .../java/com/pingcap/tikv/expression/Not.java | 1 + .../tikv/expression/PartitionPruner.java | 1 + .../RangeColumnPartitionPruner.java | 1 + .../tikv/expression/RangePartitionPruner.java | 1 + .../tikv/expression/StringRegExpression.java | 1 + .../tikv/expression/TypeBlocklist.java | 1 + .../com/pingcap/tikv/expression/Visitor.java | 1 + .../expression/visitor/ColumnMatcher.java | 1 + .../expression/visitor/DefaultVisitor.java | 1 + .../tikv/expression/visitor/IndexMatcher.java | 1 + .../visitor/IndexRangeSetBuilder.java | 1 + .../tikv/expression/visitor/MetaResolver.java | 1 + .../visitor/PartAndFilterExprRewriter.java | 1 + .../expression/visitor/ProtoConverter.java | 1 + .../visitor/PrunedPartitionBuilder.java | 1 + .../visitor/PseudoCostCalculator.java | 1 + .../expression/visitor/RangeSetBuilder.java | 1 + .../visitor/SupportedExpressionValidator.java | 1 + .../com/pingcap/tikv/jdbc/JDBCClient.java | 1 + .../java/com/pingcap/tikv/jdbc/RowMapper.java | 1 + .../com/pingcap/tikv/key/CommonHandle.java | 1 + .../com/pingcap/tikv/key/CompoundKey.java | 1 + .../java/com/pingcap/tikv/key/Handle.java | 1 + .../java/com/pingcap/tikv/key/IndexKey.java | 1 + .../tikv/key/IndexScanKeyRangeBuilder.java | 1 + .../java/com/pingcap/tikv/key/IntHandle.java | 1 + .../main/java/com/pingcap/tikv/key/Key.java | 1 + .../com/pingcap/tikv/key/KeyRangeBuilder.java | 1 + .../java/com/pingcap/tikv/key/RowKey.java | 1 + .../tikv/key/StatisticsKeyRangeBuilder.java | 1 + .../java/com/pingcap/tikv/key/TypedKey.java | 1 + .../java/com/pingcap/tikv/meta/CIStr.java | 1 + .../java/com/pingcap/tikv/meta/Collation.java | 1 + .../java/com/pingcap/tikv/meta/IndexType.java | 1 + .../com/pingcap/tikv/meta/SchemaState.java | 1 + .../com/pingcap/tikv/meta/TiColumnInfo.java | 1 + .../com/pingcap/tikv/meta/TiDAGRequest.java | 1 + .../java/com/pingcap/tikv/meta/TiDBInfo.java | 1 + .../pingcap/tikv/meta/TiFlashReplicaInfo.java | 1 + .../com/pingcap/tikv/meta/TiIndexColumn.java | 1 + .../com/pingcap/tikv/meta/TiIndexInfo.java | 1 + .../com/pingcap/tikv/meta/TiPartitionDef.java | 1 + .../pingcap/tikv/meta/TiPartitionExpr.java | 1 + .../pingcap/tikv/meta/TiPartitionInfo.java | 1 + .../com/pingcap/tikv/meta/TiSequenceInfo.java | 1 + .../com/pingcap/tikv/meta/TiTableInfo.java | 1 + .../com/pingcap/tikv/meta/TiTimestamp.java | 1 + .../com/pingcap/tikv/meta/TiUserIdentity.java | 1 + .../com/pingcap/tikv/meta/TiViewInfo.java | 1 + .../pingcap/tikv/operation/ErrorHandler.java | 1 + .../tikv/operation/KVErrorHandler.java | 1 + .../pingcap/tikv/operation/NoopHandler.java | 1 + .../tikv/operation/PDErrorHandler.java | 1 + .../pingcap/tikv/operation/SchemaInfer.java | 1 + .../operation/iterator/ChunkIterator.java | 1 + .../iterator/ConcreteScanIterator.java | 1 + .../iterator/CoprocessorIterator.java | 1 + .../tikv/operation/iterator/DAGIterator.java | 1 + .../operation/iterator/IndexScanIterator.java | 1 + .../tikv/operation/iterator/ScanIterator.java | 1 + .../com/pingcap/tikv/parser/AstBuilder.java | 1 + .../tikv/parser/CaseChangingCharStream.java | 1 + .../com/pingcap/tikv/parser/TiParser.java | 1 + .../java/com/pingcap/tikv/pd/PDError.java | 1 + .../java/com/pingcap/tikv/pd/PDUtils.java | 1 + .../com/pingcap/tikv/policy/RetryMaxMs.java | 1 + .../com/pingcap/tikv/policy/RetryPolicy.java | 1 + .../pingcap/tikv/predicates/IndexRange.java | 1 + .../tikv/predicates/PredicateUtils.java | 1 + .../com/pingcap/tikv/predicates/ScanSpec.java | 1 + .../predicates/SelectivityCalculator.java | 1 + .../tikv/predicates/TiKVScanAnalyzer.java | 1 + .../region/AbstractRegionStoreClient.java | 1 + .../tikv/region/RegionErrorReceiver.java | 1 + .../pingcap/tikv/region/RegionManager.java | 1 + .../tikv/region/RegionStoreClient.java | 1 + .../com/pingcap/tikv/region/TiRegion.java | 1 + .../com/pingcap/tikv/region/TiStoreType.java | 1 + .../pingcap/tikv/row/DefaultRowReader.java | 1 + .../com/pingcap/tikv/row/ObjectRowImpl.java | 1 + .../main/java/com/pingcap/tikv/row/Row.java | 1 + .../java/com/pingcap/tikv/row/RowReader.java | 1 + .../pingcap/tikv/row/RowReaderFactory.java | 1 + .../com/pingcap/tikv/statistics/Bucket.java | 1 + .../com/pingcap/tikv/statistics/CMSketch.java | 1 + .../tikv/statistics/ColumnStatistics.java | 1 + .../pingcap/tikv/statistics/Histogram.java | 1 + .../tikv/statistics/IndexStatistics.java | 1 + .../tikv/statistics/TableStatistics.java | 1 + .../tikv/streaming/StreamingResponse.java | 1 + .../com/pingcap/tikv/tools/RegionUtils.java | 1 + .../tikv/txn/AbstractLockResolverClient.java | 1 + .../pingcap/tikv/txn/AsyncResolveData.java | 1 + .../main/java/com/pingcap/tikv/txn/Lock.java | 1 + .../tikv/txn/LockResolverClientV2.java | 1 + .../tikv/txn/LockResolverClientV3.java | 1 + .../tikv/txn/LockResolverClientV4.java | 1 + .../pingcap/tikv/txn/ResolveLockResult.java | 1 + .../com/pingcap/tikv/txn/TxnExpireTime.java | 1 + .../com/pingcap/tikv/txn/TxnKVClient.java | 1 + .../java/com/pingcap/tikv/txn/TxnStatus.java | 1 + .../com/pingcap/tikv/txn/type/BatchKeys.java | 1 + .../tikv/txn/type/ClientRPCResult.java | 1 + .../pingcap/tikv/txn/type/GroupKeyResult.java | 1 + .../tikv/types/AbstractDateTimeType.java | 1 + .../java/com/pingcap/tikv/types/BitType.java | 1 + .../com/pingcap/tikv/types/BytesType.java | 1 + .../java/com/pingcap/tikv/types/Charset.java | 1 + .../com/pingcap/tikv/types/Converter.java | 1 + .../java/com/pingcap/tikv/types/DataType.java | 1 + .../pingcap/tikv/types/DataTypeFactory.java | 1 + .../com/pingcap/tikv/types/DateTimeType.java | 1 + .../java/com/pingcap/tikv/types/DateType.java | 1 + .../com/pingcap/tikv/types/DecimalType.java | 1 + .../java/com/pingcap/tikv/types/EnumType.java | 1 + .../com/pingcap/tikv/types/IntegerType.java | 1 + .../java/com/pingcap/tikv/types/JsonType.java | 1 + .../com/pingcap/tikv/types/MySQLType.java | 1 + .../java/com/pingcap/tikv/types/RealType.java | 1 + .../java/com/pingcap/tikv/types/SetType.java | 1 + .../com/pingcap/tikv/types/StringType.java | 1 + .../java/com/pingcap/tikv/types/TimeType.java | 1 + .../com/pingcap/tikv/types/TimestampType.java | 1 + .../pingcap/tikv/types/UninitializedType.java | 1 + .../pingcap/tikv/util/BackOffFunction.java | 1 + .../java/com/pingcap/tikv/util/BackOffer.java | 1 + .../java/com/pingcap/tikv/util/Batch.java | 1 + .../com/pingcap/tikv/util/CHTypeMapping.java | 1 + .../com/pingcap/tikv/util/ChannelFactory.java | 1 + .../com/pingcap/tikv/util/ClientUtils.java | 1 + .../pingcap/tikv/util/ConcreteBackOffer.java | 1 + .../com/pingcap/tikv/util/FutureObserver.java | 1 + .../java/com/pingcap/tikv/util/JsonUtils.java | 1 + .../com/pingcap/tikv/util/KeyRangeUtils.java | 1 + .../pingcap/tikv/util/LogDesensitization.java | 1 + .../com/pingcap/tikv/util/MemoryUtil.java | 1 + .../main/java/com/pingcap/tikv/util/Pair.java | 1 + .../com/pingcap/tikv/util/RangeSplitter.java | 1 + .../java/com/pingcap/tikv/util/Timer.java | 1 + .../java/com/pingcap/tikv/util/TsoUtils.java | 1 + .../test/java/com/pingcap/tikv/GrpcUtils.java | 1 + .../java/com/pingcap/tikv/KVMockServer.java | 1 + .../java/com/pingcap/tikv/MockServerTest.java | 1 + .../java/com/pingcap/tikv/PDClientTest.java | 1 + .../java/com/pingcap/tikv/PDMockServer.java | 1 + .../com/pingcap/tikv/PDMockServerTest.java | 1 + .../com/pingcap/tikv/RegionManagerTest.java | 1 + .../pingcap/tikv/RegionStoreClientTest.java | 1 + .../com/pingcap/tikv/TiConfigurationTest.java | 1 + .../tikv/allocator/RowIDAllocatorTest.java | 1 + .../com/pingcap/tikv/catalog/CatalogTest.java | 1 + .../tikv/catalog/CatalogTransactionTest.java | 1 + .../com/pingcap/tikv/codec/CodecTest.java | 1 + .../com/pingcap/tikv/codec/KeyUtilsTest.java | 1 + .../com/pingcap/tikv/codec/MyDecimalTest.java | 1 + .../pingcap/tikv/codec/TableCodecTest.java | 1 + .../pingcap/tikv/codec/TableCodecV1Test.java | 1 + .../pingcap/tikv/codec/TableCodecV2Test.java | 1 + .../ComparisonBinaryExpressionTest.java | 1 + .../PartAndFilterExprRewriterTest.java | 1 + .../com/pingcap/tikv/key/CompoundKeyTest.java | 1 + .../com/pingcap/tikv/key/IndexKeyTest.java | 1 + .../java/com/pingcap/tikv/key/KeyTest.java | 1 + .../com/pingcap/tikv/meta/DBInfoTest.java | 1 + .../java/com/pingcap/tikv/meta/MetaUtils.java | 1 + .../pingcap/tikv/meta/TiDAGRequestTest.java | 1 + .../pingcap/tikv/meta/TiTableInfoTest.java | 1 + .../tikv/operation/ChunkIteratorTest.java | 1 + .../tikv/operation/SchemaInferTest.java | 1 + .../operation/iterator/DAGIteratorTest.java | 1 + .../com/pingcap/tikv/parser/TiParserTest.java | 1 + .../tikv/predicates/IndexMatcherTest.java | 1 + .../tikv/predicates/PredicateUtilsTest.java | 1 + .../tikv/predicates/TiKVScanAnalyzerTest.java | 1 + .../tikv/txn/LockResolverAsyncCommitTest.java | 1 + .../pingcap/tikv/txn/LockResolverSITest.java | 1 + .../tikv/txn/LockResolverSIV3OneRowTest.java | 1 + .../tikv/txn/LockResolverSIV3TwoRowTest.java | 1 + .../tikv/txn/LockResolverSIV4OneRowTest.java | 1 + .../tikv/txn/LockResolverSIV4TwoRowTest.java | 1 + .../pingcap/tikv/txn/LockResolverTest.java | 1 + .../com/pingcap/tikv/types/ConverterTest.java | 1 + .../tikv/types/DataTypeFactoryTest.java | 1 + .../pingcap/tikv/types/DecimalTypeTest.java | 1 + .../pingcap/tikv/types/IntegerTypeTest.java | 1 + .../com/pingcap/tikv/types/RealTypeTest.java | 1 + .../tikv/util/ConcreteBackOffTest.java | 1 + .../pingcap/tikv/util/RangeSplitterTest.java | 1 + .../pingcap/tikv/util/ReflectionWrapper.java | 1 + 515 files changed, 529 insertions(+), 14 deletions(-) diff --git a/core/src/main/java/com/pingcap/tikv/columnar/TiColumnVectorAdapter.java b/core/src/main/java/com/pingcap/tikv/columnar/TiColumnVectorAdapter.java index ac2045e339..631eb7595d 100644 --- a/core/src/main/java/com/pingcap/tikv/columnar/TiColumnVectorAdapter.java +++ b/core/src/main/java/com/pingcap/tikv/columnar/TiColumnVectorAdapter.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/java/com/pingcap/tikv/columnar/TiColumnarBatchHelper.java b/core/src/main/java/com/pingcap/tikv/columnar/TiColumnarBatchHelper.java index 5652fd5de4..f3d83e9181 100644 --- a/core/src/main/java/com/pingcap/tikv/columnar/TiColumnarBatchHelper.java +++ b/core/src/main/java/com/pingcap/tikv/columnar/TiColumnarBatchHelper.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/java/com/pingcap/tikv/datatype/TypeMapping.java b/core/src/main/java/com/pingcap/tikv/datatype/TypeMapping.java index 0c34089e68..4ce5b24032 100644 --- a/core/src/main/java/com/pingcap/tikv/datatype/TypeMapping.java +++ b/core/src/main/java/com/pingcap/tikv/datatype/TypeMapping.java @@ -1,17 +1,18 @@ -// -// Copyright 2020 PingCAP, Inc. -// -// Licensed 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, -// See the License for the specific language governing permissions and -// limitations under the License. -// +/* + * Copyright 2020 PingCAP, Inc. + * + * Licensed 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. + */ package com.pingcap.tikv.datatype; diff --git a/core/src/main/scala/com/pingcap/tispark/DefaultSource.scala b/core/src/main/scala/com/pingcap/tispark/DefaultSource.scala index b9b81d5f4a..2d480ec9c7 100644 --- a/core/src/main/scala/com/pingcap/tispark/DefaultSource.scala +++ b/core/src/main/scala/com/pingcap/tispark/DefaultSource.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/MetaManager.scala b/core/src/main/scala/com/pingcap/tispark/MetaManager.scala index c8e8e6ad8f..df587ee070 100644 --- a/core/src/main/scala/com/pingcap/tispark/MetaManager.scala +++ b/core/src/main/scala/com/pingcap/tispark/MetaManager.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/TiConfigConst.scala b/core/src/main/scala/com/pingcap/tispark/TiConfigConst.scala index 2c79902034..2d202f468e 100644 --- a/core/src/main/scala/com/pingcap/tispark/TiConfigConst.scala +++ b/core/src/main/scala/com/pingcap/tispark/TiConfigConst.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/TiDBRelation.scala b/core/src/main/scala/com/pingcap/tispark/TiDBRelation.scala index 1086485335..0846615735 100644 --- a/core/src/main/scala/com/pingcap/tispark/TiDBRelation.scala +++ b/core/src/main/scala/com/pingcap/tispark/TiDBRelation.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/TiDBUtils.scala b/core/src/main/scala/com/pingcap/tispark/TiDBUtils.scala index db72934885..4b794a2ff2 100644 --- a/core/src/main/scala/com/pingcap/tispark/TiDBUtils.scala +++ b/core/src/main/scala/com/pingcap/tispark/TiDBUtils.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/TiPartition.scala b/core/src/main/scala/com/pingcap/tispark/TiPartition.scala index 0282178df7..ca6e7108d0 100644 --- a/core/src/main/scala/com/pingcap/tispark/TiPartition.scala +++ b/core/src/main/scala/com/pingcap/tispark/TiPartition.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/TiSparkInfo.scala b/core/src/main/scala/com/pingcap/tispark/TiSparkInfo.scala index b3f5764ea4..1f08ec5c49 100644 --- a/core/src/main/scala/com/pingcap/tispark/TiSparkInfo.scala +++ b/core/src/main/scala/com/pingcap/tispark/TiSparkInfo.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/TiTableReference.scala b/core/src/main/scala/com/pingcap/tispark/TiTableReference.scala index 3dcb39ed0d..a82c4a5136 100644 --- a/core/src/main/scala/com/pingcap/tispark/TiTableReference.scala +++ b/core/src/main/scala/com/pingcap/tispark/TiTableReference.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/accumulator/CacheInvalidateAccumulator.scala b/core/src/main/scala/com/pingcap/tispark/accumulator/CacheInvalidateAccumulator.scala index a90fb37663..ace701ba67 100644 --- a/core/src/main/scala/com/pingcap/tispark/accumulator/CacheInvalidateAccumulator.scala +++ b/core/src/main/scala/com/pingcap/tispark/accumulator/CacheInvalidateAccumulator.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/auth/MySQLPriv.scala b/core/src/main/scala/com/pingcap/tispark/auth/MySQLPriv.scala index 1fca558245..11093242eb 100644 --- a/core/src/main/scala/com/pingcap/tispark/auth/MySQLPriv.scala +++ b/core/src/main/scala/com/pingcap/tispark/auth/MySQLPriv.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/auth/TiAuthorization.scala b/core/src/main/scala/com/pingcap/tispark/auth/TiAuthorization.scala index 1cdeedb9d2..749c6d826d 100644 --- a/core/src/main/scala/com/pingcap/tispark/auth/TiAuthorization.scala +++ b/core/src/main/scala/com/pingcap/tispark/auth/TiAuthorization.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/handler/CacheInvalidateEventHandler.scala b/core/src/main/scala/com/pingcap/tispark/handler/CacheInvalidateEventHandler.scala index 3284d125bf..f7f16e9334 100644 --- a/core/src/main/scala/com/pingcap/tispark/handler/CacheInvalidateEventHandler.scala +++ b/core/src/main/scala/com/pingcap/tispark/handler/CacheInvalidateEventHandler.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/main/scala/com/pingcap/tispark/listener/CacheInvalidateListener.scala b/core/src/main/scala/com/pingcap/tispark/listener/CacheInvalidateListener.scala index 6976e38541..4b97d90b45 100644 --- a/core/src/main/scala/com/pingcap/tispark/listener/CacheInvalidateListener.scala +++ b/core/src/main/scala/com/pingcap/tispark/listener/CacheInvalidateListener.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/main/scala/com/pingcap/tispark/listener/PDCacheInvalidateListener.scala b/core/src/main/scala/com/pingcap/tispark/listener/PDCacheInvalidateListener.scala index 87354447f3..60ed6d3a49 100644 --- a/core/src/main/scala/com/pingcap/tispark/listener/PDCacheInvalidateListener.scala +++ b/core/src/main/scala/com/pingcap/tispark/listener/PDCacheInvalidateListener.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/main/scala/com/pingcap/tispark/statistics/StatisticsHelper.scala b/core/src/main/scala/com/pingcap/tispark/statistics/StatisticsHelper.scala index 13e98eacfa..11843e2ef2 100644 --- a/core/src/main/scala/com/pingcap/tispark/statistics/StatisticsHelper.scala +++ b/core/src/main/scala/com/pingcap/tispark/statistics/StatisticsHelper.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/main/scala/com/pingcap/tispark/statistics/StatisticsManager.scala b/core/src/main/scala/com/pingcap/tispark/statistics/StatisticsManager.scala index 9ef807b25d..20bf82368c 100644 --- a/core/src/main/scala/com/pingcap/tispark/statistics/StatisticsManager.scala +++ b/core/src/main/scala/com/pingcap/tispark/statistics/StatisticsManager.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/main/scala/com/pingcap/tispark/statistics/estimate/TableSizeEstimator.scala b/core/src/main/scala/com/pingcap/tispark/statistics/estimate/TableSizeEstimator.scala index 6134a6cdee..0f316b712b 100644 --- a/core/src/main/scala/com/pingcap/tispark/statistics/estimate/TableSizeEstimator.scala +++ b/core/src/main/scala/com/pingcap/tispark/statistics/estimate/TableSizeEstimator.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/main/scala/com/pingcap/tispark/utils/ReflectionUtil.scala b/core/src/main/scala/com/pingcap/tispark/utils/ReflectionUtil.scala index 06345e1e8c..5e2a55802d 100644 --- a/core/src/main/scala/com/pingcap/tispark/utils/ReflectionUtil.scala +++ b/core/src/main/scala/com/pingcap/tispark/utils/ReflectionUtil.scala @@ -10,6 +10,7 @@ * * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/utils/TiUtil.scala b/core/src/main/scala/com/pingcap/tispark/utils/TiUtil.scala index ea4badfe45..14697da09b 100644 --- a/core/src/main/scala/com/pingcap/tispark/utils/TiUtil.scala +++ b/core/src/main/scala/com/pingcap/tispark/utils/TiUtil.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/v2/TiDBTable.scala b/core/src/main/scala/com/pingcap/tispark/v2/TiDBTable.scala index 9b6e05c218..4e3c8a41d5 100644 --- a/core/src/main/scala/com/pingcap/tispark/v2/TiDBTable.scala +++ b/core/src/main/scala/com/pingcap/tispark/v2/TiDBTable.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/v2/TiDBTableProvider.scala b/core/src/main/scala/com/pingcap/tispark/v2/TiDBTableProvider.scala index 11bbf85eed..3fdf01807c 100644 --- a/core/src/main/scala/com/pingcap/tispark/v2/TiDBTableProvider.scala +++ b/core/src/main/scala/com/pingcap/tispark/v2/TiDBTableProvider.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/write/DBTable.scala b/core/src/main/scala/com/pingcap/tispark/write/DBTable.scala index aeadc4b5e0..74b040ea1e 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/DBTable.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/DBTable.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/write/EncodedKVPair.scala b/core/src/main/scala/com/pingcap/tispark/write/EncodedKVPair.scala index 1cee845f56..459461f9be 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/EncodedKVPair.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/EncodedKVPair.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/write/SerializableKey.scala b/core/src/main/scala/com/pingcap/tispark/write/SerializableKey.scala index 4c868d7b7e..6ae4674161 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/SerializableKey.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/SerializableKey.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/write/TiBatchWrite.scala b/core/src/main/scala/com/pingcap/tispark/write/TiBatchWrite.scala index 642e826860..0dd2bf6045 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/TiBatchWrite.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/TiBatchWrite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/write/TiBatchWriteTable.scala b/core/src/main/scala/com/pingcap/tispark/write/TiBatchWriteTable.scala index e9c04e0760..e1af2b728e 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/TiBatchWriteTable.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/TiBatchWriteTable.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/write/TiDBOptions.scala b/core/src/main/scala/com/pingcap/tispark/write/TiDBOptions.scala index 1c75543f5f..a3a11c3251 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/TiDBOptions.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/TiDBOptions.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/write/TiDBWriter.scala b/core/src/main/scala/com/pingcap/tispark/write/TiDBWriter.scala index 3216d75445..aaa0e42f8e 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/TiDBWriter.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/TiDBWriter.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/write/TiReginSplitPartitioner.scala b/core/src/main/scala/com/pingcap/tispark/write/TiReginSplitPartitioner.scala index f7ddd96e40..d5b7e6bd3e 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/TiReginSplitPartitioner.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/TiReginSplitPartitioner.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/write/WrappedEncodedRow.scala b/core/src/main/scala/com/pingcap/tispark/write/WrappedEncodedRow.scala index 42c4e37a7a..3c715ec5ef 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/WrappedEncodedRow.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/WrappedEncodedRow.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/write/WrappedRow.scala b/core/src/main/scala/com/pingcap/tispark/write/WrappedRow.scala index c6430c8b02..603b28c696 100644 --- a/core/src/main/scala/com/pingcap/tispark/write/WrappedRow.scala +++ b/core/src/main/scala/com/pingcap/tispark/write/WrappedRow.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/org/apache/spark/sql/TiContext.scala b/core/src/main/scala/org/apache/spark/sql/TiContext.scala index 6e1a12689b..81822b54b2 100644 --- a/core/src/main/scala/org/apache/spark/sql/TiContext.scala +++ b/core/src/main/scala/org/apache/spark/sql/TiContext.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/org/apache/spark/sql/TiExtensions.scala b/core/src/main/scala/org/apache/spark/sql/TiExtensions.scala index 455415c14e..f653b26e49 100644 --- a/core/src/main/scala/org/apache/spark/sql/TiExtensions.scala +++ b/core/src/main/scala/org/apache/spark/sql/TiExtensions.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/analyzer/TiAuthRuleFactory.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/analyzer/TiAuthRuleFactory.scala index a8c6eb6760..a818176eef 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/analyzer/TiAuthRuleFactory.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/analyzer/TiAuthRuleFactory.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/analyzer/TiAuthorizationRule.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/analyzer/TiAuthorizationRule.scala index b6b37c06a4..0fdf23b739 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/analyzer/TiAuthorizationRule.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/analyzer/TiAuthorizationRule.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/catalog/TiCatalog.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/catalog/TiCatalog.scala index 0408d823d1..56acb7dc75 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/catalog/TiCatalog.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/catalog/TiCatalog.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/BasicExpression.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/BasicExpression.scala index 34d0161bfb..8b2333d8f8 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/BasicExpression.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/BasicExpression.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiExprUtils.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiExprUtils.scala index d033dfe5f3..99eb4dc049 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiExprUtils.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiExprUtils.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/SpecialSum.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/SpecialSum.scala index 1acb903a59..46acdf0663 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/SpecialSum.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/SpecialSum.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiAggregation.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiAggregation.scala index 502e229716..15d477f9d0 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiAggregation.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiAggregation.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiAggregationImpl.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiAggregationImpl.scala index 810e9290e9..c75d0af94f 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiAggregationImpl.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiAggregationImpl.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiStrategyFactory.scala b/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiStrategyFactory.scala index 9776862833..b47b05cacf 100644 --- a/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiStrategyFactory.scala +++ b/core/src/main/scala/org/apache/spark/sql/catalyst/planner/TiStrategyFactory.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/org/apache/spark/sql/execution/CoprocessorRDD.scala b/core/src/main/scala/org/apache/spark/sql/execution/CoprocessorRDD.scala index 41319c2cc6..e25cc0785e 100644 --- a/core/src/main/scala/org/apache/spark/sql/execution/CoprocessorRDD.scala +++ b/core/src/main/scala/org/apache/spark/sql/execution/CoprocessorRDD.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/org/apache/spark/sql/execution/TiConverter.scala b/core/src/main/scala/org/apache/spark/sql/execution/TiConverter.scala index 575207c440..fa77cf3cea 100644 --- a/core/src/main/scala/org/apache/spark/sql/execution/TiConverter.scala +++ b/core/src/main/scala/org/apache/spark/sql/execution/TiConverter.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/org/apache/spark/sql/tispark/TiHandleRDD.scala b/core/src/main/scala/org/apache/spark/sql/tispark/TiHandleRDD.scala index ab569521d5..8bb9b2037c 100644 --- a/core/src/main/scala/org/apache/spark/sql/tispark/TiHandleRDD.scala +++ b/core/src/main/scala/org/apache/spark/sql/tispark/TiHandleRDD.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/org/apache/spark/sql/tispark/TiRDD.scala b/core/src/main/scala/org/apache/spark/sql/tispark/TiRDD.scala index 2c17ef8ed2..61084ef805 100644 --- a/core/src/main/scala/org/apache/spark/sql/tispark/TiRDD.scala +++ b/core/src/main/scala/org/apache/spark/sql/tispark/TiRDD.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/main/scala/org/apache/spark/sql/tispark/TiRowRDD.scala b/core/src/main/scala/org/apache/spark/sql/tispark/TiRowRDD.scala index f2435236ff..ded6469929 100644 --- a/core/src/main/scala/org/apache/spark/sql/tispark/TiRowRDD.scala +++ b/core/src/main/scala/org/apache/spark/sql/tispark/TiRowRDD.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/BatchWriteIssueSuite.scala b/core/src/test/scala/com/pingcap/tispark/BatchWriteIssueSuite.scala index 20a5d28427..a9a2cc790e 100644 --- a/core/src/test/scala/com/pingcap/tispark/BatchWriteIssueSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/BatchWriteIssueSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/TiBatchWriteSuite.scala b/core/src/test/scala/com/pingcap/tispark/TiBatchWriteSuite.scala index d77522cbf7..25354bed04 100644 --- a/core/src/test/scala/com/pingcap/tispark/TiBatchWriteSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/TiBatchWriteSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/UnitSuite.scala b/core/src/test/scala/com/pingcap/tispark/UnitSuite.scala index e984e599c5..872ed1a290 100644 --- a/core/src/test/scala/com/pingcap/tispark/UnitSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/UnitSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/auth/TiAuthIntegrationSuite.scala b/core/src/test/scala/com/pingcap/tispark/auth/TiAuthIntegrationSuite.scala index c05f551104..407d23e285 100644 --- a/core/src/test/scala/com/pingcap/tispark/auth/TiAuthIntegrationSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/auth/TiAuthIntegrationSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/auth/TiAuthSuite.scala b/core/src/test/scala/com/pingcap/tispark/auth/TiAuthSuite.scala index 5fa1ec9712..89b598cc47 100644 --- a/core/src/test/scala/com/pingcap/tispark/auth/TiAuthSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/auth/TiAuthSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/concurrency/ConcurrencyTest.scala b/core/src/test/scala/com/pingcap/tispark/concurrency/ConcurrencyTest.scala index 01e4a57f98..40e7848bce 100644 --- a/core/src/test/scala/com/pingcap/tispark/concurrency/ConcurrencyTest.scala +++ b/core/src/test/scala/com/pingcap/tispark/concurrency/ConcurrencyTest.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/concurrency/WriteDDLConflictSuite.scala b/core/src/test/scala/com/pingcap/tispark/concurrency/WriteDDLConflictSuite.scala index 29fb02912f..7ae8e631c7 100644 --- a/core/src/test/scala/com/pingcap/tispark/concurrency/WriteDDLConflictSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/concurrency/WriteDDLConflictSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/concurrency/WriteDDLNotConflictSuite.scala b/core/src/test/scala/com/pingcap/tispark/concurrency/WriteDDLNotConflictSuite.scala index e396728f86..0f2f5d3faa 100644 --- a/core/src/test/scala/com/pingcap/tispark/concurrency/WriteDDLNotConflictSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/concurrency/WriteDDLNotConflictSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/concurrency/WriteReadSuite.scala b/core/src/test/scala/com/pingcap/tispark/concurrency/WriteReadSuite.scala index adb7c8d5e3..51c55d5d87 100644 --- a/core/src/test/scala/com/pingcap/tispark/concurrency/WriteReadSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/concurrency/WriteReadSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/concurrency/WriteWriteConflictSuite.scala b/core/src/test/scala/com/pingcap/tispark/concurrency/WriteWriteConflictSuite.scala index 10def9ddef..a782a1a0b3 100644 --- a/core/src/test/scala/com/pingcap/tispark/concurrency/WriteWriteConflictSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/concurrency/WriteWriteConflictSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToBitSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToBitSuite.scala index 268deac892..e2c11427a1 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToBitSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToBitSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToBytesSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToBytesSuite.scala index 14094c39b4..8c1e204ea8 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToBytesSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToBytesSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToDateSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToDateSuite.scala index eb0c88869e..32ff0033aa 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToDateSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToDateSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToDateTimeSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToDateTimeSuite.scala index cb571bf532..b160a9f8d9 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToDateTimeSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToDateTimeSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToDecimalSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToDecimalSuite.scala index 85c8f130f3..6f08de9028 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToDecimalSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToDecimalSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToEnumSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToEnumSuite.scala index c84cfb1130..02d5cac284 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToEnumSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToEnumSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToRealSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToRealSuite.scala index cd19093015..77217acf49 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToRealSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToRealSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToSignedSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToSignedSuite.scala index b87fd0ea95..ce88ce6bef 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToSignedSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToSignedSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToStringSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToStringSuite.scala index 3f9cbec114..8a2ee383c5 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToStringSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToStringSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToTimestampSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToTimestampSuite.scala index 10b0ed9d7f..82b149b8d7 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToTimestampSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToTimestampSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/convert/ToUnsignedSuite.scala b/core/src/test/scala/com/pingcap/tispark/convert/ToUnsignedSuite.scala index fbcc586c4c..a2350ded03 100644 --- a/core/src/test/scala/com/pingcap/tispark/convert/ToUnsignedSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/convert/ToUnsignedSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/AddingIndexInsertSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/AddingIndexInsertSuite.scala index 9ab7fcd91b..05329fd0b1 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/AddingIndexInsertSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/AddingIndexInsertSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/AddingIndexReplaceSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/AddingIndexReplaceSuite.scala index 45fc86f843..cceadca812 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/AddingIndexReplaceSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/AddingIndexReplaceSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/AutoIncrementSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/AutoIncrementSuite.scala index df05a7ac28..cc926300c6 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/AutoIncrementSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/AutoIncrementSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/AutoRandomSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/AutoRandomSuite.scala index 47db3ea124..30fa67c669 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/AutoRandomSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/AutoRandomSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/BaseBatchWriteTest.scala b/core/src/test/scala/com/pingcap/tispark/datasource/BaseBatchWriteTest.scala index 38b114bd70..7ef53ff8a5 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/BaseBatchWriteTest.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/BaseBatchWriteTest.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/BaseBatchWriteWithoutDropTableTest.scala b/core/src/test/scala/com/pingcap/tispark/datasource/BaseBatchWriteWithoutDropTableTest.scala index ab20c746e1..080b7e69c5 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/BaseBatchWriteWithoutDropTableTest.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/BaseBatchWriteWithoutDropTableTest.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/BaseDataSourceTest.scala b/core/src/test/scala/com/pingcap/tispark/datasource/BaseDataSourceTest.scala index 386eee3da5..1fe986a79d 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/BaseDataSourceTest.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/BaseDataSourceTest.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/BasicBatchWriteSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/BasicBatchWriteSuite.scala index 50635590ad..77d03dca88 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/BasicBatchWriteSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/BasicBatchWriteSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/BasicSQLSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/BasicSQLSuite.scala index f4dadb9c43..7f170b32e3 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/BasicSQLSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/BasicSQLSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/CheckUnsupportedSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/CheckUnsupportedSuite.scala index 8cacd752e5..5c215ec25d 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/CheckUnsupportedSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/CheckUnsupportedSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/ColumnMappingSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/ColumnMappingSuite.scala index ddadb22603..450bcfd1ad 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/ColumnMappingSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/ColumnMappingSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/EdgeConditionSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/EdgeConditionSuite.scala index 078fb21c22..125104f968 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/EdgeConditionSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/EdgeConditionSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/ExceptionTestSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/ExceptionTestSuite.scala index dab52a7d51..64463ce9b7 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/ExceptionTestSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/ExceptionTestSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/FilterPushdownSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/FilterPushdownSuite.scala index 596fb069b8..b31f1e4d61 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/FilterPushdownSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/FilterPushdownSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/InsertSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/InsertSuite.scala index ceb167e10a..890f09d668 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/InsertSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/InsertSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/MissingParameterSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/MissingParameterSuite.scala index 62a7c01067..616b8003cb 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/MissingParameterSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/MissingParameterSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/OnlyOnePkSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/OnlyOnePkSuite.scala index 98f85d992e..83973b3052 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/OnlyOnePkSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/OnlyOnePkSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/RowIDAllocatorSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/RowIDAllocatorSuite.scala index 197b3a49df..adc93e168b 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/RowIDAllocatorSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/RowIDAllocatorSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/ShardRowIDBitsSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/ShardRowIDBitsSuite.scala index 110bca5763..1ce796abcf 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/ShardRowIDBitsSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/ShardRowIDBitsSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/TiSparkTypeSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/TiSparkTypeSuite.scala index 8fe24b41c4..178d178fb6 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/TiSparkTypeSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/TiSparkTypeSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/datasource/UpperCaseColumnNameSuite.scala b/core/src/test/scala/com/pingcap/tispark/datasource/UpperCaseColumnNameSuite.scala index f4722e2f41..e4b54c3dfa 100644 --- a/core/src/test/scala/com/pingcap/tispark/datasource/UpperCaseColumnNameSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datasource/UpperCaseColumnNameSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/datatype/BatchWriteDataTypeSuite.scala b/core/src/test/scala/com/pingcap/tispark/datatype/BatchWriteDataTypeSuite.scala index a599a30eae..59abc24eb7 100644 --- a/core/src/test/scala/com/pingcap/tispark/datatype/BatchWriteDataTypeSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datatype/BatchWriteDataTypeSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/datatype/DecimalTypeSuite.scala b/core/src/test/scala/com/pingcap/tispark/datatype/DecimalTypeSuite.scala index 43ce937f26..17254e609d 100644 --- a/core/src/test/scala/com/pingcap/tispark/datatype/DecimalTypeSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/datatype/DecimalTypeSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/index/LineItemSuite.scala b/core/src/test/scala/com/pingcap/tispark/index/LineItemSuite.scala index 72c3f0be6c..36d300316c 100644 --- a/core/src/test/scala/com/pingcap/tispark/index/LineItemSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/index/LineItemSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/multitable/MultiTableWriteSuite.scala b/core/src/test/scala/com/pingcap/tispark/multitable/MultiTableWriteSuite.scala index 652b33077b..54370ce977 100644 --- a/core/src/test/scala/com/pingcap/tispark/multitable/MultiTableWriteSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/multitable/MultiTableWriteSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/BitOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/BitOverflowSuite.scala index 6587cf52c1..53ba769fc8 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/BitOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/BitOverflowSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/BytesOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/BytesOverflowSuite.scala index 45c56494b2..18d0f85b29 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/BytesOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/BytesOverflowSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/DateOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/DateOverflowSuite.scala index d67eaad3b4..938decea7c 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/DateOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/DateOverflowSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/DateTimeOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/DateTimeOverflowSuite.scala index fcbe4d6a0c..31c1901def 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/DateTimeOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/DateTimeOverflowSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/DecimalOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/DecimalOverflowSuite.scala index 484988fcee..71b8e2130d 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/DecimalOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/DecimalOverflowSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/EnumOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/EnumOverflowSuite.scala index 6e5c74cdf9..eaa33ee0a7 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/EnumOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/EnumOverflowSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/SignedOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/SignedOverflowSuite.scala index 7ac05305e9..f1ef6802d7 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/SignedOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/SignedOverflowSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/StringOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/StringOverflowSuite.scala index 13638749c3..c79fedc804 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/StringOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/StringOverflowSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/overflow/UnsignedOverflowSuite.scala b/core/src/test/scala/com/pingcap/tispark/overflow/UnsignedOverflowSuite.scala index 18fef1fe10..1926c3d305 100644 --- a/core/src/test/scala/com/pingcap/tispark/overflow/UnsignedOverflowSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/overflow/UnsignedOverflowSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/tablelock/TableLockSuite.scala b/core/src/test/scala/com/pingcap/tispark/tablelock/TableLockSuite.scala index eca5101c00..006c5971b3 100644 --- a/core/src/test/scala/com/pingcap/tispark/tablelock/TableLockSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/tablelock/TableLockSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/tiflash/TiFlashSuite.scala b/core/src/test/scala/com/pingcap/tispark/tiflash/TiFlashSuite.scala index 9e11c46aec..d164de1141 100644 --- a/core/src/test/scala/com/pingcap/tispark/tiflash/TiFlashSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/tiflash/TiFlashSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/ttl/InitialTTLExpiredSuite.scala b/core/src/test/scala/com/pingcap/tispark/ttl/InitialTTLExpiredSuite.scala index 7534e20bfe..871941a75d 100644 --- a/core/src/test/scala/com/pingcap/tispark/ttl/InitialTTLExpiredSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/ttl/InitialTTLExpiredSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/com/pingcap/tispark/ttl/LockTimeoutSuite.scala b/core/src/test/scala/com/pingcap/tispark/ttl/LockTimeoutSuite.scala index 7ed8a1ffd6..e71d89cc9b 100644 --- a/core/src/test/scala/com/pingcap/tispark/ttl/LockTimeoutSuite.scala +++ b/core/src/test/scala/com/pingcap/tispark/ttl/LockTimeoutSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/SharedSparkContext.scala b/core/src/test/scala/org/apache/spark/SharedSparkContext.scala index 1cd96a12dc..5a798e683a 100644 --- a/core/src/test/scala/org/apache/spark/SharedSparkContext.scala +++ b/core/src/test/scala/org/apache/spark/SharedSparkContext.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/SparkFunSuite.scala b/core/src/test/scala/org/apache/spark/SparkFunSuite.scala index 2ed00e8bd7..4b714b7cb0 100644 --- a/core/src/test/scala/org/apache/spark/SparkFunSuite.scala +++ b/core/src/test/scala/org/apache/spark/SparkFunSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/AlterTableTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/AlterTableTestSuite.scala index 58a5ec446e..9584b93c79 100644 --- a/core/src/test/scala/org/apache/spark/sql/AlterTableTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/AlterTableTestSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/BaseInitialOnceTest.scala b/core/src/test/scala/org/apache/spark/sql/BaseInitialOnceTest.scala index e8456d3f89..1b30daece5 100644 --- a/core/src/test/scala/org/apache/spark/sql/BaseInitialOnceTest.scala +++ b/core/src/test/scala/org/apache/spark/sql/BaseInitialOnceTest.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/BaseTestGenerationSpec.scala b/core/src/test/scala/org/apache/spark/sql/BaseTestGenerationSpec.scala index 82d873176f..1c18f599a2 100644 --- a/core/src/test/scala/org/apache/spark/sql/BaseTestGenerationSpec.scala +++ b/core/src/test/scala/org/apache/spark/sql/BaseTestGenerationSpec.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/BaseTiSparkEnableBatchWriteTest.scala b/core/src/test/scala/org/apache/spark/sql/BaseTiSparkEnableBatchWriteTest.scala index 6ab7aaab26..38486599a1 100644 --- a/core/src/test/scala/org/apache/spark/sql/BaseTiSparkEnableBatchWriteTest.scala +++ b/core/src/test/scala/org/apache/spark/sql/BaseTiSparkEnableBatchWriteTest.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/BaseTiSparkTest.scala b/core/src/test/scala/org/apache/spark/sql/BaseTiSparkTest.scala index 4e03e2846b..cfad059537 100644 --- a/core/src/test/scala/org/apache/spark/sql/BaseTiSparkTest.scala +++ b/core/src/test/scala/org/apache/spark/sql/BaseTiSparkTest.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/ExpressionIndexSuite.scala b/core/src/test/scala/org/apache/spark/sql/ExpressionIndexSuite.scala index c8d268c75a..162cfbab1f 100644 --- a/core/src/test/scala/org/apache/spark/sql/ExpressionIndexSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/ExpressionIndexSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/IssueTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/IssueTestSuite.scala index 45c127bf46..f0b3d9c0e8 100644 --- a/core/src/test/scala/org/apache/spark/sql/IssueTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/IssueTestSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/MultipleSparkSessionTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/MultipleSparkSessionTestSuite.scala index d0dd5d33a6..6f393653fa 100644 --- a/core/src/test/scala/org/apache/spark/sql/MultipleSparkSessionTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/MultipleSparkSessionTestSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/MysqlDataTypeSuite.scala b/core/src/test/scala/org/apache/spark/sql/MysqlDataTypeSuite.scala index 8cb8f7246d..cb1131827b 100644 --- a/core/src/test/scala/org/apache/spark/sql/MysqlDataTypeSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/MysqlDataTypeSuite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/OutputOffsetsSuite.scala b/core/src/test/scala/org/apache/spark/sql/OutputOffsetsSuite.scala index dc4b9f5a32..a5315e8b1c 100644 --- a/core/src/test/scala/org/apache/spark/sql/OutputOffsetsSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/OutputOffsetsSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/PartitionTableSuite.scala b/core/src/test/scala/org/apache/spark/sql/PartitionTableSuite.scala index 32e28b53e9..804f0ec840 100644 --- a/core/src/test/scala/org/apache/spark/sql/PartitionTableSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/PartitionTableSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/QueryTest.scala b/core/src/test/scala/org/apache/spark/sql/QueryTest.scala index 1518686a27..d6aa2be737 100644 --- a/core/src/test/scala/org/apache/spark/sql/QueryTest.scala +++ b/core/src/test/scala/org/apache/spark/sql/QueryTest.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/SequenceTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/SequenceTestSuite.scala index 3ab1dfb492..70cc305af7 100644 --- a/core/src/test/scala/org/apache/spark/sql/SequenceTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/SequenceTestSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/SparkDataTypeTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/SparkDataTypeTestSuite.scala index 91174375a4..23cae5a0d4 100644 --- a/core/src/test/scala/org/apache/spark/sql/SparkDataTypeTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/SparkDataTypeTestSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/TiDBMapDatabaseSuite.scala b/core/src/test/scala/org/apache/spark/sql/TiDBMapDatabaseSuite.scala index 2e25e24770..3d8949f641 100644 --- a/core/src/test/scala/org/apache/spark/sql/TiDBMapDatabaseSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/TiDBMapDatabaseSuite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/TiSparkTestSpec.scala b/core/src/test/scala/org/apache/spark/sql/TiSparkTestSpec.scala index f4f9d195b3..c76eea6a5e 100644 --- a/core/src/test/scala/org/apache/spark/sql/TiSparkTestSpec.scala +++ b/core/src/test/scala/org/apache/spark/sql/TiSparkTestSpec.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/TimezoneTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/TimezoneTestSuite.scala index 4d4a1ed0ea..1f5c32e608 100644 --- a/core/src/test/scala/org/apache/spark/sql/TimezoneTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/TimezoneTestSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/ViewTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/ViewTestSuite.scala index e3bea484dd..edf1853eac 100644 --- a/core/src/test/scala/org/apache/spark/sql/ViewTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/ViewTestSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/benchmark/TPCDSQuerySuite.scala b/core/src/test/scala/org/apache/spark/sql/benchmark/TPCDSQuerySuite.scala index f369958982..fbad9fd960 100644 --- a/core/src/test/scala/org/apache/spark/sql/benchmark/TPCDSQuerySuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/benchmark/TPCDSQuerySuite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/benchmark/TPCHQuerySuite.scala b/core/src/test/scala/org/apache/spark/sql/benchmark/TPCHQuerySuite.scala index 0d3d851287..100b198fcf 100644 --- a/core/src/test/scala/org/apache/spark/sql/benchmark/TPCHQuerySuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/benchmark/TPCHQuerySuite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/catalyst/catalog/CatalogTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/catalyst/catalog/CatalogTestSuite.scala index 8432876538..f88035c893 100644 --- a/core/src/test/scala/org/apache/spark/sql/catalyst/catalog/CatalogTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/catalyst/catalog/CatalogTestSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/catalyst/plans/BasePlanTest.scala b/core/src/test/scala/org/apache/spark/sql/catalyst/plans/BasePlanTest.scala index 707b45fdf5..8ead33a7fb 100644 --- a/core/src/test/scala/org/apache/spark/sql/catalyst/plans/BasePlanTest.scala +++ b/core/src/test/scala/org/apache/spark/sql/catalyst/plans/BasePlanTest.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/catalyst/plans/logical/LogicalPlanTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/catalyst/plans/logical/LogicalPlanTestSuite.scala index 53410d35b9..afefc93768 100644 --- a/core/src/test/scala/org/apache/spark/sql/catalyst/plans/logical/LogicalPlanTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/catalyst/plans/logical/LogicalPlanTestSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/catalyst/plans/statistics/StatisticsTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/catalyst/plans/statistics/StatisticsTestSuite.scala index ba6b045ca1..7b0c12866e 100644 --- a/core/src/test/scala/org/apache/spark/sql/catalyst/plans/statistics/StatisticsTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/catalyst/plans/statistics/StatisticsTestSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/clustered/ClusteredIndexTest.scala b/core/src/test/scala/org/apache/spark/sql/clustered/ClusteredIndexTest.scala index a036800bb7..8f6ab302b6 100644 --- a/core/src/test/scala/org/apache/spark/sql/clustered/ClusteredIndexTest.scala +++ b/core/src/test/scala/org/apache/spark/sql/clustered/ClusteredIndexTest.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/clustered/IndexScan0Suite.scala b/core/src/test/scala/org/apache/spark/sql/clustered/IndexScan0Suite.scala index 755311a954..b52b68eb56 100644 --- a/core/src/test/scala/org/apache/spark/sql/clustered/IndexScan0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/clustered/IndexScan0Suite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/clustered/IndexScan1Suite.scala b/core/src/test/scala/org/apache/spark/sql/clustered/IndexScan1Suite.scala index ede4b6757f..8f3271d2af 100644 --- a/core/src/test/scala/org/apache/spark/sql/clustered/IndexScan1Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/clustered/IndexScan1Suite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/clustered/TableScan0Suite.scala b/core/src/test/scala/org/apache/spark/sql/clustered/TableScan0Suite.scala index 1d1a8b6f83..58f3496ff5 100644 --- a/core/src/test/scala/org/apache/spark/sql/clustered/TableScan0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/clustered/TableScan0Suite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/clustered/TableScan1Suite.scala b/core/src/test/scala/org/apache/spark/sql/clustered/TableScan1Suite.scala index c412724864..e5b165b59b 100644 --- a/core/src/test/scala/org/apache/spark/sql/clustered/TableScan1Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/clustered/TableScan1Suite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/expression/Aggregate0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/Aggregate0Suite.scala index 1bc3ccbdc2..077e070519 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/Aggregate0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/Aggregate0Suite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticAgg0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticAgg0Suite.scala index 02a75bfc9a..77ba3f4380 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticAgg0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticAgg0Suite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest0Suite.scala index 0a600e43f3..0db7fcc285 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest0Suite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest1Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest1Suite.scala index 17bf53199e..2859ef10ca 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest1Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest1Suite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest2Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest2Suite.scala index 92ca4ab364..8199cc2f4d 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest2Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/ArithmeticTest2Suite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/expression/Between0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/Between0Suite.scala index 7c2644aa3c..bdc8b1a968 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/Between0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/Between0Suite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/expression/ComplexAggregateSuite.scala b/core/src/test/scala/org/apache/spark/sql/expression/ComplexAggregateSuite.scala index a37d91f03e..53583a6694 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/ComplexAggregateSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/ComplexAggregateSuite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/expression/ComplexGroupBySuite.scala b/core/src/test/scala/org/apache/spark/sql/expression/ComplexGroupBySuite.scala index 5f9dfc452d..ee7980a406 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/ComplexGroupBySuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/ComplexGroupBySuite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/expression/Count0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/Count0Suite.scala index 0f6bb4031f..719b6e7335 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/Count0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/Count0Suite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/expression/Distinct0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/Distinct0Suite.scala index aa1f180271..eeecf1b2c5 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/Distinct0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/Distinct0Suite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/expression/FirstLast0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/FirstLast0Suite.scala index ffd6831e3a..4e0f50a460 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/FirstLast0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/FirstLast0Suite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/expression/Having0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/Having0Suite.scala index 0242100348..1c76b4cd5e 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/Having0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/Having0Suite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/expression/InTest0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/InTest0Suite.scala index d277764741..bf46e58768 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/InTest0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/InTest0Suite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/expression/LikeTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/expression/LikeTestSuite.scala index 91734f060c..ac4ab567fb 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/LikeTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/LikeTestSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/expression/OtherTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/expression/OtherTestSuite.scala index e47407f82c..21fb65f465 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/OtherTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/OtherTestSuite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/expression/Union0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/Union0Suite.scala index 72844fc3dc..f6a1c50105 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/Union0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/Union0Suite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/expression/index/Between0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/index/Between0Suite.scala index 6014315527..b074ab0be9 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/index/Between0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/index/Between0Suite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/expression/index/ComprehensiveSuite.scala b/core/src/test/scala/org/apache/spark/sql/expression/index/ComprehensiveSuite.scala index 4b526f1896..23bddbd2b3 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/index/ComprehensiveSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/index/ComprehensiveSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/expression/index/CoveringIndex0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/index/CoveringIndex0Suite.scala index 412ae1d621..30f1e98a27 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/index/CoveringIndex0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/index/CoveringIndex0Suite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/expression/index/InTest0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/index/InTest0Suite.scala index 7c97e8b596..d98fc5e72c 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/index/InTest0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/index/InTest0Suite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/expression/index/Join0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/index/Join0Suite.scala index 3919aa4a24..c33df40364 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/index/Join0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/index/Join0Suite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/expression/index/PrefixIndexTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/expression/index/PrefixIndexTestSuite.scala index 01b0ed4f4a..e7db2d0fcd 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/index/PrefixIndexTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/index/PrefixIndexTestSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/expression/index/Special0Suite.scala b/core/src/test/scala/org/apache/spark/sql/expression/index/Special0Suite.scala index 5ea3970ac4..5e257e9499 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/index/Special0Suite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/index/Special0Suite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/expression/index/UnsignedTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/expression/index/UnsignedTestSuite.scala index 12a212da24..c9a52fc035 100644 --- a/core/src/test/scala/org/apache/spark/sql/expression/index/UnsignedTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/expression/index/UnsignedTestSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/insertion/BatchWritePKAndIndexSuite.scala b/core/src/test/scala/org/apache/spark/sql/insertion/BatchWritePKAndIndexSuite.scala index a4f353e3ba..9c42a2b920 100644 --- a/core/src/test/scala/org/apache/spark/sql/insertion/BatchWritePKAndIndexSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/insertion/BatchWritePKAndIndexSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/insertion/BatchWritePkSuite.scala b/core/src/test/scala/org/apache/spark/sql/insertion/BatchWritePkSuite.scala index e4ac4c4151..533e3096c5 100644 --- a/core/src/test/scala/org/apache/spark/sql/insertion/BatchWritePkSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/insertion/BatchWritePkSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/insertion/BatchWriteUniqueIndexSuite.scala b/core/src/test/scala/org/apache/spark/sql/insertion/BatchWriteUniqueIndexSuite.scala index d79f5a33d5..42db568bc9 100644 --- a/core/src/test/scala/org/apache/spark/sql/insertion/BatchWriteUniqueIndexSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/insertion/BatchWriteUniqueIndexSuite.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/statistics/StatisticsManagerSuite.scala b/core/src/test/scala/org/apache/spark/sql/statistics/StatisticsManagerSuite.scala index 2bdbb33df8..c3597a2060 100644 --- a/core/src/test/scala/org/apache/spark/sql/statistics/StatisticsManagerSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/statistics/StatisticsManagerSuite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/test/SharedSQLContext.scala b/core/src/test/scala/org/apache/spark/sql/test/SharedSQLContext.scala index 564cd85239..8e0dc12d65 100644 --- a/core/src/test/scala/org/apache/spark/sql/test/SharedSQLContext.scala +++ b/core/src/test/scala/org/apache/spark/sql/test/SharedSQLContext.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/test/TestConstants.scala b/core/src/test/scala/org/apache/spark/sql/test/TestConstants.scala index b9a2208de9..b4c05cc6d4 100644 --- a/core/src/test/scala/org/apache/spark/sql/test/TestConstants.scala +++ b/core/src/test/scala/org/apache/spark/sql/test/TestConstants.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/test/TestSparkSession.scala b/core/src/test/scala/org/apache/spark/sql/test/TestSparkSession.scala index 1fd595265c..3e6a5b3b8d 100644 --- a/core/src/test/scala/org/apache/spark/sql/test/TestSparkSession.scala +++ b/core/src/test/scala/org/apache/spark/sql/test/TestSparkSession.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/test/Utils.scala b/core/src/test/scala/org/apache/spark/sql/test/Utils.scala index f8b7665867..0634a3d6ef 100644 --- a/core/src/test/scala/org/apache/spark/sql/test/Utils.scala +++ b/core/src/test/scala/org/apache/spark/sql/test/Utils.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/core/src/test/scala/org/apache/spark/sql/txn/TxnTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/txn/TxnTestSuite.scala index f74fee96ad..f1e5c8bc78 100644 --- a/core/src/test/scala/org/apache/spark/sql/txn/TxnTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/txn/TxnTestSuite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/DataTypeNormalSuite.scala b/core/src/test/scala/org/apache/spark/sql/types/DataTypeNormalSuite.scala index 3080d9bffa..a195ba6480 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/DataTypeNormalSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/DataTypeNormalSuite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/MultiColumnDataTypeSuite.scala b/core/src/test/scala/org/apache/spark/sql/types/MultiColumnDataTypeSuite.scala index 332e5d7f12..d4bcffc582 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/MultiColumnDataTypeSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/MultiColumnDataTypeSuite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/SpecialTiDBTypeTestSuite.scala b/core/src/test/scala/org/apache/spark/sql/types/SpecialTiDBTypeTestSuite.scala index ecb2ef785f..c0cdaccbce 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/SpecialTiDBTypeTestSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/SpecialTiDBTypeTestSuite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/DataTypePKSuite.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/DataTypePKSuite.scala index 7662c1b523..62b0621d65 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/DataTypePKSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/DataTypePKSuite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite00.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite00.scala index adff37ea40..125827dc7c 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite00.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite00.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite01.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite01.scala index 506b7edf4c..35d43a0baa 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite01.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite01.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite02.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite02.scala index 7960bf6038..8fec9242b3 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite02.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite02.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite03.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite03.scala index 63c291718d..768de5a81c 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite03.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite03.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite04.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite04.scala index fdb87a0d38..e6bd25c011 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite04.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite04.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite05.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite05.scala index 69da5822a8..835b52cc8c 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite05.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite05.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite06.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite06.scala index df6e0f47f4..5da46d06b6 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite06.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite06.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite07.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite07.scala index bf583c2e08..5c67e09bb2 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite07.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite07.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite08.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite08.scala index 4a105e32a9..d0f53cd7bf 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite08.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite08.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite09.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite09.scala index b74153640f..c32f508441 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite09.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite09.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite10.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite10.scala index 212ee7d1b4..120da5aaae 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite10.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite10.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite11.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite11.scala index 01ea10e128..b741fa1209 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite11.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite11.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite12.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite12.scala index c263df7cea..1a4fa07816 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite12.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite12.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite13.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite13.scala index 3144a479aa..675094d3a9 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite13.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite13.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite14.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite14.scala index d052bfca7d..9cda24348c 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite14.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite14.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite15.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite15.scala index 1c99d53ce2..e3116940ed 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite15.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite15.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite16.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite16.scala index 46c218919f..41969f9482 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite16.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite16.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite17.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite17.scala index 4ee3142a75..73c0a87f05 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite17.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite17.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite18.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite18.scala index 087196bd51..ea6e94e234 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite18.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite18.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite19.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite19.scala index 473c1f2f3c..eacfc5e4dd 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite19.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite19.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite20.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite20.scala index 2125c9ad2b..b2dbc9c206 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite20.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite20.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite21.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite21.scala index c6d279db2f..39e174d889 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite21.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite21.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite22.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite22.scala index 07226e77a7..676e767acd 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite22.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite22.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite23.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite23.scala index fa6e6d71d2..09420bd284 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite23.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite23.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite24.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite24.scala index 19c9dd1f4a..7d747268f7 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite24.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite24.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite25.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite25.scala index ecd7b4e331..c980e6b955 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite25.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite25.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite26.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite26.scala index 530abd3092..220ced0bec 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite26.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite26.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite27.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite27.scala index 9a0309ae57..fe6e2e7619 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite27.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite27.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite28.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite28.scala index 62e534a410..7e12a0ccca 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite28.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite28.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite29.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite29.scala index 48fedca14e..15cd2f503d 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite29.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite29.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite30.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite30.scala index 74a159d0c5..320612425a 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite30.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite30.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite31.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite31.scala index 2a2b9ec07d..713380873d 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite31.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite31.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite32.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite32.scala index ca6188da4a..d9f16f8bed 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite32.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite32.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite33.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite33.scala index 6cbae4407d..445b5be9db 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite33.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite33.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite34.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite34.scala index 86b3353e29..4aedfc6f59 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite34.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite34.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite35.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite35.scala index 84663375f1..935483e959 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite35.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuite35.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuites.scala b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuites.scala index edea96eddb..a6b4b7c8e8 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuites.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/pk/MultiColumnPKDataTypeSuites.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/RandomTest.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/RandomTest.scala index c1f1723ef5..d5dae12737 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/RandomTest.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/RandomTest.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/ColumnValueGenerator.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/ColumnValueGenerator.scala index a630a617c9..a8278f81b9 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/ColumnValueGenerator.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/ColumnValueGenerator.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/DataGenerator.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/DataGenerator.scala index 72bb321813..b900e67486 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/DataGenerator.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/DataGenerator.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/DataType.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/DataType.scala index e5d2bf7fdc..1e972ca181 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/DataType.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/DataType.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/GeneratorUtils.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/GeneratorUtils.scala index 2004054dd6..108595cf78 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/GeneratorUtils.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/GeneratorUtils.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/Index.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/Index.scala index 9cbfec5b90..26aae4fcb3 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/Index.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/Index.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/IndexColumn.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/IndexColumn.scala index 4d64e5e1f7..ef7a11f513 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/IndexColumn.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/IndexColumn.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/NullableType.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/NullableType.scala index b3ccfe0582..f763e55a74 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/NullableType.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/NullableType.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/Schema.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/Schema.scala index 4a1de216fc..1b7d82bb68 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/Schema.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/Schema.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/SchemaAndData.scala b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/SchemaAndData.scala index dc52b4f531..6080806775 100644 --- a/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/SchemaAndData.scala +++ b/db-random-test/src/main/scala/com/pingcap/tispark/test/generator/SchemaAndData.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/db-random-test/src/test/scala/com/pingcap/tispark/test/RandomTestSuite.scala b/db-random-test/src/test/scala/com/pingcap/tispark/test/RandomTestSuite.scala index 1dee815d3f..99576dc5e3 100644 --- a/db-random-test/src/test/scala/com/pingcap/tispark/test/RandomTestSuite.scala +++ b/db-random-test/src/test/scala/com/pingcap/tispark/test/RandomTestSuite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/db-random-test/src/test/scala/com/pingcap/tispark/test/generator/DataGeneratorSuite.scala b/db-random-test/src/test/scala/com/pingcap/tispark/test/generator/DataGeneratorSuite.scala index 0db794c878..88a5141be1 100644 --- a/db-random-test/src/test/scala/com/pingcap/tispark/test/generator/DataGeneratorSuite.scala +++ b/db-random-test/src/test/scala/com/pingcap/tispark/test/generator/DataGeneratorSuite.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/spark-wrapper/spark-3.0/src/main/scala/com/pingcap/tispark/SparkWrapper.scala b/spark-wrapper/spark-3.0/src/main/scala/com/pingcap/tispark/SparkWrapper.scala index 1d8e85fb22..b97f9e1be9 100644 --- a/spark-wrapper/spark-3.0/src/main/scala/com/pingcap/tispark/SparkWrapper.scala +++ b/spark-wrapper/spark-3.0/src/main/scala/com/pingcap/tispark/SparkWrapper.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiBasicExpression.scala b/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiBasicExpression.scala index 3b60688f62..84d7300b47 100644 --- a/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiBasicExpression.scala +++ b/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiBasicExpression.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/extensions/TiAggregationProjection.scala b/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/extensions/TiAggregationProjection.scala index d5f3f0b2f3..787badd39f 100644 --- a/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/extensions/TiAggregationProjection.scala +++ b/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/extensions/TiAggregationProjection.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/extensions/TiStrategy.scala b/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/extensions/TiStrategy.scala index 3b21a8eb95..69fff39a13 100644 --- a/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/extensions/TiStrategy.scala +++ b/spark-wrapper/spark-3.0/src/main/scala/org/apache/spark/sql/extensions/TiStrategy.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/spark-wrapper/spark-3.1/src/main/scala/com/pingcap/tispark/SparkWrapper.scala b/spark-wrapper/spark-3.1/src/main/scala/com/pingcap/tispark/SparkWrapper.scala index ee55770fbd..d54d1f17e9 100644 --- a/spark-wrapper/spark-3.1/src/main/scala/com/pingcap/tispark/SparkWrapper.scala +++ b/spark-wrapper/spark-3.1/src/main/scala/com/pingcap/tispark/SparkWrapper.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiBasicExpression.scala b/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiBasicExpression.scala index ca6faf8090..0b083a5c79 100644 --- a/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiBasicExpression.scala +++ b/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/catalyst/expressions/TiBasicExpression.scala @@ -10,6 +10,7 @@ * * 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. * diff --git a/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/extensions/TiAggregationProjectionV2.scala b/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/extensions/TiAggregationProjectionV2.scala index c335b4bea5..871462e578 100644 --- a/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/extensions/TiAggregationProjectionV2.scala +++ b/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/extensions/TiAggregationProjectionV2.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/extensions/TiStrategy.scala b/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/extensions/TiStrategy.scala index 15f8676884..4a38471829 100644 --- a/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/extensions/TiStrategy.scala +++ b/spark-wrapper/spark-3.1/src/main/scala/org/apache/spark/sql/extensions/TiStrategy.scala @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/AbstractGRPCClient.java b/tikv-client/src/main/java/com/pingcap/tikv/AbstractGRPCClient.java index b75e550e67..954d971f37 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/AbstractGRPCClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/AbstractGRPCClient.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/BytePairWrapper.java b/tikv-client/src/main/java/com/pingcap/tikv/BytePairWrapper.java index c19a82aa38..def4489eaf 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/BytePairWrapper.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/BytePairWrapper.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/ByteWrapper.java b/tikv-client/src/main/java/com/pingcap/tikv/ByteWrapper.java index 13e97119b5..93a90fc6ea 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/ByteWrapper.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/ByteWrapper.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/ExtendedDateTime.java b/tikv-client/src/main/java/com/pingcap/tikv/ExtendedDateTime.java index 26a26fef77..e998202f46 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/ExtendedDateTime.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/ExtendedDateTime.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/KVClient.java b/tikv-client/src/main/java/com/pingcap/tikv/KVClient.java index e36fe4b3f6..4f0823fb8e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/KVClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/KVClient.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/Main.java b/tikv-client/src/main/java/com/pingcap/tikv/Main.java index 7f1d8c4e30..566ba07d35 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/Main.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/Main.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/PDClient.java b/tikv-client/src/main/java/com/pingcap/tikv/PDClient.java index 61eed95ab7..04d2643e2c 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/PDClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/PDClient.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/ReadOnlyPDClient.java b/tikv-client/src/main/java/com/pingcap/tikv/ReadOnlyPDClient.java index d9b620bcf1..14b6adff13 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/ReadOnlyPDClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/ReadOnlyPDClient.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/Snapshot.java b/tikv-client/src/main/java/com/pingcap/tikv/Snapshot.java index 14d5e38b34..640b9e2cab 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/Snapshot.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/Snapshot.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/StoreVersion.java b/tikv-client/src/main/java/com/pingcap/tikv/StoreVersion.java index 77c83f2dab..af43db6440 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/StoreVersion.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/StoreVersion.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/TTLManager.java b/tikv-client/src/main/java/com/pingcap/tikv/TTLManager.java index 510dd875ee..fb50efa48d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/TTLManager.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/TTLManager.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/TiBatchWriteUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/TiBatchWriteUtils.java index f3fb8db58c..b90d0716aa 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/TiBatchWriteUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/TiBatchWriteUtils.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/TiConfiguration.java b/tikv-client/src/main/java/com/pingcap/tikv/TiConfiguration.java index f74a532206..c9ac2b81b5 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/TiConfiguration.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/TiConfiguration.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/TiDBJDBCClient.java b/tikv-client/src/main/java/com/pingcap/tikv/TiDBJDBCClient.java index 651451e992..442ff39927 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/TiDBJDBCClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/TiDBJDBCClient.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/TiSession.java b/tikv-client/src/main/java/com/pingcap/tikv/TiSession.java index 6582151469..139c4edbc0 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/TiSession.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/TiSession.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/TwoPhaseCommitter.java b/tikv-client/src/main/java/com/pingcap/tikv/TwoPhaseCommitter.java index 6a11f3b91d..b7206a94da 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/TwoPhaseCommitter.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/TwoPhaseCommitter.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/Utils.java b/tikv-client/src/main/java/com/pingcap/tikv/Utils.java index cac01cc6ed..527141c017 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/Utils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/Utils.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/Version.java b/tikv-client/src/main/java/com/pingcap/tikv/Version.java index 569cf33a31..1ae6f6420b 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/Version.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/Version.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/allocator/RowIDAllocator.java b/tikv-client/src/main/java/com/pingcap/tikv/allocator/RowIDAllocator.java index 065e1af3e6..c4d6fe7557 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/allocator/RowIDAllocator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/allocator/RowIDAllocator.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/catalog/Catalog.java b/tikv-client/src/main/java/com/pingcap/tikv/catalog/Catalog.java index aa3ca80681..723884f388 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/catalog/Catalog.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/catalog/Catalog.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/catalog/CatalogTransaction.java b/tikv-client/src/main/java/com/pingcap/tikv/catalog/CatalogTransaction.java index 9ad28bf5eb..5fff9a7bf0 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/catalog/CatalogTransaction.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/catalog/CatalogTransaction.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/Codec.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/Codec.java index dcf1a25047..4bcf389992 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/Codec.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/Codec.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataInput.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataInput.java index fc14af198f..5873c28e52 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataInput.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataInput.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataInputLittleEndian.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataInputLittleEndian.java index 9128d37c13..70fc4008a9 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataInputLittleEndian.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataInputLittleEndian.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataOutput.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataOutput.java index 93246cecf7..16aec4ce69 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataOutput.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataOutput.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataOutputLittleEndian.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataOutputLittleEndian.java index b15449b2a4..657990c3c5 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataOutputLittleEndian.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/CodecDataOutputLittleEndian.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/KeyUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/KeyUtils.java index 67da7d3a59..c3a585a3d9 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/KeyUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/KeyUtils.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/MetaCodec.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/MetaCodec.java index e0c3b61446..943c5626c9 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/MetaCodec.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/MetaCodec.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/MyDecimal.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/MyDecimal.java index 8bdc546e42..f57d405824 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/MyDecimal.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/MyDecimal.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/RowDecoderV2.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/RowDecoderV2.java index 3fc0f63449..7f1b5d0e4f 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/RowDecoderV2.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/RowDecoderV2.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/RowEncoderV2.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/RowEncoderV2.java index 4680396b68..04d6ee6f42 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/RowEncoderV2.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/RowEncoderV2.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/RowV2.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/RowV2.java index 5a7c2856fd..0f6dda38c0 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/RowV2.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/RowV2.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodec.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodec.java index 75c7b18e45..77e111ecff 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodec.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodec.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodecV1.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodecV1.java index bf7a45ef78..762f148cc0 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodecV1.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodecV1.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodecV2.java b/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodecV2.java index f00eb0cf62..997a353d37 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodecV2.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/codec/TableCodecV2.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/BatchedTiChunkColumnVector.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/BatchedTiChunkColumnVector.java index e8437f2cfb..03b3ca3fa7 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/BatchedTiChunkColumnVector.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/BatchedTiChunkColumnVector.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiBlockColumnVector.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiBlockColumnVector.java index 9c35f55d74..c683776dcc 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiBlockColumnVector.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiBlockColumnVector.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiChunk.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiChunk.java index 9968b35c03..f0e7036729 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiChunk.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiChunk.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiChunkColumnVector.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiChunkColumnVector.java index b7542c044a..11d9267d38 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiChunkColumnVector.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiChunkColumnVector.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiCoreTime.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiCoreTime.java index b528bce73e..607a7105b7 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiCoreTime.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiCoreTime.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiRowColumnVector.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiRowColumnVector.java index 2589cd3919..1c33b940c7 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiRowColumnVector.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiRowColumnVector.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/AutoGrowByteBuffer.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/AutoGrowByteBuffer.java index 936513ccfb..c6a372de58 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/AutoGrowByteBuffer.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/AutoGrowByteBuffer.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHType.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHType.java index 51cf420e69..9c03b6d000 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHType.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDate.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDate.java index d096153956..0ce8449c46 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDate.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDate.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDateTime.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDateTime.java index 48b278944e..7a15f1fd01 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDateTime.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDateTime.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDecimal.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDecimal.java index bada7bddca..c372831771 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDecimal.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeDecimal.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeFixedString.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeFixedString.java index 779a134f39..0d6e17cfea 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeFixedString.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeFixedString.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDate.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDate.java index bf9b2c4ab7..24f00b7537 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDate.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDate.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDateTime.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDateTime.java index 3b6c9cee5d..f46a316016 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDateTime.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeMyDateTime.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeNumber.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeNumber.java index cb34ccb4f3..7262c77b33 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeNumber.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeNumber.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeString.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeString.java index 9ce37cb77b..de8f4cda68 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeString.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/datatypes/CHTypeString.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/event/CacheInvalidateEvent.java b/tikv-client/src/main/java/com/pingcap/tikv/event/CacheInvalidateEvent.java index ff8db9c1a1..20284654cc 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/event/CacheInvalidateEvent.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/event/CacheInvalidateEvent.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/AllocateRowIDOverflowException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/AllocateRowIDOverflowException.java index 141eb5d989..ad2f9a4554 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/AllocateRowIDOverflowException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/AllocateRowIDOverflowException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/CastingException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/CastingException.java index 329dd192d5..ffd45e37e3 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/CastingException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/CastingException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/CodecException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/CodecException.java index 6e90174377..b7bcc7c31a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/CodecException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/CodecException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/ConvertNotSupportException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/ConvertNotSupportException.java index 074e058c43..ca08dc2961 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/ConvertNotSupportException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/ConvertNotSupportException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/ConvertOverflowException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/ConvertOverflowException.java index 7db8664fda..f167f5641d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/ConvertOverflowException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/ConvertOverflowException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/DAGRequestException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/DAGRequestException.java index 9d3bf7c0c6..184ba025a0 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/DAGRequestException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/DAGRequestException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/GrpcException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/GrpcException.java index 67e1a3cce6..05b252fa66 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/GrpcException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/GrpcException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/IgnoreUnsupportedTypeException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/IgnoreUnsupportedTypeException.java index 366869a1cb..6eed02d099 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/IgnoreUnsupportedTypeException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/IgnoreUnsupportedTypeException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/InvalidCodecFormatException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/InvalidCodecFormatException.java index 718da12675..741593251a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/InvalidCodecFormatException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/InvalidCodecFormatException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/KeyException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/KeyException.java index bd8dbe8195..ead9cdaebd 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/KeyException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/KeyException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/LockException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/LockException.java index 02a7969d03..5cd4ccb6c4 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/LockException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/LockException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/RegionException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/RegionException.java index eee29376f6..60aff54781 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/RegionException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/RegionException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/RegionTaskException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/RegionTaskException.java index 4047b3f5a5..8bf9901f94 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/RegionTaskException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/RegionTaskException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/ResolveLockException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/ResolveLockException.java index 28d62d8fa3..393f42a163 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/ResolveLockException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/ResolveLockException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/SelectException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/SelectException.java index 0b5758bf4e..6b605d708a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/SelectException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/SelectException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiBatchWriteException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiBatchWriteException.java index 957fe4320a..ad5de479d8 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiBatchWriteException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiBatchWriteException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiClientInternalException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiClientInternalException.java index 1c3b1e836c..0d6dcd96e1 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiClientInternalException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiClientInternalException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiDBConvertException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiDBConvertException.java index 5e47f47653..5a108d430a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiDBConvertException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiDBConvertException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiExpressionException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiExpressionException.java index c9f7d9353c..4b5a3b9117 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiExpressionException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiExpressionException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiInternalException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiInternalException.java index 739c8c1148..cda4d8aae3 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiInternalException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiInternalException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiKVException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiKVException.java index 14b6e08e88..180b830122 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/TiKVException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/TiKVException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/TxnNotFoundException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/TxnNotFoundException.java index a19ed03484..353f3c6f93 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/TxnNotFoundException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/TxnNotFoundException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/TypeException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/TypeException.java index 8c4ecee700..ff402fb8d6 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/TypeException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/TypeException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedPartitionExprException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedPartitionExprException.java index 874f93696b..f8b79129c6 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedPartitionExprException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedPartitionExprException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedSyntaxException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedSyntaxException.java index f2f8dc1c82..aba93b4864 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedSyntaxException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedSyntaxException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedTypeException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedTypeException.java index 92a9a05c14..5dcde7971f 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedTypeException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/UnsupportedTypeException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/exception/WriteConflictException.java b/tikv-client/src/main/java/com/pingcap/tikv/exception/WriteConflictException.java index 113f94382d..fef401f688 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/exception/WriteConflictException.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/exception/WriteConflictException.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/AggregateFunction.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/AggregateFunction.java index 9961ff6924..0619be26b2 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/AggregateFunction.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/AggregateFunction.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/ArithmeticBinaryExpression.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/ArithmeticBinaryExpression.java index b4dee817e9..2be4529293 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/ArithmeticBinaryExpression.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/ArithmeticBinaryExpression.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/Blocklist.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/Blocklist.java index 4d965a5ccc..f8ccd9f3a9 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/Blocklist.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/Blocklist.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/ByItem.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/ByItem.java index 601de292c3..7d27477c6e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/ByItem.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/ByItem.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/ColumnRef.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/ColumnRef.java index 8b53003a64..e3fbd75b9d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/ColumnRef.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/ColumnRef.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/ComparisonBinaryExpression.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/ComparisonBinaryExpression.java index 203d8c2e12..137bb70bfb 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/ComparisonBinaryExpression.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/ComparisonBinaryExpression.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/Constant.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/Constant.java index 5dbe77e975..b04602d31a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/Constant.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/Constant.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/Expression.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/Expression.java index c284d0e66c..edf21f8fe5 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/Expression.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/Expression.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/ExpressionBlocklist.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/ExpressionBlocklist.java index d49de656b9..0b76e0edaf 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/ExpressionBlocklist.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/ExpressionBlocklist.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/FuncCallExpr.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/FuncCallExpr.java index 40ffc84557..57689017d8 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/FuncCallExpr.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/FuncCallExpr.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/FuncCallExprEval.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/FuncCallExprEval.java index 5c312ebf06..83da83cb34 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/FuncCallExprEval.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/FuncCallExprEval.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/IsNull.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/IsNull.java index 19966b02d0..1959baa78a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/IsNull.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/IsNull.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/LogicalBinaryExpression.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/LogicalBinaryExpression.java index 8661bacace..25a1dd8610 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/LogicalBinaryExpression.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/LogicalBinaryExpression.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/Not.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/Not.java index 490b75c5ab..1834a6eb6c 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/Not.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/Not.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/PartitionPruner.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/PartitionPruner.java index 3e0dd269d6..b071a711ff 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/PartitionPruner.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/PartitionPruner.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/RangeColumnPartitionPruner.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/RangeColumnPartitionPruner.java index 13d04d06a6..9d65a39ea8 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/RangeColumnPartitionPruner.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/RangeColumnPartitionPruner.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/RangePartitionPruner.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/RangePartitionPruner.java index ca1a41e8c4..60a8b94061 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/RangePartitionPruner.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/RangePartitionPruner.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/StringRegExpression.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/StringRegExpression.java index 425dd73826..2ab379e430 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/StringRegExpression.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/StringRegExpression.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/TypeBlocklist.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/TypeBlocklist.java index ddea2c378d..da4a8ec5cb 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/TypeBlocklist.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/TypeBlocklist.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/Visitor.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/Visitor.java index 48a29902e4..a6d214dfb5 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/Visitor.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/Visitor.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/ColumnMatcher.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/ColumnMatcher.java index e6d8bf6188..c25e148b5a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/ColumnMatcher.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/ColumnMatcher.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/DefaultVisitor.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/DefaultVisitor.java index 26bad7a433..555ded9014 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/DefaultVisitor.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/DefaultVisitor.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/IndexMatcher.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/IndexMatcher.java index 654007cdec..fff012242a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/IndexMatcher.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/IndexMatcher.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/IndexRangeSetBuilder.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/IndexRangeSetBuilder.java index 434dda9204..4ec39b2688 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/IndexRangeSetBuilder.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/IndexRangeSetBuilder.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/MetaResolver.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/MetaResolver.java index c7ad80f733..4de42fca58 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/MetaResolver.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/MetaResolver.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PartAndFilterExprRewriter.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PartAndFilterExprRewriter.java index 4555a7dc2e..db94cb0721 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PartAndFilterExprRewriter.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PartAndFilterExprRewriter.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/ProtoConverter.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/ProtoConverter.java index 2df77a3405..5cb9331273 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/ProtoConverter.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/ProtoConverter.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PrunedPartitionBuilder.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PrunedPartitionBuilder.java index 625f4468cd..39b9cceabf 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PrunedPartitionBuilder.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PrunedPartitionBuilder.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PseudoCostCalculator.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PseudoCostCalculator.java index eaaa6b5218..d014503a89 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PseudoCostCalculator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/PseudoCostCalculator.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/RangeSetBuilder.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/RangeSetBuilder.java index aae5376b6d..2e5f1b9697 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/RangeSetBuilder.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/RangeSetBuilder.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/SupportedExpressionValidator.java b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/SupportedExpressionValidator.java index fef0bc95d7..bfc99ee292 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/SupportedExpressionValidator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/expression/visitor/SupportedExpressionValidator.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/jdbc/JDBCClient.java b/tikv-client/src/main/java/com/pingcap/tikv/jdbc/JDBCClient.java index fc91e99a79..6fa6f5a5da 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/jdbc/JDBCClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/jdbc/JDBCClient.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/jdbc/RowMapper.java b/tikv-client/src/main/java/com/pingcap/tikv/jdbc/RowMapper.java index ba51f534f9..7996f20743 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/jdbc/RowMapper.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/jdbc/RowMapper.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/CommonHandle.java b/tikv-client/src/main/java/com/pingcap/tikv/key/CommonHandle.java index d197689cd3..b4693b8544 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/CommonHandle.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/CommonHandle.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/CompoundKey.java b/tikv-client/src/main/java/com/pingcap/tikv/key/CompoundKey.java index f2bb674728..c3aec286e0 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/CompoundKey.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/CompoundKey.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/Handle.java b/tikv-client/src/main/java/com/pingcap/tikv/key/Handle.java index dabe47217d..02700d3b55 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/Handle.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/Handle.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/IndexKey.java b/tikv-client/src/main/java/com/pingcap/tikv/key/IndexKey.java index 369a38bcd5..f077b2bc78 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/IndexKey.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/IndexKey.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/IndexScanKeyRangeBuilder.java b/tikv-client/src/main/java/com/pingcap/tikv/key/IndexScanKeyRangeBuilder.java index 50625f6801..63aba1fe0c 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/IndexScanKeyRangeBuilder.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/IndexScanKeyRangeBuilder.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/IntHandle.java b/tikv-client/src/main/java/com/pingcap/tikv/key/IntHandle.java index 29ca605cdc..7b37fb9bca 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/IntHandle.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/IntHandle.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/Key.java b/tikv-client/src/main/java/com/pingcap/tikv/key/Key.java index 667c02490a..710c9988a8 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/Key.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/Key.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/KeyRangeBuilder.java b/tikv-client/src/main/java/com/pingcap/tikv/key/KeyRangeBuilder.java index 22435559c1..85d51ed62d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/KeyRangeBuilder.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/KeyRangeBuilder.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/RowKey.java b/tikv-client/src/main/java/com/pingcap/tikv/key/RowKey.java index fe9ced15cd..88f1516969 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/RowKey.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/RowKey.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/StatisticsKeyRangeBuilder.java b/tikv-client/src/main/java/com/pingcap/tikv/key/StatisticsKeyRangeBuilder.java index ffa2d308b0..38808bc7b0 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/StatisticsKeyRangeBuilder.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/StatisticsKeyRangeBuilder.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/key/TypedKey.java b/tikv-client/src/main/java/com/pingcap/tikv/key/TypedKey.java index a394b491c7..164b6a1437 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/key/TypedKey.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/key/TypedKey.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/CIStr.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/CIStr.java index b93af6e491..8233d49576 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/CIStr.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/CIStr.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/Collation.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/Collation.java index 5ea3173c32..e0bb7a7f68 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/Collation.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/Collation.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/IndexType.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/IndexType.java index 4587faad52..67c5aad7e2 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/IndexType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/IndexType.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/SchemaState.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/SchemaState.java index dbd0dfaa09..0140103dac 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/SchemaState.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/SchemaState.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiColumnInfo.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiColumnInfo.java index 7645f13d5b..0605f1480d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiColumnInfo.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiColumnInfo.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiDAGRequest.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiDAGRequest.java index 5569074c6a..3bc15b437a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiDAGRequest.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiDAGRequest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiDBInfo.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiDBInfo.java index 5c6a76806e..a57317290b 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiDBInfo.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiDBInfo.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiFlashReplicaInfo.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiFlashReplicaInfo.java index c740ba30db..83ace50d8f 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiFlashReplicaInfo.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiFlashReplicaInfo.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiIndexColumn.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiIndexColumn.java index 9c93bff633..65a964cb30 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiIndexColumn.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiIndexColumn.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiIndexInfo.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiIndexInfo.java index 5786ace74d..b8fec0f2e5 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiIndexInfo.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiIndexInfo.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionDef.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionDef.java index 88350a4267..9721d633be 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionDef.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionDef.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionExpr.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionExpr.java index 674d8045af..dd841ab621 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionExpr.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionExpr.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionInfo.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionInfo.java index 4164063d1f..cfc1e86e88 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionInfo.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiPartitionInfo.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiSequenceInfo.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiSequenceInfo.java index 69a54f33b8..10d128fae3 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiSequenceInfo.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiSequenceInfo.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiTableInfo.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiTableInfo.java index 142942b979..744712b82f 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiTableInfo.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiTableInfo.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiTimestamp.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiTimestamp.java index b10b803a83..021e36479f 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiTimestamp.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiTimestamp.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiUserIdentity.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiUserIdentity.java index 1b42e20145..d8a566bdb5 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiUserIdentity.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiUserIdentity.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiViewInfo.java b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiViewInfo.java index 6e2352efe8..548a257231 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/meta/TiViewInfo.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/meta/TiViewInfo.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/ErrorHandler.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/ErrorHandler.java index 835451935a..124ff6b8ad 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/ErrorHandler.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/ErrorHandler.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/KVErrorHandler.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/KVErrorHandler.java index 526e6056c2..c5eb1a4fca 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/KVErrorHandler.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/KVErrorHandler.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/NoopHandler.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/NoopHandler.java index 9014de7445..4a48631cf3 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/NoopHandler.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/NoopHandler.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/PDErrorHandler.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/PDErrorHandler.java index a352132b17..8eff3887f6 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/PDErrorHandler.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/PDErrorHandler.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/SchemaInfer.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/SchemaInfer.java index 97b4eaeb79..c434fa9279 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/SchemaInfer.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/SchemaInfer.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ChunkIterator.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ChunkIterator.java index 9d4410704a..7cbeeff55b 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ChunkIterator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ChunkIterator.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ConcreteScanIterator.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ConcreteScanIterator.java index 44cfb586e0..65de41ad5e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ConcreteScanIterator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ConcreteScanIterator.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/CoprocessorIterator.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/CoprocessorIterator.java index 346933476f..cccd7779a2 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/CoprocessorIterator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/CoprocessorIterator.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/DAGIterator.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/DAGIterator.java index 8d7ef19748..ef9bb63b83 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/DAGIterator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/DAGIterator.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/IndexScanIterator.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/IndexScanIterator.java index b67cd7a6a9..a92390b568 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/IndexScanIterator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/IndexScanIterator.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ScanIterator.java b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ScanIterator.java index 5d413ef002..0146acd55e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ScanIterator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/operation/iterator/ScanIterator.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/parser/AstBuilder.java b/tikv-client/src/main/java/com/pingcap/tikv/parser/AstBuilder.java index d78b985737..a0e888d61a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/parser/AstBuilder.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/parser/AstBuilder.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/parser/CaseChangingCharStream.java b/tikv-client/src/main/java/com/pingcap/tikv/parser/CaseChangingCharStream.java index dc0f55141a..00de334069 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/parser/CaseChangingCharStream.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/parser/CaseChangingCharStream.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/parser/TiParser.java b/tikv-client/src/main/java/com/pingcap/tikv/parser/TiParser.java index e3b1959d11..305a8bdfd3 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/parser/TiParser.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/parser/TiParser.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/pd/PDError.java b/tikv-client/src/main/java/com/pingcap/tikv/pd/PDError.java index 28909ddab6..7b792d87ad 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/pd/PDError.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/pd/PDError.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/pd/PDUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/pd/PDUtils.java index f781e54eb5..ccfd2c84c9 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/pd/PDUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/pd/PDUtils.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/policy/RetryMaxMs.java b/tikv-client/src/main/java/com/pingcap/tikv/policy/RetryMaxMs.java index 1f9fe2a2f7..89772f55f4 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/policy/RetryMaxMs.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/policy/RetryMaxMs.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/policy/RetryPolicy.java b/tikv-client/src/main/java/com/pingcap/tikv/policy/RetryPolicy.java index 51f0c09170..1a5f49da0a 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/policy/RetryPolicy.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/policy/RetryPolicy.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/predicates/IndexRange.java b/tikv-client/src/main/java/com/pingcap/tikv/predicates/IndexRange.java index 22d97cf5cb..07776719d5 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/predicates/IndexRange.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/predicates/IndexRange.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/predicates/PredicateUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/predicates/PredicateUtils.java index aecf6386f0..c1a0fcf333 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/predicates/PredicateUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/predicates/PredicateUtils.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/predicates/ScanSpec.java b/tikv-client/src/main/java/com/pingcap/tikv/predicates/ScanSpec.java index 42c7f4203c..d0b8391638 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/predicates/ScanSpec.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/predicates/ScanSpec.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/predicates/SelectivityCalculator.java b/tikv-client/src/main/java/com/pingcap/tikv/predicates/SelectivityCalculator.java index 790e092dba..fb6a7684a4 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/predicates/SelectivityCalculator.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/predicates/SelectivityCalculator.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/predicates/TiKVScanAnalyzer.java b/tikv-client/src/main/java/com/pingcap/tikv/predicates/TiKVScanAnalyzer.java index b6b6bd54a5..103d42c178 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/predicates/TiKVScanAnalyzer.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/predicates/TiKVScanAnalyzer.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/region/AbstractRegionStoreClient.java b/tikv-client/src/main/java/com/pingcap/tikv/region/AbstractRegionStoreClient.java index 5a637cd5fe..ef060dcddc 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/region/AbstractRegionStoreClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/region/AbstractRegionStoreClient.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/region/RegionErrorReceiver.java b/tikv-client/src/main/java/com/pingcap/tikv/region/RegionErrorReceiver.java index 3c7f97a93e..a71e4fe79c 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/region/RegionErrorReceiver.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/region/RegionErrorReceiver.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/region/RegionManager.java b/tikv-client/src/main/java/com/pingcap/tikv/region/RegionManager.java index 301adbd6b6..aaf0c8a277 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/region/RegionManager.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/region/RegionManager.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/region/RegionStoreClient.java b/tikv-client/src/main/java/com/pingcap/tikv/region/RegionStoreClient.java index 4ebf44e7f6..676ea242e7 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/region/RegionStoreClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/region/RegionStoreClient.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/region/TiRegion.java b/tikv-client/src/main/java/com/pingcap/tikv/region/TiRegion.java index a1c96935ee..7b154b943f 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/region/TiRegion.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/region/TiRegion.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/region/TiStoreType.java b/tikv-client/src/main/java/com/pingcap/tikv/region/TiStoreType.java index 2a6234d3ba..0048de0ad6 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/region/TiStoreType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/region/TiStoreType.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/row/DefaultRowReader.java b/tikv-client/src/main/java/com/pingcap/tikv/row/DefaultRowReader.java index 96178d135a..f527843d14 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/row/DefaultRowReader.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/row/DefaultRowReader.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/row/ObjectRowImpl.java b/tikv-client/src/main/java/com/pingcap/tikv/row/ObjectRowImpl.java index 5a3cfba3b4..11afc8bb93 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/row/ObjectRowImpl.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/row/ObjectRowImpl.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/row/Row.java b/tikv-client/src/main/java/com/pingcap/tikv/row/Row.java index 160d760c78..888093e68d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/row/Row.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/row/Row.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/row/RowReader.java b/tikv-client/src/main/java/com/pingcap/tikv/row/RowReader.java index 6c37e37f18..22a982c308 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/row/RowReader.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/row/RowReader.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/row/RowReaderFactory.java b/tikv-client/src/main/java/com/pingcap/tikv/row/RowReaderFactory.java index bbf8b9af3e..604b57633c 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/row/RowReaderFactory.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/row/RowReaderFactory.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/statistics/Bucket.java b/tikv-client/src/main/java/com/pingcap/tikv/statistics/Bucket.java index 06ba7dc528..1cbbafef90 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/statistics/Bucket.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/statistics/Bucket.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/statistics/CMSketch.java b/tikv-client/src/main/java/com/pingcap/tikv/statistics/CMSketch.java index fcdb12198b..20a6d4ce07 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/statistics/CMSketch.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/statistics/CMSketch.java @@ -9,6 +9,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/statistics/ColumnStatistics.java b/tikv-client/src/main/java/com/pingcap/tikv/statistics/ColumnStatistics.java index fb96ec5aa1..e1a3b7ca99 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/statistics/ColumnStatistics.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/statistics/ColumnStatistics.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/statistics/Histogram.java b/tikv-client/src/main/java/com/pingcap/tikv/statistics/Histogram.java index ec8d8e5d23..7ab8e81ca2 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/statistics/Histogram.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/statistics/Histogram.java @@ -9,6 +9,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/statistics/IndexStatistics.java b/tikv-client/src/main/java/com/pingcap/tikv/statistics/IndexStatistics.java index ea14257015..3559aa004b 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/statistics/IndexStatistics.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/statistics/IndexStatistics.java @@ -9,6 +9,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/statistics/TableStatistics.java b/tikv-client/src/main/java/com/pingcap/tikv/statistics/TableStatistics.java index 130b6927cc..71a4f7921d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/statistics/TableStatistics.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/statistics/TableStatistics.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/streaming/StreamingResponse.java b/tikv-client/src/main/java/com/pingcap/tikv/streaming/StreamingResponse.java index d5e63dea2d..92c22651a5 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/streaming/StreamingResponse.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/streaming/StreamingResponse.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/tools/RegionUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/tools/RegionUtils.java index 81a2a7848a..157de44133 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/tools/RegionUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/tools/RegionUtils.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/AbstractLockResolverClient.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/AbstractLockResolverClient.java index 1e242f3a27..0e8be6ddfc 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/AbstractLockResolverClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/AbstractLockResolverClient.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/AsyncResolveData.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/AsyncResolveData.java index a494fd6a63..afd246d949 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/AsyncResolveData.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/AsyncResolveData.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/Lock.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/Lock.java index 6244c6adf5..15889560f3 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/Lock.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/Lock.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV2.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV2.java index 3461370808..84efa39bbb 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV2.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV2.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV3.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV3.java index 924a3bede9..f9511393bf 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV3.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV3.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV4.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV4.java index 10a0dbe7a3..ca616c4256 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV4.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/LockResolverClientV4.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/ResolveLockResult.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/ResolveLockResult.java index eed4e034b8..59d6ed512d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/ResolveLockResult.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/ResolveLockResult.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnExpireTime.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnExpireTime.java index 726c03c9ec..a868d54eaf 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnExpireTime.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnExpireTime.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnKVClient.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnKVClient.java index 7e4fffc40e..ddac25fb01 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnKVClient.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnKVClient.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnStatus.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnStatus.java index 00b92cb1bb..2cfa18a14b 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnStatus.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/TxnStatus.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/type/BatchKeys.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/type/BatchKeys.java index f50f8a0cc9..d1bb13b835 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/type/BatchKeys.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/type/BatchKeys.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/type/ClientRPCResult.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/type/ClientRPCResult.java index 97233afb33..3a6c43413d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/type/ClientRPCResult.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/type/ClientRPCResult.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/txn/type/GroupKeyResult.java b/tikv-client/src/main/java/com/pingcap/tikv/txn/type/GroupKeyResult.java index 645b60fa63..269c5a0131 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/txn/type/GroupKeyResult.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/txn/type/GroupKeyResult.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/AbstractDateTimeType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/AbstractDateTimeType.java index 4f6c605936..38383fa827 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/AbstractDateTimeType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/AbstractDateTimeType.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/BitType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/BitType.java index 79a34eb6da..9277cb99c7 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/BitType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/BitType.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/BytesType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/BytesType.java index 428207103e..d51e76fd24 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/BytesType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/BytesType.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/Charset.java b/tikv-client/src/main/java/com/pingcap/tikv/types/Charset.java index e9b8301217..4701fab744 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/Charset.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/Charset.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/Converter.java b/tikv-client/src/main/java/com/pingcap/tikv/types/Converter.java index ba04c88c8b..fc0239eec0 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/Converter.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/Converter.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/DataType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/DataType.java index c7cee3d2c1..ee12869d85 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/DataType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/DataType.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/DataTypeFactory.java b/tikv-client/src/main/java/com/pingcap/tikv/types/DataTypeFactory.java index 5c674c08a1..ecb9caefea 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/DataTypeFactory.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/DataTypeFactory.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/DateTimeType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/DateTimeType.java index d059f2c50e..a1da9739a7 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/DateTimeType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/DateTimeType.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/DateType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/DateType.java index 1330badc7a..57263e927b 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/DateType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/DateType.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/DecimalType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/DecimalType.java index 6607ec9da1..63c325a2e5 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/DecimalType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/DecimalType.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/EnumType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/EnumType.java index 0b8b23f911..903be5602d 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/EnumType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/EnumType.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/IntegerType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/IntegerType.java index 4c5efa9c9a..fbff7c3a54 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/IntegerType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/IntegerType.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/JsonType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/JsonType.java index 369c8bb8f8..dda2852d99 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/JsonType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/JsonType.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/MySQLType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/MySQLType.java index 7fb59adf37..d8eb4d2243 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/MySQLType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/MySQLType.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/RealType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/RealType.java index b4c8deb42b..3381465297 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/RealType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/RealType.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/SetType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/SetType.java index e756f1de6e..1584eb2533 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/SetType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/SetType.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/StringType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/StringType.java index 1a9b436900..8caf8515f5 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/StringType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/StringType.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/TimeType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/TimeType.java index b79ec86e83..3b5c22147c 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/TimeType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/TimeType.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/TimestampType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/TimestampType.java index ae33d3d5e7..3dee8684bc 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/TimestampType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/TimestampType.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/types/UninitializedType.java b/tikv-client/src/main/java/com/pingcap/tikv/types/UninitializedType.java index b50a35d3e5..420405d578 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/types/UninitializedType.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/types/UninitializedType.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/BackOffFunction.java b/tikv-client/src/main/java/com/pingcap/tikv/util/BackOffFunction.java index 5c48307ed0..ea55d4d1be 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/BackOffFunction.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/BackOffFunction.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/BackOffer.java b/tikv-client/src/main/java/com/pingcap/tikv/util/BackOffer.java index 57383d119a..bf87843e03 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/BackOffer.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/BackOffer.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/Batch.java b/tikv-client/src/main/java/com/pingcap/tikv/util/Batch.java index b825b13e09..54c06c5638 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/Batch.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/Batch.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/CHTypeMapping.java b/tikv-client/src/main/java/com/pingcap/tikv/util/CHTypeMapping.java index f26f45b152..9a7a06e027 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/CHTypeMapping.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/CHTypeMapping.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/ChannelFactory.java b/tikv-client/src/main/java/com/pingcap/tikv/util/ChannelFactory.java index ebf17817cc..0249366477 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/ChannelFactory.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/ChannelFactory.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/ClientUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/util/ClientUtils.java index cf2c815101..1feafca203 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/ClientUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/ClientUtils.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/ConcreteBackOffer.java b/tikv-client/src/main/java/com/pingcap/tikv/util/ConcreteBackOffer.java index 7a3de3726d..7946cace5f 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/ConcreteBackOffer.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/ConcreteBackOffer.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/FutureObserver.java b/tikv-client/src/main/java/com/pingcap/tikv/util/FutureObserver.java index d3db516ba2..6ec0a0a407 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/FutureObserver.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/FutureObserver.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/JsonUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/util/JsonUtils.java index b9830258bc..15b8a4725e 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/JsonUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/JsonUtils.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/KeyRangeUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/util/KeyRangeUtils.java index 7893eb5123..0b491f8d93 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/KeyRangeUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/KeyRangeUtils.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/LogDesensitization.java b/tikv-client/src/main/java/com/pingcap/tikv/util/LogDesensitization.java index d966273fb7..0318557ca6 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/LogDesensitization.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/LogDesensitization.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/MemoryUtil.java b/tikv-client/src/main/java/com/pingcap/tikv/util/MemoryUtil.java index c8a7e72bbe..00307fdab6 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/MemoryUtil.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/MemoryUtil.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/Pair.java b/tikv-client/src/main/java/com/pingcap/tikv/util/Pair.java index c5ca21d31b..0ead4cd4e2 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/Pair.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/Pair.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/RangeSplitter.java b/tikv-client/src/main/java/com/pingcap/tikv/util/RangeSplitter.java index 3ac53fb957..cb6651d450 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/RangeSplitter.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/RangeSplitter.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/Timer.java b/tikv-client/src/main/java/com/pingcap/tikv/util/Timer.java index 5e97dda268..5d36ee1ba0 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/Timer.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/Timer.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/TsoUtils.java b/tikv-client/src/main/java/com/pingcap/tikv/util/TsoUtils.java index ff92bf60b7..00852cb049 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/TsoUtils.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/TsoUtils.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/GrpcUtils.java b/tikv-client/src/test/java/com/pingcap/tikv/GrpcUtils.java index 4f6c05ddb9..e588cebf16 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/GrpcUtils.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/GrpcUtils.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/KVMockServer.java b/tikv-client/src/test/java/com/pingcap/tikv/KVMockServer.java index 3aef307162..afb02e16c8 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/KVMockServer.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/KVMockServer.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/MockServerTest.java b/tikv-client/src/test/java/com/pingcap/tikv/MockServerTest.java index ec1fc2552e..616a167a2b 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/MockServerTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/MockServerTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/PDClientTest.java b/tikv-client/src/test/java/com/pingcap/tikv/PDClientTest.java index 2526401041..7dc746032a 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/PDClientTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/PDClientTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/PDMockServer.java b/tikv-client/src/test/java/com/pingcap/tikv/PDMockServer.java index e79b2b14c7..5357ac2c13 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/PDMockServer.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/PDMockServer.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/PDMockServerTest.java b/tikv-client/src/test/java/com/pingcap/tikv/PDMockServerTest.java index f4d827d606..b19faeffbf 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/PDMockServerTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/PDMockServerTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/RegionManagerTest.java b/tikv-client/src/test/java/com/pingcap/tikv/RegionManagerTest.java index 13308d90f6..8a0b6f546d 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/RegionManagerTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/RegionManagerTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/RegionStoreClientTest.java b/tikv-client/src/test/java/com/pingcap/tikv/RegionStoreClientTest.java index 69dd6192db..273bd89049 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/RegionStoreClientTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/RegionStoreClientTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/TiConfigurationTest.java b/tikv-client/src/test/java/com/pingcap/tikv/TiConfigurationTest.java index 81b028ac3d..34b9648e22 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/TiConfigurationTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/TiConfigurationTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/allocator/RowIDAllocatorTest.java b/tikv-client/src/test/java/com/pingcap/tikv/allocator/RowIDAllocatorTest.java index 0fc4e03c76..eefb3d5787 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/allocator/RowIDAllocatorTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/allocator/RowIDAllocatorTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/catalog/CatalogTest.java b/tikv-client/src/test/java/com/pingcap/tikv/catalog/CatalogTest.java index 2307b037a4..3a520a2985 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/catalog/CatalogTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/catalog/CatalogTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/catalog/CatalogTransactionTest.java b/tikv-client/src/test/java/com/pingcap/tikv/catalog/CatalogTransactionTest.java index fff5acee40..3ddb8f6416 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/catalog/CatalogTransactionTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/catalog/CatalogTransactionTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/codec/CodecTest.java b/tikv-client/src/test/java/com/pingcap/tikv/codec/CodecTest.java index 8f26610987..db40def979 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/codec/CodecTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/codec/CodecTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/codec/KeyUtilsTest.java b/tikv-client/src/test/java/com/pingcap/tikv/codec/KeyUtilsTest.java index f0121b8868..a82bfff265 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/codec/KeyUtilsTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/codec/KeyUtilsTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/codec/MyDecimalTest.java b/tikv-client/src/test/java/com/pingcap/tikv/codec/MyDecimalTest.java index 3df1d93470..2719a17c4a 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/codec/MyDecimalTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/codec/MyDecimalTest.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecTest.java b/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecTest.java index 01f4978c0f..05d5441b49 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecV1Test.java b/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecV1Test.java index d388c1ee0d..6099ca333b 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecV1Test.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecV1Test.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecV2Test.java b/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecV2Test.java index 9490f3f3b5..244214a12f 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecV2Test.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/codec/TableCodecV2Test.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/expression/ComparisonBinaryExpressionTest.java b/tikv-client/src/test/java/com/pingcap/tikv/expression/ComparisonBinaryExpressionTest.java index 7629b4e19e..a4a60989f6 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/expression/ComparisonBinaryExpressionTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/expression/ComparisonBinaryExpressionTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/expression/visitor/PartAndFilterExprRewriterTest.java b/tikv-client/src/test/java/com/pingcap/tikv/expression/visitor/PartAndFilterExprRewriterTest.java index 653313f317..a05ecd549d 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/expression/visitor/PartAndFilterExprRewriterTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/expression/visitor/PartAndFilterExprRewriterTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/key/CompoundKeyTest.java b/tikv-client/src/test/java/com/pingcap/tikv/key/CompoundKeyTest.java index 9e5fa23903..1e7ac7f533 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/key/CompoundKeyTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/key/CompoundKeyTest.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/test/java/com/pingcap/tikv/key/IndexKeyTest.java b/tikv-client/src/test/java/com/pingcap/tikv/key/IndexKeyTest.java index de26fc81d3..4abbf6ea4e 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/key/IndexKeyTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/key/IndexKeyTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/key/KeyTest.java b/tikv-client/src/test/java/com/pingcap/tikv/key/KeyTest.java index a7250ae9ed..e7a58b110a 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/key/KeyTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/key/KeyTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/meta/DBInfoTest.java b/tikv-client/src/test/java/com/pingcap/tikv/meta/DBInfoTest.java index 75e26e007c..fe9ca5bbb4 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/meta/DBInfoTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/meta/DBInfoTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/meta/MetaUtils.java b/tikv-client/src/test/java/com/pingcap/tikv/meta/MetaUtils.java index 1909328c4c..338a7c8d35 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/meta/MetaUtils.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/meta/MetaUtils.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/meta/TiDAGRequestTest.java b/tikv-client/src/test/java/com/pingcap/tikv/meta/TiDAGRequestTest.java index 4d6e2a790d..517d28f11b 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/meta/TiDAGRequestTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/meta/TiDAGRequestTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/meta/TiTableInfoTest.java b/tikv-client/src/test/java/com/pingcap/tikv/meta/TiTableInfoTest.java index cd592f7125..2947e1c171 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/meta/TiTableInfoTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/meta/TiTableInfoTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/operation/ChunkIteratorTest.java b/tikv-client/src/test/java/com/pingcap/tikv/operation/ChunkIteratorTest.java index 68292a35ee..4cc02f3cf3 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/operation/ChunkIteratorTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/operation/ChunkIteratorTest.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/test/java/com/pingcap/tikv/operation/SchemaInferTest.java b/tikv-client/src/test/java/com/pingcap/tikv/operation/SchemaInferTest.java index 1eab377c0d..847ead4a14 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/operation/SchemaInferTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/operation/SchemaInferTest.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/test/java/com/pingcap/tikv/operation/iterator/DAGIteratorTest.java b/tikv-client/src/test/java/com/pingcap/tikv/operation/iterator/DAGIteratorTest.java index 03549be502..80bdec8389 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/operation/iterator/DAGIteratorTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/operation/iterator/DAGIteratorTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/parser/TiParserTest.java b/tikv-client/src/test/java/com/pingcap/tikv/parser/TiParserTest.java index 0f1db1908f..d2c95fce0b 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/parser/TiParserTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/parser/TiParserTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/predicates/IndexMatcherTest.java b/tikv-client/src/test/java/com/pingcap/tikv/predicates/IndexMatcherTest.java index 4511ba068f..e96dfd9425 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/predicates/IndexMatcherTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/predicates/IndexMatcherTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/predicates/PredicateUtilsTest.java b/tikv-client/src/test/java/com/pingcap/tikv/predicates/PredicateUtilsTest.java index 1d8b1bb6ab..97b5350a21 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/predicates/PredicateUtilsTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/predicates/PredicateUtilsTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/predicates/TiKVScanAnalyzerTest.java b/tikv-client/src/test/java/com/pingcap/tikv/predicates/TiKVScanAnalyzerTest.java index e10d7d7ca1..525b0fce52 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/predicates/TiKVScanAnalyzerTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/predicates/TiKVScanAnalyzerTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverAsyncCommitTest.java b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverAsyncCommitTest.java index 4975bb4453..c4adc5ce8b 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverAsyncCommitTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverAsyncCommitTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSITest.java b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSITest.java index 2f474d03f4..42c34bceaf 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSITest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSITest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV3OneRowTest.java b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV3OneRowTest.java index 6d471ccde7..dce63f2822 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV3OneRowTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV3OneRowTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV3TwoRowTest.java b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV3TwoRowTest.java index 5bba647eab..de4ff92981 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV3TwoRowTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV3TwoRowTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV4OneRowTest.java b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV4OneRowTest.java index 21be10f1e1..2cbd3f183e 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV4OneRowTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV4OneRowTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV4TwoRowTest.java b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV4TwoRowTest.java index 4ebd53632c..fb6b33db63 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV4TwoRowTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverSIV4TwoRowTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverTest.java b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverTest.java index e0529efa11..f30178b00c 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/txn/LockResolverTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/types/ConverterTest.java b/tikv-client/src/test/java/com/pingcap/tikv/types/ConverterTest.java index fee933ecfe..588d8dbe2c 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/types/ConverterTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/types/ConverterTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/types/DataTypeFactoryTest.java b/tikv-client/src/test/java/com/pingcap/tikv/types/DataTypeFactoryTest.java index 5859b0ce50..6d4978cbc9 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/types/DataTypeFactoryTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/types/DataTypeFactoryTest.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/test/java/com/pingcap/tikv/types/DecimalTypeTest.java b/tikv-client/src/test/java/com/pingcap/tikv/types/DecimalTypeTest.java index f5e3f41b36..2f094757b0 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/types/DecimalTypeTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/types/DecimalTypeTest.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/test/java/com/pingcap/tikv/types/IntegerTypeTest.java b/tikv-client/src/test/java/com/pingcap/tikv/types/IntegerTypeTest.java index f078d71f7f..5746bec777 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/types/IntegerTypeTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/types/IntegerTypeTest.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/test/java/com/pingcap/tikv/types/RealTypeTest.java b/tikv-client/src/test/java/com/pingcap/tikv/types/RealTypeTest.java index 3e0ff02443..b3781a3bdd 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/types/RealTypeTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/types/RealTypeTest.java @@ -10,6 +10,7 @@ * * 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. * diff --git a/tikv-client/src/test/java/com/pingcap/tikv/util/ConcreteBackOffTest.java b/tikv-client/src/test/java/com/pingcap/tikv/util/ConcreteBackOffTest.java index 581109a8ca..8f8aee2708 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/util/ConcreteBackOffTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/util/ConcreteBackOffTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/util/RangeSplitterTest.java b/tikv-client/src/test/java/com/pingcap/tikv/util/RangeSplitterTest.java index 12e510ca5e..fd1a93cd6b 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/util/RangeSplitterTest.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/util/RangeSplitterTest.java @@ -9,6 +9,7 @@ * * 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. */ diff --git a/tikv-client/src/test/java/com/pingcap/tikv/util/ReflectionWrapper.java b/tikv-client/src/test/java/com/pingcap/tikv/util/ReflectionWrapper.java index cbd65f2031..1bc5922cd1 100644 --- a/tikv-client/src/test/java/com/pingcap/tikv/util/ReflectionWrapper.java +++ b/tikv-client/src/test/java/com/pingcap/tikv/util/ReflectionWrapper.java @@ -9,6 +9,7 @@ * * 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. */ From d559a68dbddc0c75560c88d4cdf78679ce23d80e Mon Sep 17 00:00:00 2001 From: yangxin Date: Fri, 18 Mar 2022 15:17:21 +0800 Subject: [PATCH 17/19] FIX --- .../spark/sql/InvisibleIndexSuite.scala | 16 ++++++++++ .../sql/types/BaseRandomDataTypeTest.scala | 16 ++++++++++ python/resources/spark-2.3/session.py | 31 +++++++++---------- .../pingcap/tikv/columnar/TiColumnVector.java | 13 ++++---- .../tikv/util/FastByteComparisons.java | 22 +++++++------ 5 files changed, 65 insertions(+), 33 deletions(-) diff --git a/core/src/test/scala/org/apache/spark/sql/InvisibleIndexSuite.scala b/core/src/test/scala/org/apache/spark/sql/InvisibleIndexSuite.scala index 94430ef48b..3dd22e42c4 100644 --- a/core/src/test/scala/org/apache/spark/sql/InvisibleIndexSuite.scala +++ b/core/src/test/scala/org/apache/spark/sql/InvisibleIndexSuite.scala @@ -1,3 +1,19 @@ +/* + * Copyright 2022 PingCAP, Inc. + * + * Licensed 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. + */ + package org.apache.spark.sql import org.apache.spark.sql.catalyst.plans.BasePlanTest diff --git a/core/src/test/scala/org/apache/spark/sql/types/BaseRandomDataTypeTest.scala b/core/src/test/scala/org/apache/spark/sql/types/BaseRandomDataTypeTest.scala index 4a98fa8541..c68afac76e 100644 --- a/core/src/test/scala/org/apache/spark/sql/types/BaseRandomDataTypeTest.scala +++ b/core/src/test/scala/org/apache/spark/sql/types/BaseRandomDataTypeTest.scala @@ -1,3 +1,19 @@ +/* + * Copyright 2022 PingCAP, Inc. + * + * Licensed 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. + */ + package org.apache.spark.sql.types import com.pingcap.tikv.row.ObjectRowImpl diff --git a/python/resources/spark-2.3/session.py b/python/resources/spark-2.3/session.py index 1a3b1df577..5e776409da 100644 --- a/python/resources/spark-2.3/session.py +++ b/python/resources/spark-2.3/session.py @@ -1,19 +1,18 @@ -# -# 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. -# +/* +* Copyright 2022 PingCAP, Inc. +* +* Licensed 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. +*/ from __future__ import print_function import sys diff --git a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiColumnVector.java b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiColumnVector.java index c22b13aa41..eee0f5070c 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiColumnVector.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/columnar/TiColumnVector.java @@ -1,12 +1,11 @@ /* - * 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 + * Copyright 2022 PingCAP, Inc. * - * http://www.apache.org/licenses/LICENSE-2.0 + * Licensed 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, diff --git a/tikv-client/src/main/java/com/pingcap/tikv/util/FastByteComparisons.java b/tikv-client/src/main/java/com/pingcap/tikv/util/FastByteComparisons.java index 2af87d97df..302e335ced 100644 --- a/tikv-client/src/main/java/com/pingcap/tikv/util/FastByteComparisons.java +++ b/tikv-client/src/main/java/com/pingcap/tikv/util/FastByteComparisons.java @@ -1,17 +1,19 @@ -/** - * 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 +/* + * Copyright 2022 PingCAP, Inc. + * + * Licensed 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 + * 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 + * 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. */ + package com.pingcap.tikv.util; import com.google.common.primitives.Longs; From db044ecb2aca147a85f0a76211afa17bd0bb28c0 Mon Sep 17 00:00:00 2001 From: yangxin Date: Fri, 18 Mar 2022 17:09:44 +0800 Subject: [PATCH 18/19] Polish --- .../scala/com/pingcap/tispark/v2/sink/TiDBBatchWrite.scala | 3 ++- .../main/scala/com/pingcap/tispark/v2/sink/TiDBDataWrite.scala | 3 ++- .../com/pingcap/tispark/v2/sink/TiDBDataWriterFactory.scala | 3 ++- .../scala/com/pingcap/tispark/v2/sink/TiDBWriterBuilder.scala | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBBatchWrite.scala b/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBBatchWrite.scala index 315b3b52cb..256c15ec3d 100644 --- a/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBBatchWrite.scala +++ b/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBBatchWrite.scala @@ -8,7 +8,8 @@ * 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, + * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBDataWrite.scala b/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBDataWrite.scala index f22d04bcf5..b23960e8ce 100644 --- a/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBDataWrite.scala +++ b/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBDataWrite.scala @@ -8,7 +8,8 @@ * 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, + * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBDataWriterFactory.scala b/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBDataWriterFactory.scala index e639335cc2..4fcea69ec7 100644 --- a/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBDataWriterFactory.scala +++ b/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBDataWriterFactory.scala @@ -8,7 +8,8 @@ * 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, + * 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. */ diff --git a/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBWriterBuilder.scala b/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBWriterBuilder.scala index fdea0e8018..c4865f9c87 100644 --- a/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBWriterBuilder.scala +++ b/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBWriterBuilder.scala @@ -8,7 +8,8 @@ * 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, + * 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. */ From e8a052641ef7dbf3ac7b2debfacdbe3787fb88f7 Mon Sep 17 00:00:00 2001 From: yangxin Date: Fri, 18 Mar 2022 17:16:45 +0800 Subject: [PATCH 19/19] fmt --- .../main/scala/com/pingcap/tispark/v2/sink/TiDBBatchWrite.scala | 2 +- .../main/scala/com/pingcap/tispark/v2/sink/TiDBDataWrite.scala | 2 +- .../com/pingcap/tispark/v2/sink/TiDBDataWriterFactory.scala | 2 +- .../scala/com/pingcap/tispark/v2/sink/TiDBWriterBuilder.scala | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBBatchWrite.scala b/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBBatchWrite.scala index 256c15ec3d..8c8f481ddd 100644 --- a/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBBatchWrite.scala +++ b/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBBatchWrite.scala @@ -8,7 +8,7 @@ * 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, + * 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. diff --git a/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBDataWrite.scala b/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBDataWrite.scala index b23960e8ce..e05ba25ed6 100644 --- a/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBDataWrite.scala +++ b/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBDataWrite.scala @@ -8,7 +8,7 @@ * 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, + * 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. diff --git a/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBDataWriterFactory.scala b/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBDataWriterFactory.scala index 4fcea69ec7..ecbe10c0d8 100644 --- a/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBDataWriterFactory.scala +++ b/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBDataWriterFactory.scala @@ -8,7 +8,7 @@ * 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, + * 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. diff --git a/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBWriterBuilder.scala b/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBWriterBuilder.scala index c4865f9c87..bb488b086f 100644 --- a/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBWriterBuilder.scala +++ b/core/src/main/scala/com/pingcap/tispark/v2/sink/TiDBWriterBuilder.scala @@ -8,7 +8,7 @@ * 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, + * 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.