----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36853/ -----------------------------------------------------------
(Updated July 28, 2015, 6:28 a.m.) Review request for lens. Changes ------- Complete build results with tests. Repository: lens Description ------- org.apache.lens.examples.PopulateSampleMetastore.createContinuousFactData() passes a nonconstant String to an execute or addBatch method on an SQL statement [org.apache.lens.examples.PopulateSampleMetastore] At PopulateSampleMetastore.java:[line 113] Code - statement.execute("INSERT INTO mydb_sales_aggr_continuous_fact (order_time, delivery_time, customer_id, " + "product_id, promotion_id, customer_city_id, production_city_id, delivery_city_id, unit_sales, " + "store_sales, store_cost, max_line_item_price, max_line_item_discount) values " + "('" + nowTime + "','" + nowTime + "',2,2,1,2,2,2,1,8,2,10,2)"); Diffs ----- lens-examples/src/main/java/org/apache/lens/examples/PopulateSampleMetastore.java 5ba0ea6 Diff: https://reviews.apache.org/r/36853/diff/ Testing (updated) ------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Lens Checkstyle Rules .............................. SUCCESS [ 3.900 s] [INFO] Lens ............................................... SUCCESS [ 11.769 s] [INFO] Lens API ........................................... SUCCESS [ 24.056 s] [INFO] Lens API for server and extensions ................. SUCCESS [ 22.145 s] [INFO] Lens Cube .......................................... SUCCESS [05:33 min] [INFO] Lens DB storage .................................... SUCCESS [ 20.612 s] [INFO] Lens Query Library ................................. SUCCESS [ 14.030 s] [INFO] Lens Hive Driver ................................... SUCCESS [02:33 min] [INFO] Lens Driver for JDBC ............................... SUCCESS [ 37.932 s] [INFO] Lens Server ........................................ SUCCESS [05:31 min] [INFO] Lens client ........................................ SUCCESS [ 36.990 s] [INFO] Lens CLI ........................................... SUCCESS [02:07 min] [INFO] Lens Examples ...................................... SUCCESS [ 9.422 s] [INFO] Lens Distribution .................................. SUCCESS [ 7.441 s] [INFO] Lens ML Lib ........................................ SUCCESS [01:36 min] [INFO] Lens ML Ext Distribution ........................... SUCCESS [ 2.386 s] [INFO] Lens Regression .................................... SUCCESS [ 11.412 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 20:46 min [INFO] Finished at: 2015-07-28T11:55:28+05:30 [INFO] Final Memory: 131M/399M [INFO] ------------------------------------------------------------------------ Thanks, Yash Sharma