panbingkun opened a new pull request, #37112:
URL: https://github.com/apache/spark/pull/37112

   ### What changes were proposed in this pull request?
   Implementing createIndex/dropIndex/indexExists in DS V2 JDBC for H2 dialect.
   
   
   ### Why are the changes needed?
   This is a subtask of the V2 Index 
support(https://issues.apache.org/jira/browse/SPARK-36525). 
   This PR implements createIndex, dropIndex and indexExists. 
   After review for some changes in this PR, I will create new PR for 
listIndexs.
   > This PR only implements createIndex, IndexExists and dropIndex in H2 
dialect.
   
   
   ### Does this PR introduce _any_ user-facing change?
   Yes, createIndex/dropIndex/indexExists in DS V2 JDBC for H2
   
   
   ### How was this patch tested?
   New UT.


-- 
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