inhindsight / hindsight

Apache License 2.0
12 stars 8 forks source link

Some Data is given downcased fields #159

Closed ManApart closed 4 years ago

ManApart commented 4 years ago

Data (field names) that is ingested into presto is all downcased. Ex: The json field playerBusPath becomes playerbuspath. However, streaming data retains its camel case field names.

Field names should not be downcased when ingested. Or if that's not possible, field names should be consistently downcased regardless of how data is retrieved from the system.

jdenen commented 4 years ago

Closed by #174