Daniel Wong
Daniel Wong
> `[ERROR] org.apache.phoenix.jdbc.FailoverPhoenixConnectionIT.testConnectionWhenActiveZKRestarts Time elapsed: 80.644 s
Do we already prevent create table on preexisting table with salt set?
> > Do we already prevent create table on preexisting table with salt set? > > I wouldn't want to prevent that. Copying/Loading a Phoenix data table with HBase tools...
Thanks for the submission. I think the changes look okay but can you please add a test to ensure this doesn't regress in the future?
HI @wangchao316 can you add a unit or integration test for your changes?
Please review @yanxinyi @ChinmaySKulkarni
@ChinmaySKulkarni or @yanxinyi can you review?
Trying this again, this is critical imo for at least 4.16 since we missed 4.15.... We had discussed this offline and had verbal agreement on the approach months ago. @ChinmaySKulkarni...
Updated @ChinmaySKulkarni @gjacoby126 for master changes please review i'll update the patch on the jira as well. @sakshamgangwar fyi for master path for your follow up jira as well.
Hi some high level questions first. So the use case where I've seen UUIDs used most is for fast unique client side generated, server side validated generation. In general, the...