You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently makeVectors() in IcebergReadTest create vectors without nulls. We shall allow nulls in the base vectors and equality delete values. Separate the tests into 3 cases: 1) no nulls 2) partial nulls 3) all nulls. Same for equality delete values.