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

Rename table concept #14537

Merged
merged 9 commits into from
Dec 27, 2024
Merged

Rename table concept #14537

merged 9 commits into from
Dec 27, 2024

Conversation

HTHou
Copy link
Contributor

@HTHou HTHou commented Dec 24, 2024

Description

ID -> TAG
MEASUREMENT -> FIELD

Copy link

codecov bot commented Dec 24, 2024

Codecov Report

Attention: Patch coverage is 61.25000% with 31 lines in your changes missing coverage. Please review.

Project coverage is 39.42%. Comparing base (530dd0b) to head (5bea7a8).
Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
...l/metadata/fetcher/TableHeaderSchemaValidator.java 0.00% 4 Missing ⚠️
...yengine/plan/relational/sql/parser/AstBuilder.java 0.00% 3 Missing ⚠️
...ageengine/dataregion/memtable/TsFileProcessor.java 25.00% 3 Missing ⚠️
.../pipe/connector/protocol/opcua/OpcUaNameSpace.java 0.00% 2 Missing ⚠️
.../plan/analyze/load/LoadTsFileTableSchemaCache.java 0.00% 2 Missing ⚠️
...eryengine/plan/planner/TableOperatorGenerator.java 0.00% 2 Missing ⚠️
.../schema/ConvertSchemaPredicateToFilterVisitor.java 0.00% 2 Missing ⚠️
...tdb/confignode/persistence/schema/ConfigMTree.java 0.00% 1 Missing ⚠️
...TsFileInsertionEventTableParserTabletIterator.java 0.00% 1 Missing ⚠️
...operator/schema/source/TableDeviceFetchSource.java 0.00% 1 Missing ⚠️
... and 10 more
Additional details and impacted files
@@            Coverage Diff            @@
##             master   #14537   +/-   ##
=========================================
  Coverage     39.42%   39.42%           
  Complexity      185      185           
=========================================
  Files          4341     4341           
  Lines        275397   275395    -2     
  Branches      33639    33636    -3     
=========================================
+ Hits         108566   108575    +9     
+ Misses       166831   166820   -11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

HTHou and others added 6 commits December 25, 2024 09:29
* Main

* Update IoTDBTableAggregationIT.java

* Update sessionRelationalIT.cpp

* Py fix

* Update test_tablemodel_insert.py

* Fix1

* Fix

* re-trigger CI

* Partial Fix

* Update IoTDBSessionRelationalIT.java

* Update IoTDBQueryWithComplexValueFilterTableIT.java

* Fix

* Update SubqueryDataSetUtils.java

* Update IoTDBCastFunctionTableSpecialIT.java

* Update IoTDBInsertAlignedValuesTableIT.java

* upload

* Update IoTDBRestServiceInsertAlignedValuesIT.java

* Add database name for table model CLI

* Fix

* Update TableModelUtils.java

* Update IoTDBMultiTAGsWithAttributesTableIT.java

* Compaction task can not stopped when abort compaction (#14538)

* Compaction task can not stopped when abort compaction

* add ut

* abort sub task

* fix review

* modify comment

* Add the used memory calculation for DescPriorityMergeReader which is missed before (#14548)

* [IoTConsensus] Refine IoTConsensus Configuration logs (#14542)

* refine logs

* Delete iotdb-connector/grafana-connector/pom.xml

* Update IoTConsensusServerImpl.java

* Fix

* Update TableHeaderSchemaValidator.java

* CI

* Revert "CI"

This reverts commit e3f7302.

---------

Co-authored-by: Li Yu Heng <[email protected]>
Co-authored-by: shuwenwei <[email protected]>
Co-authored-by: Beyyes <[email protected]>
Co-authored-by: Xiangpeng Hu <[email protected]>
@jt2594838 jt2594838 merged commit 81a58c0 into master Dec 27, 2024
46 of 47 checks passed
CloudWise-Lukemiao pushed a commit to CloudWise-Lukemiao/iotdb that referenced this pull request Dec 27, 2024
* Rename table concept

* Rename table concept

* Fix IT

* Fix IT

* Fix IT

* Renamed ID->TAG, MEASUREMENT->FIELD in create/desc table sql (apache#14554)

* Main

* Update IoTDBTableAggregationIT.java

* Update sessionRelationalIT.cpp

* Py fix

* Update test_tablemodel_insert.py

* Fix1

* Fix

* re-trigger CI

* Partial Fix

* Update IoTDBSessionRelationalIT.java

* Update IoTDBQueryWithComplexValueFilterTableIT.java

* Fix

* Update SubqueryDataSetUtils.java

* Update IoTDBCastFunctionTableSpecialIT.java

* Update IoTDBInsertAlignedValuesTableIT.java

* upload

* Update IoTDBRestServiceInsertAlignedValuesIT.java

* Add database name for table model CLI

* Fix

* Update TableModelUtils.java

* Update IoTDBMultiTAGsWithAttributesTableIT.java

* Compaction task can not stopped when abort compaction (apache#14538)

* Compaction task can not stopped when abort compaction

* add ut

* abort sub task

* fix review

* modify comment

* Add the used memory calculation for DescPriorityMergeReader which is missed before (apache#14548)

* [IoTConsensus] Refine IoTConsensus Configuration logs (apache#14542)

* refine logs

* Delete iotdb-connector/grafana-connector/pom.xml

* Update IoTConsensusServerImpl.java

* Fix

* Update TableHeaderSchemaValidator.java

* CI

* Revert "CI"

This reverts commit e3f7302.

---------

Co-authored-by: Li Yu Heng <[email protected]>
Co-authored-by: shuwenwei <[email protected]>
Co-authored-by: Beyyes <[email protected]>
Co-authored-by: Xiangpeng Hu <[email protected]>

* fix test

---------

Co-authored-by: Tian Jiang <[email protected]>
Co-authored-by: Caideyipi <[email protected]>
Co-authored-by: Li Yu Heng <[email protected]>
Co-authored-by: shuwenwei <[email protected]>
Co-authored-by: Beyyes <[email protected]>
Co-authored-by: Xiangpeng Hu <[email protected]>
@HTHou HTHou deleted the rename_table_concepts branch December 27, 2024 13:58
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.

3 participants