Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1603#discussion_r154527695
--- Diff:
core/src/main/java/org/apache/carbondata/core/metadata/schema/table/TableInfo.java
---
@@ -68,17 +70,10 @@
*/
private long lastUpdatedTime;
- /**
- * metadata file path (check if it is really required )
- */
- private String metaDataFilepath;
-
- /**
- * store location
- */
+ @Obsolete
--- End diff --
Why it is obsolete ? is there any other way user can get tablePath?
---