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
When dealing with StdData objects, we expect that StdData.get() will never be null, instead the StdData objects itself are null. But in case of arrays of strings in Hive, we do get StdString with a null value underneath.
When dealing with StdData objects, we expect that StdData.get() will never be null, instead the StdData objects itself are null. But in case of arrays of strings in Hive, we do get StdString with a null value underneath.
I think a change needs to go in
transport/transportable-udfs-hive/src/main/java/com/linkedin/transport/hive/HiveWrapper.java
Line 43 in 3be8352
The text was updated successfully, but these errors were encountered: