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

Refactor alter table framework & Support Drop table schema & Support show tables details #13807

Merged
merged 130 commits into from
Oct 18, 2024

Commits on Aug 22, 2024

  1. DN Completion

    Caideyipi committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f4de0de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8796093 View commit details
    Browse the repository at this point in the history
  3. partial CN

    Caideyipi committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    afa7d95 View commit details
    Browse the repository at this point in the history
  4. Partial refactor

    Caideyipi committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d106726 View commit details
    Browse the repository at this point in the history
  5. Enrich

    Caideyipi committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a7dba2b View commit details
    Browse the repository at this point in the history
  6. Enrich

    Caideyipi committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    839a007 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf5c56a View commit details
    Browse the repository at this point in the history
  8. Refactor

    Caideyipi committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    8735c70 View commit details
    Browse the repository at this point in the history
  9. Refactor

    Caideyipi committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    db53ad4 View commit details
    Browse the repository at this point in the history
  10. Drop on dn

    Caideyipi committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9b7d312 View commit details
    Browse the repository at this point in the history
  11. fix

    Caideyipi committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    6c065d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Refactor

    Caideyipi committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0aae671 View commit details
    Browse the repository at this point in the history
  2. Completion

    Caideyipi committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    64f8bec View commit details
    Browse the repository at this point in the history
  3. Refactor

    Caideyipi committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ec423cc View commit details
    Browse the repository at this point in the history
  4. Add test

    Caideyipi committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    8b7bb7f View commit details
    Browse the repository at this point in the history
  5. Add rename execution

    Caideyipi committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3471f44 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    15fac50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8359edd View commit details
    Browse the repository at this point in the history
  3. enrich

    Caideyipi committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    f32a842 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cc2b59 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    ad777c7 View commit details
    Browse the repository at this point in the history
  2. continue

    Caideyipi committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b6a2a8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3f8999 View commit details
    Browse the repository at this point in the history
  4. Added plan

    Caideyipi committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ab1676d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4fb0ac6 View commit details
    Browse the repository at this point in the history
  6. Added configNode logic

    Caideyipi committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b9e8797 View commit details
    Browse the repository at this point in the history
  7. Idempotency

    Caideyipi committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    13a27bd View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Merge remote-tracking branch 'upstream/master' into alter_table_2

    # Conflicts:
    #	iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/consensus/request/ConfigPhysicalPlan.java
    #	iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/consensus/request/ConfigPhysicalPlanType.java
    #	iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/impl/schema/table/AddTableColumnProcedure.java
    #	iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/impl/schema/table/SetTablePropertiesProcedure.java
    #	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/execution/config/executor/ClusterConfigTaskExecutor.java
    #	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/execution/config/executor/IConfigTaskExecutor.java
    #	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/schemaengine/schemaregion/mtree/impl/mem/MTreeBelowSGMemoryImpl.java
    Caideyipi committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    94f5920 View commit details
    Browse the repository at this point in the history
  2. Renaming

    Caideyipi committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    884d869 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e71bfdc View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    23d0c03 View commit details
    Browse the repository at this point in the history
  2. Partial

    Caideyipi committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f97d1c6 View commit details
    Browse the repository at this point in the history
  3. partial

    Caideyipi committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    83d8dc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76320ea View commit details
    Browse the repository at this point in the history
  5. Refactor

    Caideyipi committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5b84aa5 View commit details
    Browse the repository at this point in the history
  6. Add

    Caideyipi committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2c4c43e View commit details
    Browse the repository at this point in the history
  7. Refactor

    Caideyipi committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d6b8927 View commit details
    Browse the repository at this point in the history
  8. drop table proc

    Caideyipi committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    987a89f View commit details
    Browse the repository at this point in the history
  9. Create DropTableState.java

    Caideyipi committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1458de0 View commit details
    Browse the repository at this point in the history
  10. partial

    Caideyipi committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    33ece4f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ab4f51c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8b87dfc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    88e5e54 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    31f3cae View commit details
    Browse the repository at this point in the history
  15. Refactor

    Caideyipi committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ec19ef1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e818309 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3d13849 View commit details
    Browse the repository at this point in the history
  18. Change

    Caideyipi committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    acb3642 View commit details
    Browse the repository at this point in the history
  19. Refactor

    Caideyipi committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    dea1455 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    01969d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    9a95b51 View commit details
    Browse the repository at this point in the history
  2. Refactor

    Caideyipi committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c46c9fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1e548a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82dc8be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da06323 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e48ced View commit details
    Browse the repository at this point in the history
  7. Refactor

    Caideyipi committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8cbda74 View commit details
    Browse the repository at this point in the history
  8. Refactor

    Caideyipi committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    bc2da99 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d34c740 View commit details
    Browse the repository at this point in the history
  10. DropTablePlan

    Caideyipi committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5f9a87f View commit details
    Browse the repository at this point in the history
  11. small change

    Caideyipi committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    977fbfa View commit details
    Browse the repository at this point in the history
  12. Refactor

    Caideyipi committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c2a98ed View commit details
    Browse the repository at this point in the history
  13. Refactor

    Caideyipi committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c9cd3f4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    60117f2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    78ea70e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3aab5f1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    df054e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    a9394b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbc65f1 View commit details
    Browse the repository at this point in the history
  3. partial

    Caideyipi committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    3d3cda7 View commit details
    Browse the repository at this point in the history
  4. Async delete data

    Caideyipi committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b5d616d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cff5ad View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    b1cbbe0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    736382c View commit details
    Browse the repository at this point in the history
  3. Added tree size

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8396dbb View commit details
    Browse the repository at this point in the history
  4. Change

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    7936961 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08b1c58 View commit details
    Browse the repository at this point in the history
  6. refactor

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    65dcb08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8570c88 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f87241 View commit details
    Browse the repository at this point in the history
  9. Partial

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e45c8e8 View commit details
    Browse the repository at this point in the history
  10. Next

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    cef77f3 View commit details
    Browse the repository at this point in the history
  11. Continue

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    016a569 View commit details
    Browse the repository at this point in the history
  12. Next

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    82fcf1c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f8052aa View commit details
    Browse the repository at this point in the history
  14. Enrich

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    80be63b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    def1835 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fba973c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d793a18 View commit details
    Browse the repository at this point in the history
  18. invalidate cache

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b186433 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a853f92 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7f1c93f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    482fc8e View commit details
    Browse the repository at this point in the history
  22. Update datanode.thrift

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1f9c043 View commit details
    Browse the repository at this point in the history
  23. Invalidate cache

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    39d35c4 View commit details
    Browse the repository at this point in the history
  24. Update RelationalSql.g4

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5723362 View commit details
    Browse the repository at this point in the history
  25. init details

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    7083e7a View commit details
    Browse the repository at this point in the history
  26. Update ShowTables.java

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    4569933 View commit details
    Browse the repository at this point in the history
  27. Refactor

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    11a904b View commit details
    Browse the repository at this point in the history
  28. partial

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    73cbb02 View commit details
    Browse the repository at this point in the history
  29. Refactor

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6e2fe36 View commit details
    Browse the repository at this point in the history
  30. Update ConfigTableNode.java

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    02257c0 View commit details
    Browse the repository at this point in the history
  31. may complete

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ce1eb3f View commit details
    Browse the repository at this point in the history
  32. Final

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    caf3db0 View commit details
    Browse the repository at this point in the history
  33. Update DropTableTask.java

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    eb6ee88 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    812a8f3 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    eb69454 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    15f45aa View commit details
    Browse the repository at this point in the history
  37. Update ConfigMTree.java

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    00414ee View commit details
    Browse the repository at this point in the history
  38. Update MNodeCollector.java

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    122dea7 View commit details
    Browse the repository at this point in the history
  39. Partial

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    24f18fe View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    adc091a View commit details
    Browse the repository at this point in the history
  41. Memory calculation

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ebeaa0d View commit details
    Browse the repository at this point in the history
  42. May add calculation

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a5b27be View commit details
    Browse the repository at this point in the history
  43. Revert

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c58352f View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    394a86a View commit details
    Browse the repository at this point in the history
  45. fix

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    240d144 View commit details
    Browse the repository at this point in the history
  46. Fix

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    832ca9a View commit details
    Browse the repository at this point in the history
  47. Fix

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    34c7f47 View commit details
    Browse the repository at this point in the history
  48. Update Traverser.java

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6b1298e View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    257d026 View commit details
    Browse the repository at this point in the history
  50. Update IoTDBTableIT.java

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    6b56ffe View commit details
    Browse the repository at this point in the history
  51. Update IoTDBTableIT.java

    Caideyipi committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b4fcc5f View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    0aac1e6 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    e0fcd60 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    703d01c View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    73ce4c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    ed5230e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96c29bb View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master' into alter_table_2

    # Conflicts:
    #	iotdb-core/datanode/src/test/java/org/apache/iotdb/db/queryengine/plan/relational/metadata/fetcher/cache/TableDeviceSchemaCacheTest.java
    Caideyipi committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b36f398 View commit details
    Browse the repository at this point in the history