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.
Data (field names) that is ingested into presto is all downcased. Ex: The json field
playerBusPath
becomesplayerbuspath
. 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.