Re: when plan to implemnt merge operation

2017-05-29 Thread Liang Chen
to be deleted) > 2 8:00 > 6 9:00 > then,for records in big which have the same id,max updatetime stays. > > > > -- > View this message in context: http://apache-carbondata-dev- > mailing-list-archive.1130556.n5.nabble.com/when-plan-to- > implemnt-merge-operation-tp13228p13288.html > Sent from the Apache CarbonData Dev Mailing List archive mailing list > archive at Nabble.com. >

Re: when plan to implemnt merge operation

2017-05-26 Thread Mic Sun
http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/when-plan-to-implemnt-merge-operation-tp13228p13288.html Sent from the Apache CarbonData Dev Mailing List archive mailing list archive at Nabble.com.

Re: when plan to implemnt merge operation

2017-05-26 Thread Liang Chen
Hi 1. Can you give a specific example, let us first understand your requirement exactly. Like below, to provide some fact data. ID date name age 1 2017-05-1carbon 21 2 2017-05-23 spark 30 .. 2. I would like to kindly invite your team guys to participate

when plan to implemnt merge operation

2017-05-25 Thread sunerhan1...@sina.com
hello, my team is trying to implement merge operation, merge scenario like the following: compare records in two tables(same structure,different amout of records)and modify big one , 1. if small.id=big.id and small.date