jackylk commented on a change in pull request #3642: [CARBONDATA-3725]fix
concurrent creation of Materialized Views issue
URL: https://github.com/apache/carbondata/pull/3642#discussion_r385988707
##########
File path:
core/src/main/java/org/apache/carbondata/core/datamap/DataMapStoreManager.java
##########
@@ -269,26 +275,23 @@ public synchronized void
unRegisterDataMapCatalog(DataMapSchema dataMapSchema) {
* @param providerName
* @return
*/
- public synchronized DataMapCatalog getDataMapCatalog(
- DataMapProvider dataMapProvider,
- String providerName) throws IOException {
+ public synchronized DataMapCatalog getDataMapCatalog(DataMapProvider
dataMapProvider,
Review comment:
move `DataMapProvider dataMapProvider,` to next line
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services