ajeydudhe opened a new issue, #14068:
URL: https://github.com/apache/pinot/issues/14068

   ### Problem statement
   Pinot 1.2.0 supports **_database_** constructs as mentioned 
[here](https://docs.pinot.apache.org/basics/releases/1.2.0#support-for-logical-database-in-v2-engine-12591-12695).
   However, the UI does not allow creating a table using a **_database_** or 
querying a table within a **_database_**.
   
   ### Steps to reproduce
   
   - Launch the Pinot 1.2.0 controller UI.
   - On the table screen there is no option to create table within a 
**_database_**.
   - Create a table using REST API passing the **_database_** http header.
   - Now, try to query above table using the UI passing the **_database_** as 
below:
   ```shell
   SET database='testDb';
   select * from myTable limit 10;
   ```
   - Above query gives following error:
   ```
   Database name 'testDb' from table prefix does not match database name 
'default' from header
   ```


-- 
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]

Reply via email to