Re: Some issues about using calcite

2019-03-04 Thread Stamatis Zampetakis
Hi Tianan Li, I had a quick look in the codebase and I didn't find any unit tests verifying the results of the methods in question so it is very likely that there is a bug there. Have a look in JdbcTest [1], JdbcAdapterTest [2], and see if you can reproduce the problem. Best, Stamatis [1] https:

Re: Some issues about using calcite

2019-03-03 Thread Muhammad Gelbana
Have you tried the same methods with other databases ? On Sun, Mar 3, 2019, 8:36 AM 李天安 wrote: > Hi, > My Name is Tianan Li, recently I’m using your project calcite > v1.18.0. I have met some issues and I need your help. > When I connect to postgresql via calcite, I found that I

Some issues about using calcite

2019-03-02 Thread 李天安
Hi, My Name is Tianan Li, recently I’m using your project calcite v1.18.0. I have met some issues and I need your help. When I connect to postgresql via calcite, I found that I can not get remarks of table and columns via DatabaseMetaData.getTables ans databaseMetaData.getColumns