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


##########
content/docs/latest/user/tutorial.md:
##########
@@ -103,7 +103,7 @@ The Types are organized in the following hierarchy (where 
the parent is a super
 
 This type hierarchy defines how the types are implicitly converted in the 
query language. Implicit conversion is allowed for types from child to an 
ancestor. So when a query expression expects type1 and the data is of type2, 
type2 is implicitly converted to type1 if type1 is an ancestor of type2 in the 
type hierarchy. Note that the type hierarchy allows the implicit conversion of 
STRING to DOUBLE.
 
-Explicit type conversion can be done using the cast operator as shown in the 
[#Built In 
Functions](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=82903074#Tutorial-BuiltInFunctions)
 section below.
+Explicit type conversion can be done using the cast operator as shown in the 
[#Built In 
Functions](https://hive.apache.org/docs/latest/user/tutorial#Tutorial-BuiltInFunctions)
 section below.

Review Comment:
   sub-section doesn't work here as well. it should be: 
https://hive.apache.org/docs/latest/user/tutorial/#built-in-functions



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