Results 17 comments of Paul Sandoz

@XiaohongGong looking... (just back from vacation).

Looks good. Much better to flip the operation and the receiver + first arg to the blend.

> > Much better to flip the operation and the receiver + first arg to the blend. > > I'm not quite understand what the flip operation here mean. The...

I would like to propose an alternative separation based on types. We can split into four for refs, ints, longs, and doubles, each extending from the same abstract class with...

The issue is not with the primary key index but with what is considered an absent value (referred to as a null value). Even for values (not references) such as...

@jkade yes, you can avoid a `0` value if you wish. I was being conservative suggesting that you restrict the maximum bit size thereby you don't need to think about...

One explanation for the discrepancy of `sizeBeforeGrow` and `pointersAndOrdinals.length()` is those fields are not marked as `volatile` and not all methods of the class are synchronized. I don't see how...

I pushed another commit that: - fixes the bug for schema mismatch when applying a checking; and - simplifies the field path array argument processing for set and map schema...

This relates to pull request #286. Supporting deprecation of a field or non-nullability requires some notion of a "modifier" on a hollow field and the ability to map from an...