Skip to content

Commit 7c23b8d

Browse files
authored
Coral-Trino: Improve readability of TrinoToRelConverterTest (#343)
1 parent a2d647d commit 7c23b8d

35 files changed

+91
-74
lines changed

coral-trino/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ dependencies {
1313

1414
testCompile deps.'hadoop'.'hadoop-mapreduce-client-common'
1515
testCompile deps.'kryo'
16+
testImplementation deps.'jetbrains'
1617
}

coral-trino/src/main/java/com/linkedin/coral/trino/rel2trino/CoralTrinoConfigKeys.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021-2022 LinkedIn Corporation. All rights reserved.
2+
* Copyright 2021-2023 LinkedIn Corporation. All rights reserved.
33
* Licensed under the BSD-2 Clause license.
44
* See LICENSE in the project root for license information.
55
*/

coral-trino/src/main/java/com/linkedin/coral/trino/rel2trino/HiveToTrinoConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2017-2022 LinkedIn Corporation. All rights reserved.
2+
* Copyright 2017-2023 LinkedIn Corporation. All rights reserved.
33
* Licensed under the BSD-2 Clause license.
44
* See LICENSE in the project root for license information.
55
*/

coral-trino/src/main/java/com/linkedin/coral/trino/rel2trino/TrinoSqlDialect.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2017-2022 LinkedIn Corporation. All rights reserved.
2+
* Copyright 2017-2023 LinkedIn Corporation. All rights reserved.
33
* Licensed under the BSD-2 Clause license.
44
* See LICENSE in the project root for license information.
55
*/

coral-trino/src/main/java/com/linkedin/coral/trino/rel2trino/TrinoSqlRewriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2018-2021 LinkedIn Corporation. All rights reserved.
2+
* Copyright 2018-2023 LinkedIn Corporation. All rights reserved.
33
* Licensed under the BSD-2 Clause license.
44
* See LICENSE in the project root for license information.
55
*/

coral-trino/src/main/java/com/linkedin/coral/trino/rel2trino/TrinoTryCastFunction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2018-2022 LinkedIn Corporation. All rights reserved.
2+
* Copyright 2018-2023 LinkedIn Corporation. All rights reserved.
33
* Licensed under the BSD-2 Clause license.
44
* See LICENSE in the project root for license information.
55
*/

coral-trino/src/main/java/com/linkedin/coral/trino/rel2trino/UDFMapUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2017-2021 LinkedIn Corporation. All rights reserved.
2+
* Copyright 2017-2023 LinkedIn Corporation. All rights reserved.
33
* Licensed under the BSD-2 Clause license.
44
* See LICENSE in the project root for license information.
55
*/

coral-trino/src/main/java/com/linkedin/coral/trino/rel2trino/UDFTransformer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2017-2022 LinkedIn Corporation. All rights reserved.
2+
* Copyright 2017-2023 LinkedIn Corporation. All rights reserved.
33
* Licensed under the BSD-2 Clause license.
44
* See LICENSE in the project root for license information.
55
*/

coral-trino/src/main/java/com/linkedin/coral/trino/rel2trino/functions/GenericProjectToTrinoConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019-2022 LinkedIn Corporation. All rights reserved.
2+
* Copyright 2019-2023 LinkedIn Corporation. All rights reserved.
33
* Licensed under the BSD-2 Clause license.
44
* See LICENSE in the project root for license information.
55
*/

coral-trino/src/main/java/com/linkedin/coral/trino/rel2trino/functions/GenericTemplateFunction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2019-2022 LinkedIn Corporation. All rights reserved.
2+
* Copyright 2019-2023 LinkedIn Corporation. All rights reserved.
33
* Licensed under the BSD-2 Clause license.
44
* See LICENSE in the project root for license information.
55
*/

0 commit comments

Comments
 (0)