Vote count:
0
I am a beginner starting to use RHive. My data in the table is as below:
| member_id | member_name | member_dob |
| 1 | KABEER | 1960-01-01 |
When I try to run the simple query as below: rhive.query("SHOW * FROM table")
I am able to see the member_id and member_name properly but I am not able to get the date of birth retrieved properly. It displays NA with the warning NAs introduced by coercion.
Can someone please help if they have seen this issue and point out where I am doing something wrong?
Note: The member_dob is declared as Date type in the Hive Table.
Thanks in advance for your help, Kabeer.
asked 16 secs ago
RHive: select * from table | NAs introduced by coercion
Aucun commentaire:
Enregistrer un commentaire