clintropolis commented on PR #15458: URL: https://github.com/apache/druid/pull/15458#issuecomment-1834668229
>I prefer throwing an error instead of storing the column with a different type I think i'm going to leave it to let float array be stored as double array because it is consistent with some other stuff here like all of the CHAR_TYPES are mapped to string and all of the INT_TYPES are mapped to long https://github.com/apache/druid/blob/master/sql/src/main/java/org/apache/druid/sql/calcite/external/Externals.java#L283 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
