Re: Apache Drill Automatically Converts Large Numbers to Exponents

2018-05-08 Thread Paul Rogers
AM To: user@drill.apache.org Subject: Re: Apache Drill Automatically Converts Large Numbers to Exponents Hi Peter, If the problem is only with displaying the numbers, you may convert it to the string with the specified format using TO_CHAR(expression, format) UDF. For more details plea

Re: Apache Drill Automatically Converts Large Numbers to Exponents

2018-05-08 Thread Khurram Faraaz
: user@drill.apache.org Subject: Re: Apache Drill Automatically Converts Large Numbers to Exponents Hi Peter, If the problem is only with displaying the numbers, you may convert it to the string with the specified format using TO_CHAR(expression, format) UDF. For more details please see

Re: Apache Drill Automatically Converts Large Numbers to Exponents

2018-05-08 Thread Vova Vysotskyi
Hi Peter, If the problem is only with displaying the numbers, you may convert it to the string with the specified format using TO_CHAR(expression, format) UDF. For more details please see https://drill.apache.org/docs/data-type-conversion/#other-data-type-conversions Kind regards, Volodymyr

Apache Drill Automatically Converts Large Numbers to Exponents

2018-05-08 Thread Peter Edike
Hello everyone, How can I prevent Apache Drill From Displaying large numers as exponents as this is not acceptable for my use case Kind regards Peter Edike