dongjoon-hyun commented on pull request #983: URL: https://github.com/apache/orc/pull/983#issuecomment-1002803930
BTW, @williamhyun . While you are working on this, could you generate `Apache ORC 1.7.3` API doc and update https://github.com/apache/orc/tree/main/site/api directory? It will be a good exercise to become a release manager. ``` $ git diff | head -n15 diff --git a/api/apidocs/allclasses-frame.html b/api/apidocs/allclasses-frame.html index 61cae41c..53659220 100644 --- a/api/apidocs/allclasses-frame.html +++ b/api/apidocs/allclasses-frame.html @@ -2,10 +2,10 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (1.8.0_312) on Mon Dec 20 12:48:23 PST 2021 --> +<!-- Generated by javadoc (1.8.0_302) on Sun Sep 19 14:30:01 PDT 2021 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>All Classes (ORC Examples 1.7.2 API)</title> -<meta name="date" content="2021-12-20"> +<title>All Classes (ORC Examples 1.7.0 API)</title> +<meta name="date" content="2021-09-19"> ``` -- 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]
