
Tiago Rubio
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Tiago Rubio-
Hi Joel, So based on your help and comments, here is what I did and seems to have worked. select cast(t1.SNAP_DT as timestamp) as SNAP_DT, .... from table t1 where 1=1 and $t1.SNAP_DT$ Now da...
-
Thank you for the help Joel. But I don't understand how the max value for the split column is set to 4am; If any time at all: it should be 12:00AM. The column SNAP_DT is of type DATE. When I see th...
-
I forgot to mention that the partitioning is done by month. While the load happens daily. The number of mappers is set to 4. I'm not sure what to look for in the logs. But this is the start of th...