Skip to content

Commit

Permalink
Rename coral-presto module to coral-trino (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi authored Apr 9, 2021
1 parent eb9f1fc commit 4d051be
Show file tree
Hide file tree
Showing 26 changed files with 5 additions and 5 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2017-2020 LinkedIn Corporation. All rights reserved.
* Copyright 2017-2021 LinkedIn Corporation. All rights reserved.
* Licensed under the BSD-2 Clause license.
* See LICENSE in the project root for license information.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2017-2020 LinkedIn Corporation. All rights reserved.
* Copyright 2017-2021 LinkedIn Corporation. All rights reserved.
* Licensed under the BSD-2 Clause license.
* See LICENSE in the project root for license information.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2019-2020 LinkedIn Corporation. All rights reserved.
* Copyright 2019-2021 LinkedIn Corporation. All rights reserved.
* Licensed under the BSD-2 Clause license.
* See LICENSE in the project root for license information.
*/
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
def modules = [
'coral-hive',
'coral-pig',
'coral-presto',
'coral-spark',
'coral-schema',
'coral-spark-plan'
'coral-spark-plan',
'coral-trino'
]

modules.each { module ->
Expand Down

0 comments on commit 4d051be

Please sign in to comment.