Commit Graph

175 Commits

Author SHA1 Message Date
QP Hou
b7de919e34
fix columnq release (#196) 2022-09-27 00:25:04 -07:00
QP Hou
4f4bc93a74
enable database-sqlite flag for columnq-cli (#195) 2022-09-26 09:43:05 -07:00
QP Hou
175344ed1d
fix nightly toolchain version in dockerfile (#194) 2022-09-25 19:41:20 -07:00
Qingping Hou
4e812b9995 split database feature flag into database-mysql and database-sqlite 2022-09-25 18:58:05 -07:00
Qingping Hou
37e5d5b03a bump datafusion to 12 and sqlparser to 0.23 2022-09-25 18:58:05 -07:00
Prince Mishra
caf5b65f9b
Fix minor spelling errors (#191) 2022-09-24 21:41:08 -07:00
QP Hou
45132cb237
fix columnq-cli cargo install command 2022-09-24 11:55:08 -07:00
QP Hou
0d08aeb092
fix: support region and endpoint override for s3 (#187) 2022-08-24 22:42:28 -07:00
Qingping Hou
5972467cbb fix linter errors from new rustc release 2022-08-13 11:43:16 -07:00
Qingping Hou
d53c417d14 purge build cache 2022-08-13 11:18:24 -07:00
Qingping Hou
2b03943480 fix: support loading database source in yaml config 2022-08-08 01:03:08 -07:00
geoHeil
c88ce6059f
enable database feature in release build (#182) 2022-08-08 05:24:12 +00:00
Qingping Hou
021332de5d update readme 2022-05-30 21:05:10 -07:00
Qingping Hou
406dc3b380 add boolean support to postgres wire protocol 2022-05-30 19:49:21 -07:00
Qingping Hou
200abe6185 support bitint in json serialization 2022-05-30 17:32:51 -07:00
Qingping Hou
1dcb46b7df add postgres test 2022-05-30 16:45:20 -07:00
Qingping Hou
ebc43c6fd9 display binding addresses on start up 2022-05-30 16:45:05 -07:00
QP Hou
193ea79878
support postgres wire protocol in query layer (#169) 2022-05-29 19:20:58 -07:00
QP Hou
6dc3b77a62
bump datafusion and sqlparser dep (#168) 2022-05-28 19:41:42 -07:00
zemel leong
4bb6db38b5
Update the document for mysql and sqlite (#164) 2022-04-09 00:52:36 -07:00
zemel leong
3ace6078fa
Add MySQL, Sqlite support. (#162)
* added MySQL and Sqlite datasource support
* updated arrow, datafusion and deltalake to latest version
* cleared simd ci test cache to workaround nightly compiler bug
2022-04-07 00:55:10 -07:00
QP Hou
49aeaf1d71
add kvstore support (#161) 2022-04-02 19:46:58 -07:00
Daniël Heres
5d41a28417
Update axum, sqlparser (#160) 2022-04-02 10:43:50 -07:00
QP Hou
a2676c288f
update dependency versions for roapi-http 0.6.0 (#159) 2022-03-19 12:59:10 -07:00
QP Hou
2ee3927bd4
avoid hashmap clone in schema api calls (#158) 2022-03-19 12:22:12 -07:00
zemel leong
a17887bd75
Add a read-only flag to control table update action. (#156)
* Add a disable-read-only flag to control table update action.

Co-authored-by: zemel leong <zemel.leong@gmail.com>
Co-authored-by: Qingping Hou <dave2008713@gmail.com>
2022-03-19 11:34:36 -07:00
zemel leong
86b8cbf722
Add dynamic register and update table function. (#154)
* Add dynamic register and update table function.

* Modify Mutex to RwLock

Co-authored-by: zemel leong <zemel.leong@gmail.com>
2022-03-15 00:41:04 -07:00
QP Hou
9cdfb4a555
avoid schema_map deepcopy (#150) 2022-02-25 23:44:06 -08:00
Tiphaine Ruy
03f07b3b27
Fix simdtest case insensitive (#149)
Co-authored-by: eodyn <eodyn@eodyn.com>
2022-02-25 12:06:02 -08:00
QP Hou
24598db989
fix rust 1.59 clippy errors (#146) 2022-02-24 23:25:49 -08:00
Tiphaine Ruy
646c467916
chore: bump version for axum, dirs, sqlparser, yup-auth2, (#145)
* chore: bump version for axum, dirs, sqlparser, yup-auth2,

* chore: Bump datafusion to 7 and Delta-rs to f5e4b5f94393b517d3d88c200d7169cce11b304b

* fix(test): query are now case insensitive in datafusion

* fix(test): Remove println! statements
2022-02-24 22:57:03 -08:00
QP Hou
cd271c65ac
support empty cells in google spreadsheet (#141) 2022-02-14 22:23:17 -08:00
Alper Yilmaz
47a17f0696
github jobs is depreciated, replaced w/ archive url (#135)
the internet archive wayback machine url is used
2022-02-02 11:29:22 -08:00
QP Hou
528f89efc9
fix json table partition loading (#133) 2022-01-27 20:14:11 -08:00
Jiayu Liu
badaecdf17
use impl into response (#131) 2022-01-26 17:41:19 -08:00
QP Hou
c900021f46
fix warnings from new rust release (#130) 2022-01-21 21:01:35 -08:00
Jiayu Liu
b849c58156
format readme (#128) 2022-01-20 23:47:57 -08:00
Jiayu Liu
df9298f39b
Update README.md to add homebrew installation guide (#129) 2022-01-20 23:47:42 -08:00
Charlie Harrington
8cd4b772f1
change host from HOST env var (#127) 2022-01-11 21:36:08 -08:00
QP Hou
0e727b8816
update clap to 3.x (#126) 2022-01-09 23:03:15 -08:00
Charlie Harrington
df3a76a090
support changing the port from an environment variable (#125)
* support changing the port from an environment variable
* bump dependencies
* bump rust nightly for proc-macro2

Co-authored-by: Qingping Hou <dave2008713@gmail.com>
2022-01-07 00:07:24 +00:00
QP Hou
e70798bb12
bump datafusion to support order unprojected column (#123)
* bump datafusion to support order unprojected column

* bump version
2021-12-09 22:10:08 -08:00
Navin
23e6ef4e45
Integration test for http2 support. (#122) 2021-12-05 16:53:34 -08:00
Navin
ea04a925d7
Adds support for HTTP2 via hyper. (#119) 2021-12-01 21:16:33 -08:00
yfaming
8127c8719d
make logical plan construction consistent and deterministic across query interfaces (#118)
close #115

Co-authored-by: yanfaming8701 <yanfaming8701@ipalfish.com>
2021-11-30 09:21:14 +00:00
QP Hou
9fd3452ece
set columnq-cli version using CARGO_PKG_VERSION (#117) 2021-11-28 16:12:54 -08:00
QP Hou
c1ae60d667
make sort limit query deterministic for rest and graphql (#114)
* make sort limit query deterministic for rest and graphql
* bump version
2021-11-23 20:24:14 -08:00
Navin
b3628bfbd6
Fix cargo install instructions (#113) 2021-11-23 18:53:56 -08:00
QP Hou
ede97cb05f
change default batch size to 8192 (#112) 2021-11-21 19:12:25 -08:00
Qingping Hou
c439cf2bbd update readme for new feature 2021-11-21 17:52:54 -08:00