[WIP] New SQL command DESCRIBE DATABASE#1485
Conversation
|
Do you mean a Used as |
|
Hi no it works more like this: https://impala.apache.org/docs/build/html/topics/impala_describe.html But instead of using And instead of |
|
What's the purpose of returning a string you set in the settings? |
|
It is supposed to serve as a unified entry point for new users of a database to learn how to get started. I would put things like this into the description: |
|
If you are skeptical with this new command. How about just adding a database setting called Since |
What does this PR do?
This change adds a new SQL command
DESCRIBE DATABASEwhich returns the value of the also new settingarcadedb.databaseDescription.Motivation
I wanted a way to convey overall database metadata / comments to a user in a unified way. In standard SQL the command
DESCRIBE DATABASEis used to return schema info but semantically "Describe" fits the function rather well.Additional Notes
This PR is Work-in-Progress
Add tests
@lvca WDYT?
Checklist
mvn clean packagecommand