MonkeyCanCode commented on PR #4535: URL: https://github.com/apache/polaris/pull/4535#issuecomment-4560713653
> > LGTM overall. As @gh-yzou said, can we keep the commit history? This is what we learned from the Iceberg repo. The history is very helpful esp. after we removed some old versions, like 3.5. > > Thanks for the review @gh-yzou and @flyrain. Let me see what trick we can do with git to preserve this. Hopefully this should work now: ``` ➜ polaris git:(spark_4_client) git log --follow plugins/spark/v4.0/spark/src/main/java/org/apache/polaris/spark/SparkCatalog.java | tail Author: gh-yzou <[email protected]> Date: Wed Apr 9 11:16:29 2025 -0700 Spark: Add Namespaces and View support for SparkCatalog (#1332) commit 6b4356b193e7673b7b2880995dc1b3ad7ac1a785 Author: gh-yzou <[email protected]> Date: Tue Apr 1 15:41:24 2025 -0700 Spark: Setup repository code structure and build (#1190) ``` -- 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]
