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
I'm using impala-udf-devel-2.1.0-1.impala2.0.0.p0.15.el6.x86_64.rpm and when compiling it seems to indicate that the CopyFrom function has changed or been removed
Error:
udf-sample.cc:101:21: error: no member named 'CopyFrom' in 'impala_udf::StringVal'
return StringVal::CopyFrom(context,
The text was updated successfully, but these errors were encountered:
I'm using impala-udf-devel-2.1.0-1.impala2.0.0.p0.15.el6.x86_64.rpm and when compiling it seems to indicate that the CopyFrom function has changed or been removed
Error:
udf-sample.cc:101:21: error: no member named 'CopyFrom' in 'impala_udf::StringVal'
return StringVal::CopyFrom(context,
The text was updated successfully, but these errors were encountered: