thomasrebele commented on code in PR #78: URL: https://github.com/apache/hive-site/pull/78#discussion_r2732059372
########## content/community/resources/howtocontribute.md: ########## @@ -272,20 +268,17 @@ Here are the steps relevant to `hive_metastore.thrift`: 1. Don't make any changes to `hive_metastore.thrift` until instructed below. 2. Use the approved version of Thrift. This is currently `thrift-0.14.1`, which you can obtain from <http://thrift.apache.org/>. 1. For Mac via Homebrew (since the version we need is not available by default): - - - + ``` brew tap-new $USER/local-tap brew extract --version='0.14.1' thrift $USER/local-tap brew install [email protected] mkdir -p /usr/local/share/fb303/if cp /usr/local/Cellar/[email protected]/0.14.1/share/fb303/if/fb303.thrift /usr/local/share/fb303/if ``` Review Comment: I just tried with `git clean -xdf`, `hugo server --disableFastRender` and private mode in Firefox, and this is what I get: <img width="788" height="1036" alt="hive-site" src="https://github.com/user-attachments/assets/864c882d-743b-4317-babf-7b0217ba983f" /> Maybe we use different versions of hugo? ``` $ hugo version hugo v0.123.7+extended linux/amd64 BuildDate=2025-07-18T03:41:49Z VendorInfo=ubuntu:0.123.7-1ubuntu0.3 ``` -- 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]
