adriangb commented on issue #21207: URL: https://github.com/apache/datafusion/issues/21207#issuecomment-5027456367
@stuhood would it matter for your usage if you got `CASE partition_routing_hash(col) WHEN 0 THEN col IN <list 1> WHEN 1 THEN col IN <list 2> ... END` v.s. `col IN <list1> OR col IN <list2> ...` vs `col IN <merged list>`? -- 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]
