[ 
https://issues.apache.org/jira/browse/LENS-698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yash Sharma updated LENS-698:
-----------------------------
    Attachment: LENS-698.01.patch

> Findbug error in PopulateSampleMetastore
> ----------------------------------------
>
>                 Key: LENS-698
>                 URL: https://issues.apache.org/jira/browse/LENS-698
>             Project: Apache Lens
>          Issue Type: Bug
>          Components: examples
>            Reporter: Yash Sharma
>            Assignee: Yash Sharma
>            Priority: Minor
>              Labels: findbugs
>             Fix For: 2.3
>
>         Attachments: LENS-698.01.patch
>
>
> 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 - 
> {quote}
> 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)");
> {quote}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to