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

[Table Model] Table model Device Schema Management #12437

Open
wants to merge 51 commits into
base: ty/TableModelGrammar
Choose a base branch
from

Commits on Apr 16, 2024

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

Commits on Apr 17, 2024

  1. refactor insert parse

    MarcosZyk committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    e0dc92b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45df4d6 View commit details
    Browse the repository at this point in the history
  3. set up device creation

    MarcosZyk committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a3e8685 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d098bf7 View commit details
    Browse the repository at this point in the history
  5. remove comment

    MarcosZyk committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9417229 View commit details
    Browse the repository at this point in the history
  6. implement getTableSchema

    MarcosZyk committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    238e2a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. implement getTableSchema

    MarcosZyk committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7a1728c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa77727 View commit details
    Browse the repository at this point in the history
  3. mock

    MarcosZyk committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7636d9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79fe9c0 View commit details
    Browse the repository at this point in the history
  5. fix snapshot

    MarcosZyk committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    59321ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aca76ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e21e98b View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Merge branch 'ty/TableModelGrammar' into table-model-debug

    # Conflicts:
    #	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/metadata/TableMetadataImpl.java
    MarcosZyk committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    8f86290 View commit details
    Browse the repository at this point in the history
  2. merge

    MarcosZyk committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    323ceb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    5757e8f View commit details
    Browse the repository at this point in the history
  2. implement schema filter

    MarcosZyk committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    34e5b0e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Merge branch 'ty/TableModelGrammar' into table-model-debug

    # Conflicts:
    #	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/planner/optimizations/IndexScan.java
    MarcosZyk committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    e1345d7 View commit details
    Browse the repository at this point in the history
  2. add warn

    MarcosZyk committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    0dfdb30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0e3b5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    691823c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    f3efdc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2adf50b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80c6b3f View commit details
    Browse the repository at this point in the history
  4. implement ser deser

    MarcosZyk committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    1c407ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60e237b View commit details
    Browse the repository at this point in the history
  6. rollback config

    MarcosZyk committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    07f3b01 View commit details
    Browse the repository at this point in the history
  7. delete show device

    MarcosZyk committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    5a9a23e View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Configuration menu
    Copy the full SHA
    8557956 View commit details
    Browse the repository at this point in the history
  2. set up validate schema

    MarcosZyk committed May 5, 2024
    Configuration menu
    Copy the full SHA
    c1dac7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c47034 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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

Commits on May 10, 2024

  1. improve code smell

    MarcosZyk committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b0a536b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. support null device value

    MarcosZyk committed May 12, 2024
    Configuration menu
    Copy the full SHA
    a867ffb View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    687ee69 View commit details
    Browse the repository at this point in the history
  2. implement is null

    MarcosZyk committed May 19, 2024
    Configuration menu
    Copy the full SHA
    1b5f923 View commit details
    Browse the repository at this point in the history
  3. set up table validate

    MarcosZyk committed May 19, 2024
    Configuration menu
    Copy the full SHA
    987f06f View commit details
    Browse the repository at this point in the history
  4. implement drop table

    MarcosZyk committed May 19, 2024
    Configuration menu
    Copy the full SHA
    66fc5f4 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. fix OrFilter

    MarcosZyk committed May 20, 2024
    Configuration menu
    Copy the full SHA
    5564225 View commit details
    Browse the repository at this point in the history
  2. add table column

    MarcosZyk committed May 20, 2024
    Configuration menu
    Copy the full SHA
    1edcc41 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    861c4b3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. insert null

    MarcosZyk committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4b9cd18 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ty/TableModelGrammar' into table-model-debug

    # Conflicts:
    #	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/planner/plan/node/PlanNodeType.java
    #	iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/metadata/DeviceEntry.java
    MarcosZyk committed May 22, 2024
    Configuration menu
    Copy the full SHA
    cefafcd View commit details
    Browse the repository at this point in the history
  3. fix

    MarcosZyk committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0daae57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4de5ed1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83541b6 View commit details
    Browse the repository at this point in the history
  6. spotless apply

    MarcosZyk committed May 22, 2024
    Configuration menu
    Copy the full SHA
    586b419 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. fix multi region

    MarcosZyk committed May 27, 2024
    Configuration menu
    Copy the full SHA
    da315b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. fix serialization

    MarcosZyk committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a4fc709 View commit details
    Browse the repository at this point in the history