Skip to content

Commit

Permalink
fix(pinot): correcting pinot trigger doc (#183)
Browse files Browse the repository at this point in the history
Co-authored-by: Shruti Mantri <smantri@moveworks.ai>
  • Loading branch information
shrutimantri and smantri-moveworks authored Dec 6, 2023
1 parent a465a20 commit 8e89fd6
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,16 @@
import lombok.experimental.SuperBuilder;
import org.apache.pinot.client.PinotDriver;

import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.sql.Statement;

@SuperBuilder
@ToString
@EqualsAndHashCode
@Getter
@NoArgsConstructor
@Schema(
title = "Wait for query on a Clickhouse database."
title = "Wait for query on a Pinot database."
)
@Plugin(
examples = {
Expand Down

0 comments on commit 8e89fd6

Please sign in to comment.