yashmayya opened a new pull request, #15615: URL: https://github.com/apache/pinot/pull/15615
- This patch updates the parser to support the following type aliases: - `BIG_DECIMAL` for `DECIMAL` - `BYTES` for `VARBINARY` - `LONG` for `BIGINT` - `STRING` for `VARCHAR` - This has been a long standing incompatibility between Pinot's two query engines (SSE and MSE) - https://docs.pinot.apache.org/reference/troubleshooting/troubleshoot-multi-stage-query-engine#different-type-names. - Types like `BIGINT`, `VARBINARY`, `VARCHAR` aren't actual Pinot types - they're Calcite SQL types that map to Pinot types (https://docs.pinot.apache.org/configuration-reference/schema#data-types) and usages in functions like `CAST` are the only place they're exposed to users. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org