Github user gvramana commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2366#discussion_r195976603
--- Diff:
integration/spark-common/src/main/scala/org/apache/spark/util/CarbonReflectionUtils.scala
---
@@ -126,9 +126,9 @@ object CarbonReflectionUtils {
}
def getLogicalRelation(relation: BaseRelation,
- expectedOutputAttributes: Seq[Attribute],
- catalogTable: Option[CatalogTable],
- isStreaming:Boolean): LogicalRelation = {
+ expectedOutputAttributes: Seq[Attribute],
--- End diff --
Wrong indentation use carbon/dev/intellijFormatter
---