From 31f549e701e90096b3ee58da10aefdc424a0a4fa Mon Sep 17 00:00:00 2001
From: Csaba Ringhofer
Date: Wed, 6 Jun 2018 12:48:38 +0200
Subject: [PATCH] [DOCS] Remove duplicate bullet point about null() in UDF data
types
The removed bullet point contained the same information as the
second bullet point in the list.
Change-Id: Ib6e371bda95e1f8fb116e57505cc6f10096ddf3b
Reviewed-on: http://gerrit.cloudera.org:8080/10614
Reviewed-by: Alex Rodoni
Tested-by: Impala Public Jenkins
---
docs/topics/impala_udf.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/docs/topics/impala_udf.xml b/docs/topics/impala_udf.xml
index 13595948b..0df8875a5 100644
--- a/docs/topics/impala_udf.xml
+++ b/docs/topics/impala_udf.xml
@@ -600,13 +600,6 @@ IntVal AddUdf(FunctionContext* context, const IntVal& arg1, const IntVal&
-
-
- Each kind of struct has a null() member function that returns an instance of the
- struct with the is_null flag set.
-
-
-
Impala cannot process UDFs that accept composite or nested types