> On Feb. 24, 2015, 12:50 p.m., Amareshwari Sriramadasu wrote: > > lens-cube/src/main/java/org/apache/lens/cube/metadata/CubeMetastoreClient.java, > > line 366 > > <https://reviews.apache.org/r/31154/diff/3/?file=867831#file867831line366> > > > > We should remove symlinked latest partitions as well when we move to > > table partitions from symlinks. > > > > Otherwise, those would be holding old values and cause confusion. > > Rajat Khandelwal wrote: > We need to add an integration test in which we create partition with > older version of lens (which creates `latest` partition) and do another > partition operation with a newer version of lens(which should delete the > `latest` partition and keep the info in table properties.
I believe this Should be done separately. - Rajat ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31154/#review73529 ----------------------------------------------------------- On March 5, 2015, 5:34 p.m., Rajat Khandelwal wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/31154/ > ----------------------------------------------------------- > > (Updated March 5, 2015, 5:34 p.m.) > > > Review request for lens. > > > Bugs: LENS-281 > https://issues.apache.org/jira/browse/LENS-281 > > > Repository: lens > > > Description > ------- > > finished with changes. > > > Diffs > ----- > > lens-cube/src/main/java/org/apache/lens/cube/metadata/CubeFactTable.java > b3ed6efd102ed800519ebb9b5d15f81a2a32d5d5 > > lens-cube/src/main/java/org/apache/lens/cube/metadata/CubeMetastoreClient.java > 7e6fe7e93a07ddb6ae4369b78e7856dc2b0a65b5 > > lens-cube/src/main/java/org/apache/lens/cube/metadata/MetastoreConstants.java > 979de6d7f1d43f0fb5621e3287f3a6eef3dcdaef > lens-cube/src/main/java/org/apache/lens/cube/metadata/MetastoreUtil.java > c21c72a5ceb0271134423b8a9caf928e524cf150 > lens-cube/src/main/java/org/apache/lens/cube/metadata/Storage.java > 240516d6911ecdab6a07ef77b194c013aba42f4e > lens-cube/src/main/java/org/apache/lens/cube/metadata/StorageConstants.java > c4b3c3a4d469f5cc609db67437b00855d907c51d > lens-cube/src/main/java/org/apache/lens/cube/metadata/TimePartition.java > PRE-CREATION > > lens-cube/src/main/java/org/apache/lens/cube/metadata/timeline/EndsAndHolesPartitionTimeline.java > PRE-CREATION > > lens-cube/src/main/java/org/apache/lens/cube/metadata/timeline/PartitionTimeline.java > PRE-CREATION > > lens-cube/src/main/java/org/apache/lens/cube/metadata/timeline/PartitionTimelineFactory.java > PRE-CREATION > > lens-cube/src/main/java/org/apache/lens/cube/metadata/timeline/StoreAllPartitionTimeline.java > PRE-CREATION > > lens-cube/src/main/java/org/apache/lens/cube/parse/AbridgedTimeRangeWriter.java > b1a85adfb229fa0f6a708a047a7629b2faa28e30 > lens-cube/src/main/java/org/apache/lens/cube/parse/FactPartition.java > a60041bf3df0fa03091674b602a78a2323f88d55 > > lens-cube/src/main/java/org/apache/lens/cube/parse/StorageTableResolver.java > 7eaf597bac879430dff086914865d34102003f0f > lens-cube/src/main/java/org/apache/lens/cube/parse/TimeRange.java > 550df6c99b7ffe7372d319b8c4b101cdd5a4f830 > > lens-cube/src/test/java/org/apache/lens/cube/metadata/TestCubeMetastoreClient.java > 96ba240404d1f21fbcac572ced0a4e3c911a5731 > lens-cube/src/test/java/org/apache/lens/cube/parse/CubeTestSetup.java > 609b7f3a2750a0272f649d4cce3181a0588013e9 > lens-cube/src/test/java/org/apache/lens/cube/parse/TestCubeRewriter.java > 3c960622c4bc7d95bcbd9c66f3f64a8c7eff2cd2 > > lens-server/src/main/java/org/apache/lens/server/metastore/CubeMetastoreServiceImpl.java > 4047e0c8b2098929cd6f1d320f7e52db40a280aa > > lens-server/src/test/java/org/apache/lens/server/metastore/TestMetastoreService.java > 9f4595f96354eacabd758053b57183026de116c0 > > Diff: https://reviews.apache.org/r/31154/diff/ > > > Testing > ------- > > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Lens Checkstyle Rules ............................. SUCCESS [3.118s] > [INFO] Lens .............................................. SUCCESS [3.121s] > [INFO] Lens API .......................................... SUCCESS [7.252s] > [INFO] Lens API for server and extensions ................ SUCCESS [7.777s] > [INFO] Lens Cube ......................................... SUCCESS [2:25.228s] > [INFO] Lens DB storage ................................... SUCCESS [9.340s] > [INFO] Lens Query Library ................................ SUCCESS [5.294s] > [INFO] Lens Hive Driver .................................. SUCCESS [2:33.994s] > [INFO] Lens Driver for JDBC .............................. SUCCESS [27.057s] > [INFO] Lens Server ....................................... SUCCESS [4:36.485s] > [INFO] Lens client ....................................... SUCCESS [21.727s] > [INFO] Lens CLI .......................................... SUCCESS [1:58.127s] > [INFO] Lens Examples ..................................... SUCCESS [0.785s] > [INFO] Lens Distribution ................................. SUCCESS [9.733s] > [INFO] Lens ML Lib ....................................... SUCCESS [43.829s] > [INFO] Lens Regression ................................... SUCCESS [0.487s] > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD SUCCESS > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 13:54.728s > [INFO] Finished at: Thu Mar 05 11:01:59 UTC 2015 > [INFO] Final Memory: 108M/1102M > [INFO] > ------------------------------------------------------------------------ > > > Thanks, > > Rajat Khandelwal > >
