This is an automated email from the ASF dual-hosted git repository. dzamo pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/drill.git
commit b9af19567379d691ec48c7d63b9018aff3dd4682 Author: James Turton <[email protected]> AuthorDate: Mon Feb 15 13:06:46 2021 +0200 Convert <span>s to <a>s in 110-troubleshooting.md to make them linkable. --- _docs/110-troubleshooting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_docs/110-troubleshooting.md b/_docs/110-troubleshooting.md index 93d27c2..88816f0 100644 --- a/_docs/110-troubleshooting.md +++ b/_docs/110-troubleshooting.md @@ -105,7 +105,7 @@ Solutions: * Parquet * JSON -### <span id='access-nested-fields-without-table-name-alias'>Access Nested Fields without Table Name/Alias</span> +### <a id='access-nested-fields-without-table-name-alias'>Access Nested Fields without Table Name/Alias</a> Symptom: SELECT x.y … @@ -179,7 +179,7 @@ Symptom: ODBC errors. Solution: Make sure that the ODBC driver version is compatible with the server version. [Driver installation instructions]({{site.baseurl}}/docs/installing-the-odbc-driver) include how to check the driver version. Turn on ODBC driver debug logging to better understand failure. -### <span id='jdbc-odbc-connection-issues-with-zookeeper'>JDBC/ODBC Connection Issues with ZooKeeper</span> +### <a id='jdbc-odbc-connection-issues-with-zookeeper'>JDBC/ODBC Connection Issues with ZooKeeper</a> Symptom: Client cannot resolve ZooKeeper host names for JDBC/ODBC. Symptom: "IllegalStateException: No active Drillbit endpoint found from ZooKeeper. Check connection parameters?" @@ -211,7 +211,7 @@ Symptom: UNSUPPORTED\_OPERATION ERROR: Null values are not supported in lists by Solution: Avoid selecting fields that are arrays containing nulls. Change Drill session settings to enable all_text_mode. Set store.json.all\_text_mode to true, so Drill treats JSON null values as a string containing the word 'null'. -### <span id='select-count-takes-a-long-time-to-run'>SELECT COUNT (\*) Takes a Long Time to Run</span> +### <a id='select-count-takes-a-long-time-to-run'>SELECT COUNT (\*) Takes a Long Time to Run</a> Solution: In some cases, the underlying storage format does not have a built-in capability to return a count of records in a table. In these cases, Drill does a full scan of the data to verify the number of records.
