Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CARBONDATA-3227] Fix some spell errors in the project #3052

Closed
wants to merge 3 commits into from

Conversation

XiaotaoYi
Copy link
Contributor

@XiaotaoYi XiaotaoYi commented Jan 5, 2019

Correct scala variable name in three files:
carbondata\integration\spark-common\src\main\scala\org\apache\spark\sql\catalyst\CarbonDDLSqlParser.scala
carbondata\integration\spark-common\src\main\scala\org\apache\carbondata\spark\util\CarbonScalaUtil.scala
carbondata\integration\spark2\src\main\scala\org\apache\spark\util\AlterTableUtil.scala

Change variable name from
escapechar -> escapeChar
optionlist -> optionList
hivedefaultpartition -> hiveDefaultPartition
pvalue -> pValue
errormsg -> errorMsg
isDetectAsDimentionDatatype -> isDetectAsDimentionDataType

Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:

  • Any interfaces changed?
    No
  • Any backward compatibility impacted?
    No
  • Document update required?
    No
  • Testing done
    Please provide details on
    - Whether new unit test cases have been added or why no new tests are required?
    - How it is tested? Please attach test report.
    - Is it a performance related change? Please attach the performance test report.
    - Any additional information to help reviewers in testing this change.
    No
  • For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
    No

@CarbonDataQA
Copy link

Can one of the admins verify this patch?

@XiaotaoYi XiaotaoYi changed the title [CARBONDATA-3227:There are some spell errors in the project [CARBONDATA-3227] There are some spell errors in the project Jan 5, 2019
@qiuchenjian
Copy link
Contributor

add to whitelist

@xubo245
Copy link
Contributor

xubo245 commented Jan 7, 2019

add to whitelist

@CarbonDataQA
Copy link

Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/2177/

@xubo245
Copy link
Contributor

xubo245 commented Jan 7, 2019

@XiaotaoYi Please optimize the title, like: [CARBONDATA-3227] Fix some spell errors in the project

@XiaotaoYi XiaotaoYi changed the title [CARBONDATA-3227] There are some spell errors in the project [CARBONDATA-3227] Fix some spell errors in the project Jan 7, 2019
@CarbonDataQA
Copy link

Build Failed with Spark 2.3.2, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/10433/

@CarbonDataQA
Copy link

Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/2392/

@xubo245
Copy link
Contributor

xubo245 commented Jan 7, 2019

@XiaotaoYi Please fix the CI errors.

@CarbonDataQA
Copy link

Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/2203/

@CarbonDataQA
Copy link

Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/2420/

@CarbonDataQA
Copy link

Build Success with Spark 2.3.2, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/10460/

@xubo245
Copy link
Contributor

xubo245 commented Jan 8, 2019

LGTM! Thanks for you contribution!

@zzcclp
Copy link
Contributor

zzcclp commented Jan 8, 2019

LGTM

@asfgit asfgit closed this in 0276250 Jan 8, 2019
asfgit pushed a commit that referenced this pull request Jan 21, 2019
Correct scala variable name in three files:
	carbondata\integration\spark-common\src\main\scala\org\apache\spark\sql\catalyst\CarbonDDLSqlParser.scala
	carbondata\integration\spark-common\src\main\scala\org\apache\carbondata\spark\util\CarbonScalaUtil.scala
	carbondata\integration\spark2\src\main\scala\org\apache\spark\util\AlterTableUtil.scala

Change variable name from
	escapechar -> escapeChar
	optionlist -> optionList
	hivedefaultpartition -> hiveDefaultPartition
	pvalue -> pValue
	errormsg -> errorMsg
	isDetectAsDimentionDatatype -> isDetectAsDimentionDataType

This closes #3052
qiuchenjian pushed a commit to qiuchenjian/carbondata that referenced this pull request Jun 14, 2019
Correct scala variable name in three files:
	carbondata\integration\spark-common\src\main\scala\org\apache\spark\sql\catalyst\CarbonDDLSqlParser.scala
	carbondata\integration\spark-common\src\main\scala\org\apache\carbondata\spark\util\CarbonScalaUtil.scala
	carbondata\integration\spark2\src\main\scala\org\apache\spark\util\AlterTableUtil.scala

Change variable name from
	escapechar -> escapeChar
	optionlist -> optionList
	hivedefaultpartition -> hiveDefaultPartition
	pvalue -> pValue
	errormsg -> errorMsg
	isDetectAsDimentionDatatype -> isDetectAsDimentionDataType

This closes apache#3052
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants