diff --git a/docs/topics/impala_known_issues.xml b/docs/topics/impala_known_issues.xml index 21a99fe70..59b4606c4 100644 --- a/docs/topics/impala_known_issues.xml +++ b/docs/topics/impala_known_issues.xml @@ -187,10 +187,19 @@ under the License.

- Workaround: If the TIMESTAMP values stored in the table - represent dates only, with no time portion, consider storing them as strings in - yyyy-MM-dd format. Impala implicitly converts such string values to - TIMESTAMP in calls to date/time functions. + Workaround:Store the TIMESTAMP values as + strings in one of the following formats: +

+ Impala implicitly converts such string values to + TIMESTAMP in calls to date/time functions.

@@ -349,33 +358,26 @@ under the License.

+ - - + Handling large rows during upgrade to <keyword keyref="impala210_full"/> or higher - - +

After an upgrade to or higher, + users who process very large column values (long strings), or have + increased the --read_size configuration setting from + its default of 8 MB, might encounter capacity errors for some queries + that previously worked.

- After an upgrade to or higher, users who process - very large column values (long strings), or have increased the - --read_size configuration setting from its default of 8 MB, might - encounter capacity errors for some queries that previously worked. -

- + Resolution: After the upgrade, follow the instructions in to check if your queries are affected + by these changes and to modify your configuration settings if so.

- Resolution: After the upgrade, follow the instructions in - to check if your queries are affected by these - changes and to modify your configuration settings if so. + Apache Issue: + IMPALA-6028

- -

- Apache Issue: IMPALA-6028 -

-
-