gortiz opened a new pull request, #12375: URL: https://github.com/apache/pinot/pull/12375
As explained in [the documentation](https://docs.pinot.apache.org/basics/indexing/timestamp-index#usage), timestamp indexes create one new column per defined granularity. These columns are accessible as: ``` select ts, $ts$DAY from airlineStats limit 10 ``` But the field is not added to Calcite Catalog. -- 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]
