Skip to content

Commit

Permalink
modernizer for presto-pinot
Browse files Browse the repository at this point in the history
  • Loading branch information
imjalpreet authored and ZacBlanco committed Dec 3, 2024
1 parent 81cfece commit 237b30f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions presto-pinot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
<artifactId>commons-codec</artifactId>
</dependency>

<dependency>
<groupId>org.gaul</groupId>
<artifactId>modernizer-maven-annotations</artifactId>
</dependency>

<!-- Presto SPI -->
<dependency>
<groupId>com.facebook.presto</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@
import com.facebook.presto.spi.function.SqlType;
import io.airlift.slice.Slice;
import org.apache.commons.codec.binary.Hex;
import org.gaul.modernizer_maven_annotations.SuppressModernizer;

import java.math.BigDecimal;
import java.math.BigInteger;

@SuppressModernizer
public class PinotFunctions
{
private PinotFunctions() {}
Expand Down

0 comments on commit 237b30f

Please sign in to comment.