Skip to content

Commit

Permalink
fix: checkstyle-removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishabhg committed Dec 30, 2024
1 parent 4ca4f40 commit 8ed2f1a
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,9 @@
import io.confluent.ksql.name.ColumnName;
import io.confluent.ksql.schema.ksql.Column;
import io.confluent.ksql.schema.ksql.LogicalSchema;
import io.confluent.ksql.util.KsqlException;
import java.lang.reflect.Field;
import java.util.Optional;
import org.apache.kafka.streams.kstream.KStream;
import org.apache.kafka.streams.kstream.Named;
import org.apache.kafka.streams.kstream.internals.AbstractStream;
import org.apache.kafka.streams.kstream.internals.InternalStreamsBuilder;


public final class StreamSelectBuilder {
Expand Down

0 comments on commit 8ed2f1a

Please sign in to comment.