You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/04/19 02:48:15 UTC

[GitHub] [incubator-doris-spark-connector] lide-reed opened a new pull request, #19: Remove redundant variable and functions which could lead to compile fail

lide-reed opened a new pull request, #19:
URL: https://github.com/apache/incubator-doris-spark-connector/pull/19

   [ERROR] /root/dev-1.0.1/extension/doris-spark-connector/spark-doris-connector/src/main/java/org/apache/doris/spark/rest/models/Schema.java:28: error: keysType is already defined as variable keysType
   [INFO]     private String keysType;
   [INFO]                    ^
   [ERROR] one error found
   
   [ERROR] COMPILATION ERROR : 
   [INFO] -------------------------------------------------------------
   [ERROR] /root/dev-1.0.1/extension/doris-spark-connector/spark-doris-connector/src/main/java/org/apache/doris/spark/rest/models/Schema.java:[61,19] method getKeysType() is already defined in class org.apache.doris.spark.rest.models.Schema
   [ERROR] /root/dev-1.0.1/extension/doris-spark-connector/spark-doris-connector/src/main/java/org/apache/doris/spark/rest/models/Schema.java:[65,17] method setKeysType(java.lang.String) is already defined in class org.apache.doris.spark.rest.models.Schema
   [INFO] 2 errors 
   [INFO] -------------------------------------------------------------
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD FAILURE


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris-spark-connector] JNSimba merged pull request #19: Remove redundant variable and functions which could lead to compile fail

Posted by GitBox <gi...@apache.org>.
JNSimba merged PR #19:
URL: https://github.com/apache/incubator-doris-spark-connector/pull/19


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org