Re: [PR] [Enhancement](metadata) show full columns support for external tables [doris]

2023-12-21 Thread via GitHub
Nitin-Kashyap commented on code in PR #28173: URL: https://github.com/apache/doris/pull/28173#discussion_r1434015113 ## fe/fe-core/src/main/java/org/apache/doris/analysis/ShowColumnStmt.java: ## @@ -98,8 +106,14 @@ public void analyze(Analyzer analyzer) throws

Re: [PR] [Enhancement](metadata) show full columns support for external tables [doris]

2023-12-18 Thread via GitHub
morningman commented on code in PR #28173: URL: https://github.com/apache/doris/pull/28173#discussion_r1431026118 ## fe/fe-core/src/main/java/org/apache/doris/analysis/ShowColumnStmt.java: ## @@ -98,8 +106,14 @@ public void analyze(Analyzer analyzer) throws AnalysisException {

Re: [PR] [Enhancement](metadata) show full columns support for external tables [doris]

2023-12-07 Thread via GitHub
Nitin-Kashyap commented on PR #28173: URL: https://github.com/apache/doris/pull/28173#issuecomment-1846669101 run buldall -- 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.

Re: [PR] [Enhancement](metadata) show full columns support for external tables [doris]

2023-12-07 Thread via GitHub
Nitin-Kashyap commented on PR #28173: URL: https://github.com/apache/doris/pull/28173#issuecomment-1846607616 run buildall -- 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.

[PR] [Enhancement](metadata) show full columns support for external tables [doris]

2023-12-07 Thread via GitHub
Nitin-Kashyap opened a new pull request, #28173: URL: https://github.com/apache/doris/pull/28173 ## Proposed changes Support for the "SHOW FULL COLUMNS" query in the External Hive catalog in Doris. Issue Number: close #25899 Add suport for SHOW FULL COLUMNS for external