Skip to content

Commit

Permalink
Merge pull request #11104 from jakesmith/hpcc-19591
Browse files Browse the repository at this point in the history
HPCC-19591 Missing type_keyedint translating scalar type

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
  • Loading branch information
richardkchapman committed May 2, 2018
2 parents 12baa38 + ed5226c commit c988c1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rtl/eclrtl/rtlfield.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4225,6 +4225,7 @@ size32_t translateScalar(ARowBuilder &builder, size32_t offset, const RtlFieldIn
case type_swapint:
case type_packedint:
case type_filepos:
case type_keyedint:
offset = destType.buildInt(builder, offset, field, sourceType.getInt(source));
break;
case type_real:
Expand Down

0 comments on commit c988c1e

Please sign in to comment.