Fix a bug: crash while restarting caused by logical view#9815
Merged
MarcosZyk merged 6 commits intoapache:masterfrom May 10, 2023
Merged
Fix a bug: crash while restarting caused by logical view#9815MarcosZyk merged 6 commits intoapache:masterfrom
MarcosZyk merged 6 commits intoapache:masterfrom
Conversation
Added new feature: supported logical view. ## Feature list 1. Users can now create logical view. 2. Users can use `show timeseries` to query metadata information of logical view and timeseries. However, this feature needs improvement, and currently the data type calculated for logical views is not implemented. 3. Users can use `delete timeseries` to delete a logical view. **Unsupported features** - Users can NOT query from a logical view. - Users can NOT insert data into logical view. - Users can NOT use `show view`. ## Tests Unity tests have not been added yet.
Added approved licenses header in new added files
MarcosZyk
approved these changes
May 10, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix a bug: crash while restarting caused by logical view