Skip to content

Commit

Permalink
Remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Oct 2, 2020
1 parent ff80551 commit 8a215a4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ public class BenchmarkDecimalOperators
private static final DecimalType SHORT_DECIMAL_TYPE = createDecimalType(10, 0);
private static final DecimalType LONG_DECIMAL_TYPE = createDecimalType(20, 0);

private static final SqlParser SQL_PARSER = new SqlParser();

@State(Thread)
public static class CastDoubleToDecimalBenchmarkState
extends BaseState
Expand Down

0 comments on commit 8a215a4

Please sign in to comment.