Skip to content

Commit

Permalink
merge fix trivia example failing regression
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardttom2 committed Jun 5, 2019
1 parent d399630 commit 061760a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ private static SubordinateQueryIndexPlan planIndex(boolean unique,

QueryPlanIndexItemForge indexItem = new QueryPlanIndexItemForge(indexProps, indexCoercionTypes, rangeProps, rangeCoercionTypes, unique, null, eventTypeIndexed);

MultiKeyPlan multiKeyPlan = MultiKeyPlanner.planMultiKey(indexCoercionTypes, false, raw, services.getSerdeResolver());
MultiKeyPlan multiKeyPlan = MultiKeyPlanner.planMultiKey(indexCoercionTypes, true, raw, services.getSerdeResolver());
indexItem.setHashMultiKeyClasses(multiKeyPlan.getClassRef());

DataInputOutputSerdeForge[] rangeSerdes = new DataInputOutputSerdeForge[rangeCoercionTypes.length];
Expand Down

0 comments on commit 061760a

Please sign in to comment.