Re: Re:Re: Re: Issue Integrating Hive on CDP Distribution with Doris 2.0.1.1

2023-10-06 Thread Joice Jacob
Hi,Dear Doris Community, I wanted to provide an update on my recent experience with integrating Doris with both Apache Hive and CDP Hive, as well as seek insights into a particular observation. In my integration with Apache Hive, I noticed that transaction tables retain the "_orc_acid_version" fil

[Result][VOTE] Release Apache Doris-Shade 1.0.2

2023-10-06 Thread wudi
Hi all, the vote is passed and closed[1]. There are 3 (binding) votes: Jiafeng Zhang +1 Mingyu Chen +1 GuoLei Yi +1 Thank you for your review. [1] https://lists.apache.org/thread/w0f4gvvcohsprstx47qkm7qgc3g1cz7z -- Brs, di.wu --

Re: [VOTE] Release Apache Doris-Shade 1.0.2

2023-10-06 Thread GuoLei Yi
+1 Mingyu Chen 于2023年10月7日周六 11:29写道: > > Add release note[1] > And here is my +1 (binding) > > > [x] The download link is legal and the PGP signature are valid. > [x] The source code matches the current release version. > [x] The LICENSE and NOTICE files are correct. > > > Didn't compile it. > >

Re: Re:Re: Re: Issue Integrating Hive on CDP Distribution with Doris 2.0.1.1

2023-10-06 Thread kaka chen
Hi Joice: Thanks your reporting. It seems the root cause of this issue is missing "_orc_acid_version" file. >From Hive version >= 3.0, delta/base files will always have file '_orc_acid_version' with value >= '2'. Maybe the hive3 of HDP has similar issue? https://issues.apache.org/jira/browse/HIVE-

Re:[VOTE] Release Apache Doris-Shade 1.0.2

2023-10-06 Thread Mingyu Chen
Add release note[1] And here is my +1 (binding) [x] The download link is legal and the PGP signature are valid. [x] The source code matches the current release version. [x] The LICENSE and NOTICE files are correct. Didn't compile it. [1] https://github.com/apache/doris/issues/25058 -- Be

Re: [VOTE] Release Apache Doris-Shade 1.0.2

2023-10-06 Thread Jiafeng.Zhang
Here is my +1(binding). I checked: [x] The download link is legal and the PGP signature are valid. [x] The source code matches the current release version. [x] The LICENSE and NOTICE files are correct. Jiafeng.Zhang / 张家锋 Email: jiafengzh...@apache.org wudi <676366...@qq.com.invalid> 于2023年10月7日

Re: [VOTE] Release Apache Doris-Shade 1.0.2

2023-10-06 Thread wudi
Hi, Mingyu: Thank you for your review. This is mainly a third-party dependency and has no impact. The changelog will be corrected in the next version. Brs, di.wu > 2023年10月5日 下午9:23,Mingyu Chen 写道: > > Hi Wudi: > I see that the change log[1] is modified 4 month ago, is that correct? > > > [

Re: Re:Re: Re: Issue Integrating Hive on CDP Distribution with Doris 2.0.1.1

2023-10-06 Thread Joice Jacob
Hi, I've checked the Hive data directory, and I couldn't find the "_orc_acid_version" file. I have attached screenshots for your reference. Are there any recommended workarounds or alternative approaches that I can consider to resolve this issue? I'm open to exploring different solutions to ensure

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

2023-10-06 Thread Mingyu Chen
Doris is compatible with MySQL syntax. In MySQL, the backticks is used like: select `tbl1`.`col1` from `catalog1`.`db`.`tbl1`; It quotes each single identifier, not the whole part of them. So do you mean you want to support syntax like: select `tbl1.col1` from `catalog1.db.tbl1`? which is

Re:Re:Re: Re: Issue Integrating Hive on CDP Distribution with Doris 2.0.1.1

2023-10-06 Thread Mingyu Chen
Could you list your hive data dir, to see what files exist? like: _orc_acid_version -- Best Regards Mingyu Chen Email: morning...@apache.org At 2023-10-05 22:31:58, "Mingyu Chen" wrote: >Oh, I see, let me check it again. > > > > >-- > >Best Regards >Mingyu Chen > >Email: >morning.

[RESULT][VOTE] Release Apache Doris 2.0.2

2023-10-06 Thread Kang
Hi all, The vote is passed and closed[1]. There are 3 +1(binding) votes: Jiafeng Zhang Mingyu Chen GuoLei Yi Thanks for your review. [1] https://lists.apache.org/thread/b2xg3zzgmw6b6m5cotvxzh2m9dhpm4k9 -- Best Regards! Kang --

Re: Re: [VOTE] Release Apache Doris 2.0.2

2023-10-06 Thread GuoLei Yi
Here is my +1 Mingyu Chen 于2023年10月5日周四 22:19写道: > > Here is my + 1 > I checked > > > [x] The download link is legal. > [x] The PGP signature are valid. > [x] The source code matches the current release version. > [x] The LICENSE and NOTICE files are correct. > [x] All files carry the necessary p