Add missing bitcastTo()'s in SBE HashAgg/HashJoin unittests

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 5.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • ALL
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      There are some places in "sbe_hash_agg_test.cpp" and "sbe_hash_join_test.cpp" where sbe::Values are compared directly with native integer types, which is wrong.

      Each place should be fixed to use bitcastTo() to convert the sbe::Value to the appropriate integer type first before performing the comparison.

            Assignee:
            Drew Paroski
            Reporter:
            Eric Cox (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: