Skip to content

Commit f6ffef0

Browse files
authored
Upgrade airbase and presto-maven-plugin (prestodb#24357)
1 parent 7119aa2 commit f6ffef0

File tree

3 files changed

+16
-26
lines changed

3 files changed

+16
-26
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.facebook.airlift</groupId>
77
<artifactId>airbase</artifactId>
8-
<version>102</version>
8+
<version>104</version>
99
</parent>
1010

1111
<groupId>com.facebook.presto</groupId>
@@ -2610,7 +2610,7 @@
26102610
<plugin>
26112611
<groupId>com.facebook.presto</groupId>
26122612
<artifactId>presto-maven-plugin</artifactId>
2613-
<version>0.4</version>
2613+
<version>0.7</version>
26142614
<extensions>true</extensions>
26152615
</plugin>
26162616

presto-grpc-api/src/main/proto/GrpcUdfInvoke.proto

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
//
2+
// Licensed under the Apache License, Version 2.0 (the "License");
3+
// you may not use this file except in compliance with the License.
4+
// You may obtain a copy of the License at
5+
//
6+
// http://www.apache.org/licenses/LICENSE-2.0
7+
//
8+
// Unless required by applicable law or agreed to in writing, software
9+
// distributed under the License is distributed on an "AS IS" BASIS,
10+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
// See the License for the specific language governing permissions and
12+
// limitations under the License.
13+
//
14+
115
syntax = "proto3";
216

317
option java_multiple_files = true;

presto-native-sidecar-plugin/src/main/java/com/facebook/presto/sidecar/NoOpPlugin.java

-24
This file was deleted.

0 commit comments

Comments
 (0)