singhpk234 commented on PR #7429: URL: https://github.com/apache/iceberg/pull/7429#issuecomment-1525903089
we can get the values in both long, Long, so using the function call directly would not be problematic but let's say if some one is extending SparkReadConf and over-riding the `streamFromTimestamp()` might face issue as now the signatures don't match. But it seems like a very niche use case. Happy to know your thoughts and make the changes accordingly, as `streamFromTimestamp()` is the only released public method will mark it deprecated, and add a new one with primitive type as well. -- 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]
