Hi all, Can we have a custom stream (custom StreamKind Enum) that might hold a some index for a some columns. We are trying to index a Varchar column in an ORC file using Lucene and store the index as a part of that Varchar column. For a VARCHAR column we have currently three streams 1. Present stream 2. Data stream 3. Length stream
It would be better if we could have an Index stream or a StreamKind which would represent a index chunk so that in future index for some columns can be computed and stored as a part of that column. Regards, Praveen Krishna D
