Github user zzcclp commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2779#discussion_r221419564
--- Diff:
integration/spark2/src/main/spark2.3/org/apache/spark/sql/execution/strategy/CarbonDataSourceScan.scala
---
@@ -0,0 +1,55 @@
+/*
--- End diff --
@chenliang613 , it's not about the different code/parameters, it changes
common val parameters to lazy val parameters. I think it's difficult to add
lazy keyword on val parameters according to spark version.
Or does anyone know how to do and give me some help, thanks.
---