S) Dedup Example

 

input :- 

id 

1 

1 

1 

2 

2 

3 

 

Output required 

id 

1 

1 

2 

 

Id 

3 

Id 

1 

2

 

Note :- Use dedup keep fst and keep last with null key.  

 

 

  

Comments

Popular posts from this blog

T) For data parallelism, we can use partition components. For component parallelism, we can use replicate component. Like this which component(s) can we use for pipeline parallelism?

T) When to use sort within groups ?

T) Explain about on .abi-unc files in abinitio ?