Commit cbdab7c
[Rust] Implement Arrow Flight SQL Service (lakesoul-io#580)
* stash fligh_sql_poc
Signed-off-by: zenghua <huazeng@dmetasoul.com>
* update flight sql server
Signed-off-by: zenghua <huazeng@dmetasoul.com>
* update flight server
Signed-off-by: zenghua <huazeng@dmetasoul.com>
* fix compile error
Signed-off-by: zenghua <huazeng@dmetasoul.com>
* add flight_server_wrapper
Signed-off-by: zenghua <huazeng@dmetasoul.com>
* add flight_server_wrapper
Signed-off-by: zenghua <huazeng@dmetasoul.com>
* bump version to datafusion=43.0.0
Signed-off-by: zenghua <huazeng@dmetasoul.com>
* add jwt and rbac
Signed-off-by: chenxu <chenxu@dmetasoul.com>
* update jwt and rbac
Signed-off-by: chenxu <chenxu@dmetasoul.com>
* add rbac and jwt test
Signed-off-by: chenxu <chenxu@dmetasoul.com>
* fix meta data client domain
Signed-off-by: chenxu <chenxu@dmetasoul.com>
* implement CommandStatementIngest
Signed-off-by: zenghua <huazeng@dmetasoul.com>
* fix build
Signed-off-by: chenxu <chenxu@dmetasoul.com>
* update fligth server implementation
Signed-off-by: zenghua <huazeng@dmetasoul.com>
* fix hdfs
Signed-off-by: chenxu <chenxu@dmetasoul.com>
* update hdfs impl
Signed-off-by: chenxu <chenxu@dmetasoul.com>
* impl jwt verification
Signed-off-by: chenxu <chenxu@dmetasoul.com>
* fix rbac test
Signed-off-by: chenxu <chenxu@dmetasoul.com>
* add flow monitor metrics
Signed-off-by: zenghua <huazeng@dmetasoul.com>
* add s3 support
Signed-off-by: zenghua <huazeng@dmetasoul.com>
* add k8s deployment files
Signed-off-by: chenxu <chenxu@dmetasoul.com>
* fix control_throughput
Signed-off-by: zenghua <huazeng@dmetasoul.com>
* add arg worker_threads
Signed-off-by: zenghua <huazeng@dmetasoul.com>
* update k8s config
Signed-off-by: Ceng23333 <441651826@qq.com>
* update hdfs support
Signed-off-by: zenghua <huazeng@dmetasoul.com>
* update k8s config file
Signed-off-by: Ceng23333 <441651826@qq.com>
* update initialization
Signed-off-by: zenghua <huazeng@dmetasoul.com>
* update k8s config
Signed-off-by: Ceng23333 <441651826@qq.com>
* fix config
Signed-off-by: Ceng23333 <441651826@qq.com>
* upgrade datafusion to 45.0.0
Signed-off-by: chenxu <chenxu@dmetasoul.com>
* fix rust tests
Signed-off-by: chenxu <chenxu@dmetasoul.com>
* fix filter
Signed-off-by: chenxu <chenxu@dmetasoul.com>
* fix listing table
Signed-off-by: chenxu <chenxu@dmetasoul.com>
* fix repartition pushdown
Signed-off-by: zenghua <huazeng@dmetasoul.com>
* fix timestamp literal type for substrait
Signed-off-by: chenxu <chenxu@dmetasoul.com>
* fix clippy
Signed-off-by: zenghua <huazeng@dmetasoul.com>
* fix clippy
Signed-off-by: zenghua <huazeng@dmetasoul.com>
* fix clippy
Signed-off-by: zenghua <huazeng@dmetasoul.com>
* fix rust ci
Signed-off-by: zenghua <huazeng@dmetasoul.com>
* add ci test info
Signed-off-by: zenghua <huazeng@dmetasoul.com>
* fix tpch ci config
Signed-off-by: zenghua <huazeng@dmetasoul.com>
* fix tpch ci config
Signed-off-by: zenghua <huazeng@dmetasoul.com>
* fix tpch ci config
Signed-off-by: zenghua <huazeng@dmetasoul.com>
---------
Signed-off-by: zenghua <huazeng@dmetasoul.com>
Signed-off-by: chenxu <chenxu@dmetasoul.com>
Signed-off-by: Ceng23333 <441651826@qq.com>
Co-authored-by: zenghua <huazeng@dmetasoul.com>
Co-authored-by: chenxu <chenxu@dmetasoul.com>
Co-authored-by: Ceng23333 <441651826@qq.com>1 parent 1274ecc commit cbdab7c
File tree
69 files changed
+6594
-2419
lines changed- k8s
- lakesoul-spark/src/test/scala/org/apache/spark/sql/lakesoul/benchmark
- rust
- lakesoul-datafusion
- src
- catalog
- datasource
- file_format
- lakesoul_table
- planner
- serialize
- test
- benchmarks/tpch
- lakesoul-examples
- examples/flight
- lakesoul-flight
- src
- lakesoul-io-c
- lakesoul-io
- examples
- src
- async_writer
- datasource
- physical_plan
- default_column_stream
- filter
- hash_utils
- hdfs
- repartition
- sorted_merge
- lakesoul-metadata
- src
- proto
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
69 files changed
+6594
-2419
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
Lines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
105 | | - | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| |||
167 | 169 | | |
168 | 170 | | |
169 | 171 | | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
174 | 180 | | |
175 | 181 | | |
176 | 182 | | |
| |||
0 commit comments