Hello !
The schema I am supposed to use has a column name as Count
Pinot is defaulting all values for this column as 0 ( and not picking up the actual value from the table )
need some insights here !
Anita Jas
11/03/2022, 12:33 PM
I have tried declaring the column name as ( "Count" ) - in double quotes but that also did not help
m
Mayank
11/03/2022, 2:13 PM
I think you need to escape during query (in sql). How do you know all values are 0?