[GitHub] [carbondata] QiangCai opened a new pull request #3828: [CARBONDATA-3889] Cleanup typo code for carbondata-core module

classic Classic list List threaded Threaded
15 messages Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] QiangCai opened a new pull request #3828: [CARBONDATA-3889] Cleanup typo code for carbondata-core module

GitBox

QiangCai opened a new pull request #3828:
URL: https://github.com/apache/carbondata/pull/3828


    ### Why is this PR needed?
    There are many typos in carbondata-core module
   
    ### What changes were proposed in this PR?
   Cleanup typo code for carbondata-core module
       
    ### Does this PR introduce any user interface change?
    - No
   
    ### Is any new testcase added?
    - No
   
       
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[hidden email]


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3828: [CARBONDATA-3889] Cleanup typo code for carbondata-core module

GitBox

CarbonDataQA1 commented on pull request #3828:
URL: https://github.com/apache/carbondata/pull/3828#issuecomment-654907957


   Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/3318/
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[hidden email]


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3828: [CARBONDATA-3889] Cleanup typo code for carbondata-core module

GitBox
In reply to this post by GitBox

CarbonDataQA1 commented on pull request #3828:
URL: https://github.com/apache/carbondata/pull/3828#issuecomment-654910077


   Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/1579/
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[hidden email]


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] Indhumathi27 commented on pull request #3828: [CARBONDATA-3889] Cleanup typo code for carbondata-core module

GitBox
In reply to this post by GitBox

Indhumathi27 commented on pull request #3828:
URL: https://github.com/apache/carbondata/pull/3828#issuecomment-655492263


   Please Clean code for DictionaryByteArrayWrapper, Cache


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[hidden email]


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] Indhumathi27 edited a comment on pull request #3828: [CARBONDATA-3889] Cleanup typo code for carbondata-core module

GitBox
In reply to this post by GitBox

Indhumathi27 edited a comment on pull request #3828:
URL: https://github.com/apache/carbondata/pull/3828#issuecomment-655492263


   Please Clean code for DictionaryByteArrayWrapper, Cache,CacheProvider


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[hidden email]


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] Indhumathi27 edited a comment on pull request #3828: [CARBONDATA-3889] Cleanup typo code for carbondata-core module

GitBox
In reply to this post by GitBox

Indhumathi27 edited a comment on pull request #3828:
URL: https://github.com/apache/carbondata/pull/3828#issuecomment-655492263


   Please Clean code for DictionaryByteArrayWrapper, Cache,CacheProvider,CacheType


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[hidden email]


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] Indhumathi27 commented on a change in pull request #3828: [CARBONDATA-3889] Cleanup typo code for carbondata-core module

GitBox
In reply to this post by GitBox

Indhumathi27 commented on a change in pull request #3828:
URL: https://github.com/apache/carbondata/pull/3828#discussion_r451511465



##########
File path: core/src/main/java/org/apache/carbondata/core/cache/Cacheable.java
##########
@@ -40,7 +40,7 @@
 
   /**
    * Method to be used for invalidating the cacheable object. API to be invoked at the time of
-   * removing the cacheable object from memory. Example at the of removing the cachebale object
+   * removing the cacheable object from memory. Example at removing the cacheable object

Review comment:
       Remove return tag in this interface




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[hidden email]


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] QiangCai commented on a change in pull request #3828: [CARBONDATA-3889] Cleanup typo code for carbondata-core module

GitBox
In reply to this post by GitBox

QiangCai commented on a change in pull request #3828:
URL: https://github.com/apache/carbondata/pull/3828#discussion_r456282655



##########
File path: core/src/main/java/org/apache/carbondata/core/cache/Cacheable.java
##########
@@ -40,7 +40,7 @@
 
   /**
    * Method to be used for invalidating the cacheable object. API to be invoked at the time of
-   * removing the cacheable object from memory. Example at the of removing the cachebale object
+   * removing the cacheable object from memory. Example at removing the cacheable object

Review comment:
       I will do it in new PR. This PR focus on the typo.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[hidden email]


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] QiangCai commented on pull request #3828: [CARBONDATA-3889] Cleanup typo code for carbondata-core module

GitBox
In reply to this post by GitBox

QiangCai commented on pull request #3828:
URL: https://github.com/apache/carbondata/pull/3828#issuecomment-659942047


   @Indhumathi27
   I will do it in new PR. This PR focus on the typo.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[hidden email]


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3828: [CARBONDATA-3889] Cleanup typo code for carbondata-core module

GitBox
In reply to this post by GitBox

CarbonDataQA1 commented on pull request #3828:
URL: https://github.com/apache/carbondata/pull/3828#issuecomment-659951341


   Build Failed  with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/3419/
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[hidden email]


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3828: [CARBONDATA-3889] Cleanup typo code for carbondata-core module

GitBox
In reply to this post by GitBox

CarbonDataQA1 commented on pull request #3828:
URL: https://github.com/apache/carbondata/pull/3828#issuecomment-659953877


   Build Failed  with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/1677/
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[hidden email]


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3828: [CARBONDATA-3889] Cleanup typo code for carbondata-core module

GitBox
In reply to this post by GitBox

CarbonDataQA1 commented on pull request #3828:
URL: https://github.com/apache/carbondata/pull/3828#issuecomment-660791279


   Build Success with Spark 2.3.4, Please check CI http://121.244.95.60:12545/job/ApacheCarbonPRBuilder2.3/3426/
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[hidden email]


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] CarbonDataQA1 commented on pull request #3828: [CARBONDATA-3889] Cleanup typo code for carbondata-core module

GitBox
In reply to this post by GitBox

CarbonDataQA1 commented on pull request #3828:
URL: https://github.com/apache/carbondata/pull/3828#issuecomment-660791574


   Build Success with Spark 2.4.5, Please check CI http://121.244.95.60:12545/job/ApacheCarbon_PR_Builder_2.4.5/1684/
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[hidden email]


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] kevinjmh commented on pull request #3828: [CARBONDATA-3889] Cleanup typo code for carbondata-core module

GitBox
In reply to this post by GitBox

kevinjmh commented on pull request #3828:
URL: https://github.com/apache/carbondata/pull/3828#issuecomment-660982882


   LGTM


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[hidden email]


Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] asfgit closed pull request #3828: [CARBONDATA-3889] Cleanup typo code for carbondata-core module

GitBox
In reply to this post by GitBox

asfgit closed pull request #3828:
URL: https://github.com/apache/carbondata/pull/3828


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[hidden email]