How to read below form of where conditions from properties file
$"hist.exp_dt" === "2099-12-31" && $"hist.review_count" === $"stg.review_count" && $"hist.useful" === $"stg.useful" && $"hist.funny" === $"stg.funny" && $"hist.cool" === $"stg.cool" && $"hist.fans" === $"stg.fans"
&& $"hist.average_stars" === $"stg.average_stars"
&& $"hist.compliment_hot" === $"stg.compliment_hot" ......
Error:
getting parse exceptions
How to read below form of where conditions from properties file
$"hist.exp_dt" === "2099-12-31" && $ "hist.review_count" === $"stg.review_count" && $ "hist.useful" === $"stg.useful" && $ "hist.funny" === $"stg.funny" && $ "hist.cool" === $"stg.cool" && $ "hist.fans" === $"stg.fans"$"hist.average_stars" === $ "stg.average_stars"$"hist.compliment_hot" === $ "stg.compliment_hot" ......
&&
&&
Error:
getting parse exceptions