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

chenliang613 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata.git


The following commit(s) were added to refs/heads/master by this push:
     new d012f87222 fix Agent_module issues
d012f87222 is described below

commit d012f8722242c6220e30ece8f34ae29bddda4010
Author: chenliang613 <[email protected]>
AuthorDate: Sat Feb 21 16:40:15 2026 +0800

    fix Agent_module issues
---
 .DS_Store                                             | Bin 6148 -> 6148 bytes
 .claude/settings.local.json                           |  11 +++++++++++
 Agent_module/{Agent_Demo.python => Agent_Demo.py}     |   0
 Agent_module/{Chat_Agent.python => Chat_Agent.py}     |   0
 .../{ContextBridge.python => ContextBridge.py}        |   0
 ..._format_example.python => Agent_format_example.py} |   0
 Agent_module/{Framework.python => Framework.py}       |   0
 .../{Implementation.python => Implementation.py}      |   0
 Agent_module/{Manager.python => Manager.py}           |   0
 .../{SharedContext.python => SharedContext.py}        |   0
 ...haredContext_Demo.python => SharedContext_Demo.py} |   0
 11 files changed, 11 insertions(+)

diff --git a/.DS_Store b/.DS_Store
index fbf5a35595..1834a3346b 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/.claude/settings.local.json b/.claude/settings.local.json
new file mode 100644
index 0000000000..f1a8584ef9
--- /dev/null
+++ b/.claude/settings.local.json
@@ -0,0 +1,11 @@
+{
+  "permissions": {
+    "allow": [
+      "Bash(mvn:*)",
+      "Bash(git -C /Users/apple/Carbon-dev/carbonparis status)",
+      "Bash(git -C /Users/apple/Carbon-dev/carbonparis diff)",
+      "Bash(git -C /Users/apple/Carbon-dev/carbonparis diff --name-only)",
+      "Bash(git -C /Users/apple/Carbon-dev/carbonparis checkout -- 
core/src/main/java/org/apache/carbondata/core/scan/executor/util/RestructureUtil.java
 
core/src/main/java/org/apache/carbondata/core/scan/result/iterator/AbstractDetailQueryResultIterator.java
 
core/src/main/java/org/apache/carbondata/core/stats/QueryStatisticsRecorderImpl.java
 core/src/main/java/org/apache/carbondata/core/util/CarbonUtil.java 
core/src/main/java/org/apache/carbondata/core/view/MVManager.java 
core/src/main/j [...]
+    ]
+  }
+}
diff --git a/Agent_module/Agent_Demo.python b/Agent_module/Agent_Demo.py
similarity index 100%
rename from Agent_module/Agent_Demo.python
rename to Agent_module/Agent_Demo.py
diff --git a/Agent_module/Chat_Agent.python b/Agent_module/Chat_Agent.py
similarity index 100%
rename from Agent_module/Chat_Agent.python
rename to Agent_module/Chat_Agent.py
diff --git a/Agent_module/ContextBridge.python b/Agent_module/ContextBridge.py
similarity index 100%
rename from Agent_module/ContextBridge.python
rename to Agent_module/ContextBridge.py
diff --git a/Agent_module/Example/Agent_format_example.python 
b/Agent_module/Example/Agent_format_example.py
similarity index 100%
rename from Agent_module/Example/Agent_format_example.python
rename to Agent_module/Example/Agent_format_example.py
diff --git a/Agent_module/Framework.python b/Agent_module/Framework.py
similarity index 100%
rename from Agent_module/Framework.python
rename to Agent_module/Framework.py
diff --git a/Agent_module/Implementation.python b/Agent_module/Implementation.py
similarity index 100%
rename from Agent_module/Implementation.python
rename to Agent_module/Implementation.py
diff --git a/Agent_module/Manager.python b/Agent_module/Manager.py
similarity index 100%
rename from Agent_module/Manager.python
rename to Agent_module/Manager.py
diff --git a/Agent_module/SharedContext.python b/Agent_module/SharedContext.py
similarity index 100%
rename from Agent_module/SharedContext.python
rename to Agent_module/SharedContext.py
diff --git a/Agent_module/SharedContext_Demo.python 
b/Agent_module/SharedContext_Demo.py
similarity index 100%
rename from Agent_module/SharedContext_Demo.python
rename to Agent_module/SharedContext_Demo.py

Reply via email to