Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
auden-woolfson committed Sep 25, 2024
1 parent f426cb2 commit 79d53ce
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,4 +266,3 @@ private void seek()
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,3 @@ protected void seek()
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,11 @@
import com.facebook.presto.parquet.batchreader.decoders.ValuesDecoder.Int64TimeAndTimestampMicrosValuesDecoder;
import org.openjdk.jol.info.ClassLayout;

import java.util.Arrays;

import static com.facebook.presto.common.type.DateTimeEncoding.packDateTimeWithZone;
import static com.facebook.presto.common.type.TimeZoneKey.UTC_KEY;
import static com.google.common.base.Preconditions.checkArgument;
import static io.airlift.slice.SizeOf.sizeOf;
import static java.util.concurrent.TimeUnit.MICROSECONDS;
import static java.util.concurrent.TimeUnit.MILLISECONDS;

public class Int64TimeAndTimestampMicrosPlainValuesDecoder
implements Int64TimeAndTimestampMicrosValuesDecoder
Expand Down

0 comments on commit 79d53ce

Please sign in to comment.