Re: [QUESTION] May I ask if the Hudi contributor JIRA group can receive the notification email.

2019-08-22 Thread vino yang
Hi Vinoth, Great job! Now, the notification works normally. Thanks for your effort! Best, Vino Vinoth Chandar 于2019年8月22日周四 下午12:00写道: > Update: the ticket was resolved with JIRA notifications also now going to > https://lists.apache.org/list.html?comm...@hudi.apache.org , which now >

Re: [DISCUSS] Suggestion for Docs UI

2019-08-22 Thread vino yang
+1, good idea vbal...@apache.org 于2019年8月23日周五 上午3:46写道: > > +1, I like the idea. It would also make the whole page modular. > Balaji.VOn Thursday, August 22, 2019, 12:40:11 PM PDT, Vinoth Chandar < > vin...@apache.org> wrote: > > +1 I was thinking along similar lines for the demo page > >

Re: [DISCUSS] Suggestion for Docs UI

2019-08-22 Thread Vinoth Chandar
+1 I was thinking along similar lines for the demo page Our doc theme should already support this https://idratherbewriting.com/documentation-theme-jekyll/mydoc_navtabs.html On Thu, Aug 22, 2019 at 12:04 PM Bhavani Sudha Saktheeswaran wrote: > Hi all, > > I was going through the

Re: [DISCUSS] Suggestion for Docs UI

2019-08-22 Thread vbal...@apache.org
+1, I like the idea. It would also make the whole page modular. Balaji.VOn Thursday, August 22, 2019, 12:40:11 PM PDT, Vinoth Chandar wrote: +1 I was thinking along similar lines for the demo page Our doc theme should already support this

[DISCUSS] Suggestion for Docs UI

2019-08-22 Thread Bhavani Sudha Saktheeswaran
Hi all, I was going through the documentation and thought, in some places, tab view (like this: https://ci.apache.org/projects/flink/flink-docs-master/getting-started/tutorials/local_setup.html#read-the-code) can be adopted where we showcase how each query engine (Hive. Sparksql, Presto) works.

Re: Upsert after Delete

2019-08-22 Thread Vinoth Chandar
That’s interesting. Can you also share details on storage type and how you are issuing the deletes and also the table/view (ro, rt) that you are querying? On Thu, Aug 22, 2019 at 9:49 AM Kabeer Ahmed wrote: > Hudi experts and Users, > > Has anyone attempted an upsert after a delete? Here is a

Upsert after Delete

2019-08-22 Thread Kabeer Ahmed
Hi Vinoth - thanks for the quick response. I have followed the mail thread for deletes -> http://mail-archives.apache.org/mod_mbox/hudi-commits/201904.mbox/<16722511.2660.9583626796839453...@gitbox.apache.org> For your convenience, the code that I use is below at the end of the email.

Re: Upsert after Delete

2019-08-22 Thread Vinoth Chandar
yes. I was asking about the HUDI storage type.. There is nothing complex about upsert() after delete(). It almost as if a delete() for (2, vinoth) happened in between. Are you able to repro this literally with this tiny example with 3 records? Some things to check - This sequence would have