jinchengchenghh commented on PR #6458: URL: https://github.com/apache/incubator-gluten/pull/6458#issuecomment-2237847073
> > ArrowWritableVector does not have print function in java side. We can also change it to InternalRow Iterator, but we don't have the print function too. > > If we can get the rows, there must be a way to stringify them since Spark requires for this to implement `df.show` Yes, it uses ToPrettyString to show the result in dataframe, we can only use some of code, I have implemented our version. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
