Skip to content

Commit

Permalink
Set the AirlineId inside of the composite FlightId to be 8-bits inste…
Browse files Browse the repository at this point in the history
…ad of 16
  • Loading branch information
apavlo committed Nov 10, 2015
1 parent 9ec650b commit 4c6a709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/oltpbenchmark/benchmarks/seats/util/FlightId.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
public class FlightId extends CompositeId {

private static final int COMPOSITE_BITS[] = {
16, // AIRLINE_ID
8, // AIRLINE_ID
16, // DEPART AIRPORT_ID
16, // ARRIVE AIRPORT_ID
16, // DEPART DATE
Expand Down

0 comments on commit 4c6a709

Please sign in to comment.