You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to map the value of json to some new value in hive?
E.g. if import {"key":"value"} pair to a hive table, when I do "select key from table", can I get "substr(value, 3)" instead of just "value"?
The text was updated successfully, but these errors were encountered:
Is there a way to map the value of json to some new value in hive?
E.g. if import {"key":"value"} pair to a hive table, when I do "select key from table", can I get "substr(value, 3)" instead of just "value"?
The text was updated successfully, but these errors were encountered: