mingfang opened a new issue #8322: URL: https://github.com/apache/pulsar/issues/8322
BigQuery has a very nice feature called wildcard table here https://cloud.google.com/bigquery/docs/reference/standard-sql/wildcard-table-reference Since pulsar supports regex topics, I wonder if it's possible to also add wildcard tables support to Presto. Currently it (naturally) prints out this error when I try selecting from wildcard ``` presto> select count(*) from pulsar."public/default"."dbserver1.public.github_events_*"; Query 20201021_041700_00011_737vg failed: Table 'public/default.dbserver1.public.github_events_*' not found ``` As a bit of background I'm using Debezium to read from Citus http://docs.citusdata.com/en/v9.4/use_cases/timeseries.html This results in many Pulsar topics like `dbserver1.public.github_events_xxxxx` I would like to use Presto to query from all those topics at once. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
