Github user littleJava commented on the issue:
https://github.com/apache/incubator-carbondata/pull/433
i have checked the code, and switched to branch: spark2
scala: 2.10.4
when i ran :
mvn -DskipTests -Pspark-2.0 compile
i got the error:
```
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/Users/nathan/workspace/carbondata/core/src/main/java/org/apache/carbondata/scan/complextypes/StructQueryType.java:[32,49]
æ¾ä¸å°ç¬¦å·
符å·: ç±» GenericInternalRowWithSchema
ä½ç½®: ç¨åºå
org.apache.spark.sql.catalyst.expressions
[ERROR]
/Users/user/workspace/carbondata/core/src/main/java/org/apache/carbondata/scan/complextypes/StructQueryType.java:[182,16]
æ¾ä¸å°ç¬¦å·
符å·: ç±» GenericInternalRowWithSchema
ä½ç½®: ç±» org.apache.carbondata.scan.complextypes.StructQueryType
[INFO] 2 errors
```
there is no
`org.apache.spark.sql.catalyst.expressions.GenericInternalRowWithSchema.GenericInternalRowWithSchema`
in spark2
how can i fixed it ?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---