huaxingao opened a new pull request #28995:
URL: https://github.com/apache/spark/pull/28995


   
   ### What changes were proposed in this pull request?
   
   docs/sql-ref-syntax-qry-select-usedb.md -> docs/sql-ref-syntax-ddl-usedb.md
   docs/sql-ref-syntax-aux-refresh-table.md -> 
docs/sql-ref-syntax-aux-cache-refresh-table.md
   
   ### Why are the changes needed?
   usedb belongs to DDL. Its location should be consistent with other DDL 
commands file locations
   similar reason for refresh table
   
   
   ### Does this PR introduce _any_ user-facing change?
   before change, when clicking USE DATABASE, the side bar menu shows select 
commands  
   <img width="1200" alt="Screen Shot 2020-07-04 at 9 05 35 AM" 
src="https://user-images.githubusercontent.com/13592258/86516696-b45f8a80-bdd7-11ea-8dba-3a5cca22aad3.png";>
   
   after change, when clicking USE DATABASE, the side bar menu shows DDL 
commands
   <img width="1120" alt="Screen Shot 2020-07-04 at 9 06 06 AM" 
src="https://user-images.githubusercontent.com/13592258/86516703-bf1a1f80-bdd7-11ea-8a90-ae7eaaafd44c.png";>
   
   before change, when clicking refresh table, the side bar menu shows 
Auxiliary statements
   <img width="1200" alt="Screen Shot 2020-07-04 at 9 30 40 AM" 
src="https://user-images.githubusercontent.com/13592258/86516877-3d2af600-bdd9-11ea-9568-0a6f156f57da.png";>
   
   after change, when clicking refresh table, the side bar menu shows Cache 
statements
   <img width="1199" alt="Screen Shot 2020-07-04 at 9 35 21 AM" 
src="https://user-images.githubusercontent.com/13592258/86516937-b4f92080-bdd9-11ea-8ad1-5f5a7f58d76b.png";>
   
   
   ### How was this patch tested?
   Manually build and check
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to