thomasrebele commented on code in PR #78: URL: https://github.com/apache/hive-site/pull/78#discussion_r2732126505
########## 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 checked without my patch, and the superfluous backticks do not appear either. So I think this is indeed fixed in a future hugo version. I would recommend to keep the superfluous backticks for the moment, and update hugo in a later PR. -- 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]
