thomasrebele commented on PR #6075:
URL: https://github.com/apache/hive/pull/6075#issuecomment-3308420060

   I've been working on a draft of applying the masking before the sorting (in 
addition to applying the masking at the end of the processing) in 
https://github.com/thomasrebele/hive/tree/tr/HIVE-29201-v1. The design of 
`FetchConverter` makes it difficult to implement this cleanly. Alternatively, 
we could make `FetchConverter` an interface (and the old class would become 
`FetchConverterImpl`) to simplify the logic of LambdaFetchConverter. What do 
you think, @armitage420, @deniskuzZ?


-- 
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]

Reply via email to