xichen2020 / eventdb

Storage for discrete events such as log events or tracing events
Apache License 2.0
9 stars 1 forks source link

Fix field indexing #90

Closed xichen2020 closed 5 years ago

xichen2020 commented 5 years ago

cc @black-adder

This PR fixes how we index into queryFields by using fieldIndexMap to first map the source indices to the target index in queryFields, and then use the target index to index into queryFields.