abhishekbafna opened a new pull request, #15733: URL: https://github.com/apache/pinot/pull/15733
This PR enforces schema for the logical tables. - The logical table should have an schema created with same name as table name before creating the logical table. - If the logical table is under a database, the schema should exists under the same database name. e.g. a logical table name `db.logical_table`, a scheme named `db.logical_table` should be created before creating logical table. Testing: - Integration test for both positive and negative cases closes: #15708 -- 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