huaxingao opened a new pull request #34523:
URL: https://github.com/apache/spark/pull/34523


   
   
   ### What changes were proposed in this pull request?
   use property to specify index type
   
   
   ### Why are the changes needed?
   fix scala doc in https://github.com/apache/spark/pull/34486 and resubmit
   
   
   ### Does this PR introduce _any_ user-facing change?
   Yes
   ```
     void createIndex(String indexName,
         String indexType,
         NamedReference[] columns,
         Map<NamedReference, Map<String, String>> columnsProperties,
         Map<String, String> properties)
   ```
   changed to
   ```
   createIndex(String indexName,
         NamedReference[] columns,
         Map<NamedReference, Map<String, String>> columnsProperties,
         Map<String, String> properties
   ```
   
   ### How was this patch tested?
   new test
   


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