Github user lewismc commented on a diff in the pull request:
https://github.com/apache/gora/pull/135#discussion_r222541705
--- Diff:
gora-core/src/main/java/org/apache/gora/store/DataStoreFactory.java ---
@@ -412,7 +484,7 @@ public static String getMappingFile(Properties
properties, DataStore<?,?> store
return mappingFilename;
}
- private static String getDefaultDataStore(Properties properties) {
+ public static String getDefaultDataStore(Properties properties) {
--- End diff --
Why the change here?
---