farhan-labib09 opened a new issue, #14888: URL: https://github.com/apache/pinot/issues/14888
##Version apache:master (Merged PR: #7231) ##What Happended? Currently, the mapping between Pinot data types and Java types is distributed across different parts of the codebase. This leads to redundancy, maintenance challenges, and potential errors in handling data transformations. The goal of this change is to centralize this mapping into a single common utility to improve the reliability and maintainability of the code. ##What do you think should happen instead? The mapping of Pinot data types and Java types should be centralized into a common utility class, which would be reusable across the codebase. This would eliminate the redundancy, reduce the risk of errors, and provide a reliable way to handle arrays with mixed types and convert them to multi-value columns. -- 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]
