Skip to content

Commit

Permalink
Upgrade airbase and presto-maven-plugin (#24357)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacBlanco authored Feb 6, 2025
1 parent 7119aa2 commit f6ffef0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 26 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.facebook.airlift</groupId>
<artifactId>airbase</artifactId>
<version>102</version>
<version>104</version>
</parent>

<groupId>com.facebook.presto</groupId>
Expand Down Expand Up @@ -2610,7 +2610,7 @@
<plugin>
<groupId>com.facebook.presto</groupId>
<artifactId>presto-maven-plugin</artifactId>
<version>0.4</version>
<version>0.7</version>
<extensions>true</extensions>
</plugin>

Expand Down
14 changes: 14 additions & 0 deletions presto-grpc-api/src/main/proto/GrpcUdfInvoke.proto
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
//
// 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.
//

syntax = "proto3";

option java_multiple_files = true;
Expand Down

This file was deleted.

0 comments on commit f6ffef0

Please sign in to comment.