puchengy commented on issue #4997: URL: https://github.com/apache/iceberg/issues/4997#issuecomment-1650983153
No sure what that mean but would be happy if you can make a contribution later on! Thanks in advance On Tue, Jul 25, 2023 at 9:41 PM Rui Li ***@***.***> wrote: > Thanks @RussellSpitzer <https://github.com/RussellSpitzer> and @puchengy > <https://github.com/puchengy> for your inputs. In my above example, I > guess casting the column or the literal have different semantics, e.g. both cast('123' > as int) = 123 and cast('0123' as int) = 123 yield true, but '0123' = > cast(123 as string) is false. We can educate users not to write such > filters, but sometimes the query is generated by BI tools and users may not > have control over that. So I suppose we'll have to implement split level > filtering in spark like what trino does. > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/iceberg/issues/4997#issuecomment-1650970214>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AB5S57DIODF6PGTM2CW4UT3XSCNWLANCNFSM5YHO22SQ> > . > You are receiving this because you were mentioned.Message ID: > ***@***.***> > -- 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]
