You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/09/15 07:27:52 UTC

[GitHub] [spark] dlutleixin commented on pull request #29490: [SPARK-32668][SQL] HiveGenericUDTF initialize UDTF should use StructObjectInspector method

dlutleixin commented on pull request #29490:
URL: https://github.com/apache/spark/pull/29490#issuecomment-692523318


   yes, I have the same problem while using hive UDTF in spark-sql or spark.sql because of not override 
   `public StructObjectInspector initialize(ObjectInspector[] args)`
   then I override it according to error msg and it works.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org