This is an automated email from the ASF dual-hosted git repository.

critas pushed a change to branch ai-code/wx_flight-sql
in repository https://gitbox.apache.org/repos/asf/iotdb.git


 discard 22d734252d1 fix(flight-sql): resolve end-of-stream mid-frame error in 
Flight SQL integration test
     add 0bded83cf4d Add Flight SQL to distribution packaging, Java/Python 
examples and tests
     add 2aa5417abb6 reimport
     add 9e8d51a8efb add some code style pronmps
     add a1abba742a1 Add AGENTS.md and make CLAUDE.md points to it
     add 93676df81ca update IT user and password rule
     add 06522069eeb add file header
     add 430f9c7c88e fix(flight-sql): resolve end-of-stream mid-frame error in 
Flight SQL integration test

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (22d734252d1)
            \
             N -- N -- N   refs/heads/ai-code/wx_flight-sql (430f9c7c88e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 AGENTS.md                                          | 196 +++++++++++++++++++
 code-coverage/README.md => CLAUDE.md               |   4 +-
 distribution/src/assembly/all.xml                  |   4 +
 distribution/src/assembly/datanode.xml             |   4 +
 .../pom.xml                                        |  29 ++-
 .../org/apache/iotdb/FlightSqlAdbcExample.java     | 191 ++++++++++++++++++
 .../java/org/apache/iotdb/FlightSqlExample.java    | 205 +++++++++++++++++++
 .../org/apache/iotdb/FlightSqlJdbcExample.java     | 163 ++++++++++++++++
 example/pom.xml                                    |   1 +
 iotdb-client/client-py/flight_sql_example.py       | 182 +++++++++++++++++
 .../client-py/tests/integration/test_flight_sql.py | 216 +++++++++++++++++++++
 pom.xml                                            |  10 +
 12 files changed, 1192 insertions(+), 13 deletions(-)
 create mode 100644 AGENTS.md
 copy code-coverage/README.md => CLAUDE.md (87%)
 copy example/{rest-java-example => flight-sql-example}/pom.xml (67%)
 create mode 100644 
example/flight-sql-example/src/main/java/org/apache/iotdb/FlightSqlAdbcExample.java
 create mode 100644 
example/flight-sql-example/src/main/java/org/apache/iotdb/FlightSqlExample.java
 create mode 100644 
example/flight-sql-example/src/main/java/org/apache/iotdb/FlightSqlJdbcExample.java
 create mode 100644 iotdb-client/client-py/flight_sql_example.py
 create mode 100644 iotdb-client/client-py/tests/integration/test_flight_sql.py

Reply via email to