Aggarwal-Raghav commented on code in PR #62:
URL: https://github.com/apache/hive-site/pull/62#discussion_r2347435264


##########
content/docs/latest/language/languagemanual-dml.md:
##########
@@ -223,7 +223,7 @@ where a value is either null or any valid SQL literal
 
 * Each row listed in the VALUES clause is inserted into table *tablename*.
 * Values must be provided for every column in the table. The standard SQL 
syntax that allows the user to insert values into only some columns is not yet 
supported. To mimic the standard SQL, nulls can be provided for columns the 
user does not wish to assign a value to.
-* Dynamic partitioning is supported in the same way as for 
[INSERT...SELECT](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=82903069#LanguageManualDML-DynamicPartitionInserts).
+* Dynamic partitioning is supported in the same way as for 
[INSERT...SELECT](https://hive.apache.org/docs/latest/language/languagemanual-dml#LanguageManualDML-DynamicPartitionInserts).

Review Comment:
   the URL is working for the page but not for the sub-section. There is 
inheret problem with the toc on this page.



-- 
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]

Reply via email to