[
https://issues.apache.org/jira/browse/CALCITE-627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14368576#comment-14368576
]
Xavier FH Leong commented on CALCITE-627:
-----------------------------------------
Hi, I'd merge your tree from branch calcite-618, running sqlline for getTables
on CSV schema on the remote driver show that the sales schema is not included
in the results set, same goes with getColumns, not sure what mask it, but user
tables should not be mask out:
0: jdbc:calcite:remote:url=http://localhost:8> !tables
+-----------+-------------+------------+------------+---------+----------+-----------+
| TABLE_CAT | TABLE_SCHEM | TABLE_NAME | TABLE_TYPE | REMARKS | TYPE_CAT |
TYPE_SCHE |
+-----------+-------------+------------+------------+---------+----------+-----------+
| | metadata | COLUMNS | SYSTEM_TABLE | | |
|
| | metadata | TABLES | SYSTEM_TABLE | | |
|
+-----------+-------------+------------+------------+---------+----------+-----------+
> Add Avatica support for getTableTypes, getColumns
> -------------------------------------------------
>
> Key: CALCITE-627
> URL: https://issues.apache.org/jira/browse/CALCITE-627
> Project: Calcite
> Issue Type: Improvement
> Reporter: Xavier FH Leong
> Assignee: Julian Hyde
> Priority: Trivial
> Fix For: next
>
> Attachments: CALCITE-627-add-Avatica-getColumns-getTableTypes.patch
>
>
> Extending from CALCITE-618, include getColumns and getTableTypes
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)