Hi All,
Anyone else seeing this ?

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)");

Best Regards,

Reply via email to