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

Fix a NPE when concat filter with multiple devices #900

Merged
merged 4 commits into from Mar 11, 2020

Conversation

jt2594838
Copy link
Contributor

Because the pathSet is not set correctly to the new filter when there are multiple devices to concatenate with the filter, an NPE is triggered.
Now the pathSet has been set to the new filter.

# Conflicts:
#	server/src/main/java/org/apache/iotdb/db/qp/strategy/PhysicalGenerator.java
#	server/src/main/java/org/apache/iotdb/db/qp/strategy/optimizer/ConcatPathOptimizer.java
#	server/src/main/java/org/apache/iotdb/db/service/TSServiceImpl.java
#	server/src/main/java/org/apache/iotdb/db/utils/SchemaUtils.java
@sonarcloud
Copy link

sonarcloud bot commented Mar 11, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@qiaojialin qiaojialin merged commit 6ba8aa8 into master Mar 11, 2020
@qiaojialin qiaojialin deleted the batch_method_calls_0 branch March 11, 2020 09:45
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

2 participants