Re: Re: Spotless - code formatting tool

2023-10-05 Thread Guangdong Liu
and may be conflict with so many other PRs. > Is there any way to just modify the incremental code, not existing code? > > > > > -- > > Best Regards > Mingyu Chen > > Email: > morning...@apache.org > > > > > > At 2023-10-01 17:28:53, "

Re: Re: Issue with SHOW FULL TABLES FROM hive.cvm in Doris

2023-10-05 Thread Guangdong Liu
I tried it. If I use ":", I can query the results. If I use "," ,it will fail [image: image.png] and I found that the problem may lie here, the obtained dbname does not remove the catalog name. I'm not sure if it's a problem. [image: image.png] -- Best Regards Liugddx liug...@gm

Re: Issue Integrating Hive on CDP Distribution with Doris 2.0.1.1

2023-10-05 Thread Guangdong Liu
Can you see the detailed information of the table baby? `DESCRIBE FORMATTED baby;` -- Best Regards Liugddx liug...@gmail.com Joice Jacob 于2023年10月5日周四 13:30写道: > Dear Doris Community & Jiafeng.Zhang > , > Thank you for your prompt response and your willingness to assist with t

Re: Issue with SHOW FULL TABLES FROM hive.cvm in Doris

2023-10-05 Thread Guangdong Liu
Try this *SHOW FULL TABLES FROM `hive:cvm`;* -- Best Regards Liugddx liug...@gmail.com Joice Jacob 于2023年10月5日周四 16:52写道: > Dear Doris Community, > > I am writing to seek assistance with an issue I've encountered when > working with Doris involving catalog and database names. >

Re: Spotless - code formatting tool

2023-10-01 Thread Guangdong Liu
dea! > > > > > -- > > Best Regards > Mingyu Chen > > Email: > morning...@apache.org > > > > > > At 2023-09-21 19:16:16, "Guangdong Liu" wrote: > >Hi dev, > > > >I want to introduce spotless as a code formatting tool.Spotless

Spotless - code formatting tool

2023-09-21 Thread Guangdong Liu
Hi dev, I want to introduce spotless as a code formatting tool.Spotless has two very convenient advantages: 1. developers do `mvn spotless:check` command in local and just do the commit in PR, It will automatically do code formatting. It can't avoid the review in code when developer not do `mvn s

Use the connector-plugin supports the multi-catalog

2023-09-18 Thread Guangdong Liu
Hi dev, I want to support kafka's catalog, but I found that different versions of kafka drivers have class conflicts. The current catalog method cannot solve this problem. Is it possible to do this by loading a specific connector-plugin? -- Best Regards Liugddx liug...@gmail.com