We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found that reading carbon files from CarbonReader takes long time in "SimpleDateFormat.", see attached file for output of profiling.
carbondata/sdk/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonReader.java
Line 207 in 4b8846d
I wonder if it is OK if we add some lazy initialization to SimpleDateFormat in the class, and if so should it support multi-threading.
profile.zip
The text was updated successfully, but these errors were encountered:
hey @zhangboren93 , Can you please assign to me and please explain the issue?
Sorry, something went wrong.
No branches or pull requests
I found that reading carbon files from CarbonReader takes long time in "SimpleDateFormat.", see attached file for output of
profiling.
carbondata/sdk/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonReader.java
Line 207 in 4b8846d
I wonder if it is OK if we add some lazy initialization to SimpleDateFormat in the class, and if so should it support multi-threading.
profile.zip
The text was updated successfully, but these errors were encountered: