sathiyapk commented on pull request #34729:
URL: https://github.com/apache/spark/pull/34729#issuecomment-981165573


   ```
   19:40:16.643 ERROR org.apache.spark.sql.SQLQueryTestSuite: Error using 
configs: 
   [info] - describe-table-column.sql *** FAILED *** (1 second, 385 
milliseconds)
   [info]   describe-table-column.sql
   [info]   Expected "...count  1
   [info]   avg_col_len [5]
   [info]   max_col_len 5
   [info]   histo...", but got "...count        1
   [info]   avg_col_len [4617315517961601024]
   [info]   max_col_len 5
   [info]   histo..." Result did not match for query #28
   [info]   DESC EXTENDED customer cname (SQLQueryTestSuite.scala:473)
   ```
   
   I'm not sure why the avg_col_len output to [4617315517961601024] instead of 
[5] in describe-table-column.sql Could anybody help me to figure out, please ? 
thanks.


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to