VenuReddy2103 opened a new pull request, #4044:
URL: https://github.com/apache/hive/pull/4044

   ### What changes were proposed in this pull request?
   In add partitions via direct sql, limiting the number of rows in a single 
insert query such that total parameters in a query do not exceed 2100 for SQL 
Server db.
   
   ### Why are the changes needed?
   Add partitions with SQL Server db  throws SQLServerException when the number 
of parameters in the direct sql insert query exceeds 2100.
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   Tested with SQL Server
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to