Skip to content
Discussion options

You must be logged in to vote

Ah, possibly ColumnChunkMetaData.NumValues should be exposed publicly somehow to make this possible then, as this has a different meaning to NumRows. ColumnChunkMetaData.NumValues is the number of non-null leaf values (eg. for list typed columns it will be the total number of non-null elements in all lists).

What I see is that once I read data from column that is defined as Required defLevels are returned as "0", so if I send fetched data to writer it generates nulls for all values. Is it expected behavior and I need to populate defLevels to "1" on my side or it could be handled on library side?

Yes this is expected behaviour and is something you would need to handle if you are doing th…

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
9 replies
@adamreeve
Comment options

Answer selected by avakaluk
@avakaluk
Comment options

@avakaluk
Comment options

@avakaluk
Comment options

@adamreeve
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants