You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/02/26 19:10:03 UTC

[GitHub] sujith71955 opened a new pull request #23899: [SPARK-26969][TSpark-Thriftserver] Bigdecimal values shall be converted to HiveDecimal type for succesful processing of query using ODBC client

sujith71955 opened a new pull request #23899: [SPARK-26969][TSpark-Thriftserver] Bigdecimal values shall be converted to HiveDecimal type for succesful processing of query using ODBC client
URL: https://github.com/apache/spark/pull/23899
 
 
   ## What changes were proposed in this pull request?
   While processing the Rowdata in the server side ColumnValue BigDecimal type value processed by server has to converted to the HiveDecmal data type for successful processing of query using ODBC client.
   Since this handing was missing the query executed in ODBC client wont return or provides result to the user even though the decimal type column value data present.
   
   ## How was this patch tested?
   
   Manual test report and impact assessment is done using existing test-cases
   
   ## What changes were proposed in this pull request?
   
   (Please fill in changes proposed in this fix)
   
   ## How was this patch tested?
   
   (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)
   (If this patch involves UI changes, please attach a screenshot; otherwise, remove this)
   
   Please review http://spark.apache.org/contributing.html before opening a pull request.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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