-
Notifications
You must be signed in to change notification settings - Fork 333
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
feat!: Bump datafusion, prost, hyper, tonic, tower, axum #5417
Open
evenyag
wants to merge
124
commits into
main
Choose a base branch
from
bump-df-202412
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+4,043
−3,201
Open
Changes from 107 commits
Commits
Show all changes
124 commits
Select commit
Hold shift + click to select a range
2db8107
change dep
waynexia db9dfba
feat: adapt to arrow's interval array
evenyag c757feb
chore: fix compile errors in datatypes crate
evenyag 181f28e
chore: fix api crate compiler errors
evenyag 75f9ea2
chore: fix compiler errors in common-grpc
evenyag 46bc65e
chore: fix common-datasource errors
evenyag 4514db9
chore: fix deprecated code in common-datasource
evenyag ce73058
fix promql and physical plan related
waynexia 8dad368
wip: upgrading network deps
waynexia 8f1c760
block on updating `sqlparser`
MichaelScofield 3845086
upgrade sqlparser
waynexia 3047af4
adapt new df's trait requirements
waynexia 9caf689
chore: fix compiler errors in mito2
evenyag 5986565
chore: fix common-function crate errors
evenyag 761ff28
chore: fix catalog errors
evenyag 93213dd
change import path
waynexia 55add17
chore: fix some errors in query crate
evenyag 069fff0
chore: fix some errors in query crate
evenyag 176645b
aggr expr and some other tiny fixes
waynexia 885bc52
chore: fix expr related errors in query crate
evenyag 2b1caa6
chore: fix query serializer and admin command
evenyag 0207c37
chore: fix grpc services
evenyag 9c575d8
feat: axum serve
evenyag b1a3490
chore: fix http server
evenyag 91abacf
chore: fix flow aggr functions
evenyag ba6442f
chore: fix flow
discord9 04871e2
feat: fix errors in meta-srv
evenyag b68f727
feat!: Remove script crate and python feature (#5321)
evenyag 124115e
chore: fix servers tests compiler errors
evenyag c6e3452
feat: fix tests-integration errors
evenyag d5c036e
chore: fix unused
evenyag 66a807f
test: fix catalog test
evenyag fc21dca
chore: fix compiler errors for crates using common-meta
evenyag b36830c
test: use display for logical plan test
evenyag 9ef86f0
test: implement rewrite for ScanHintRule
evenyag 847979b
fix: http server build panic
evenyag 377e732
test: fix mito test
evenyag 2c06862
fix: sql parser type alias error
evenyag b954dc7
test: fix TestClient not listen
evenyag 8e10762
test: some flow tests
discord9 7e34af6
test(flow): more fix
discord9 d4cc156
fix: test_otlp_logs
shuiyisong 629df0b
test: fix promql test that using deprecated method fun()
evenyag 1286bbc
fix: sql type replace supports Int8 ~ Int64, UInt8 ~ UInt64
evenyag 8e92b7f
test: fix infer schema test case
evenyag 3833f8e
test: fix tests related to plan display
evenyag 9f52ed2
chore: fix last flow test
discord9 c839a33
test: fix function format related assertion
evenyag c63b4a7
test: use larger port range for tests
evenyag d90ad81
fix: test_otlp_traces
shuiyisong 500e9d2
fix: test_otlp_metrics
shuiyisong e85c2bb
fix range query and dist plan
waynexia 3177e50
fix: flow handle distinct use deprecated field
discord9 80f8b29
fix: can't pass Join plan expressions to LogicalPlan::with_new_exprs
evenyag 6295752
test: fix deserialize test
evenyag 435177b
test: reduce split key case num
evenyag e4ef268
tests: lower case aggr func name
discord9 b1d96ed
test: fix some sqlness tests
evenyag 23a3297
tests: more sqlness fix
discord9 cfe7489
tests: fixed sqlness test
discord9 0706c5d
commit non-bug changes
waynexia 9bc7245
fix: make our udf correct
discord9 5e82f74
fix: implement empty methods of ContextProvider for DfContextProvider…
evenyag 1f717d9
test: update sqlness test result
evenyag a0b91ea
chore: remove unused
evenyag 0fb8a3d
fix: provide alias name for AggregateExprBuilder in range plan
evenyag 90c0f4a
test: update range query result
evenyag 003b3c9
fix: implement missing ContextProvider methods for DfContextProviderA…
evenyag d61fe84
test: update timestamps, cte result
evenyag 1707c4c
fix: supports empty projection in mito
evenyag 30f7270
test: update comment for cte test
evenyag 2aff1ef
fix: support projection for numbers
evenyag 9141f18
test: update test cases after projection fix
evenyag 83eb820
fix: fix range select first_value/last_value
evenyag 719add2
fix: handle CAST and time index conflict
evenyag bebb0e1
fix: handle order by correctly in range first_value/last_value
evenyag 7039650
test: update sqlness result
evenyag 77bb4f1
test: update view test result
evenyag a53dc00
test: update decimal test
evenyag 1fb87e3
feat: remove redundant physical optimization
evenyag 5da9192
test: update sqlness test result
evenyag 8ff8af2
chore: range select default sort use nulls_first = false
evenyag 92ed750
test: update filter push down test result
evenyag b408cb3
test: comment deciaml test to avoid different panic message
evenyag 8bae616
test: update some distributed test result
evenyag 1f5f9ca
test: update test for distributed count and filter push down
evenyag 0e002cf
test: update subqueries test
evenyag 5b3f01d
fix: SessionState may overwrite our UDFs
evenyag af2674d
feat: Merge branch 'main' into bump-df-202412
evenyag e54ad27
chore: fix compiler errors after merging main
evenyag ca3fec9
fix: fix elasticsearch and dashboard router panic
evenyag eec9c4b
chore: fix common-functions tests
evenyag c4c3f08
chore: update sqlness result
evenyag ee835b4
test: fix id keyword and update sqlness result
evenyag f59fdfa
test: fix flow_null test
evenyag c2030db
fix: enlarge thread size in debug mode to avoid overflow
evenyag 500b735
chore: fix warnings in common-function
evenyag 1e18e54
chore: fix warning in flow
evenyag 33a465f
chore: fix warnings in query crate
evenyag 4540437
chore: remove unused warnings
evenyag 5743c9a
chore: fix deprecated warnings for parquet
evenyag 74f3bcd
chore: fix deprecated warning in servers crate
evenyag 5ec29a4
style: fix clippy
evenyag ebbf641
chore: Merge branch 'main' into bump-df-202412
evenyag d90a268
test: enlarge mito cache tttl test ttl time
evenyag e77880f
chore: fix typo
evenyag 02c20f6
style: fmt toml
evenyag 8924283
refactor: reimplement PartialOrd for RangeSelect
evenyag 5f6875f
chore: remove script crate files introduced by merge
evenyag 68ba6df
fix: return error if sql option is not kv
evenyag 5826579
chore: do not use ..default::default()
evenyag b58d2f8
chore: per review
discord9 feeb3a8
chore: update error message in BuildAdminFunctionArgsSnafu
evenyag 3aed891
refactor: typed precision
discord9 257e8dd
update sqlness view case
waynexia 500a8c7
chore: flow per review
discord9 bad35dc
chore: add example in comment
evenyag 30a78a9
chore: warn if parquet stats of timestamp is not INT64
evenyag aaacdbd
style: add a newline before derive to make the comment more clear
evenyag 5b9d412
test: update sqlness result
evenyag 5e6b7e8
chore: Merge branch 'main' into bump-df-202412
evenyag 74b34aa
fix: flow from substrait
discord9 fbbbfee
chore: change update_range_context log to debug level
evenyag 3a28240
chore: move axum-extra axum-macros to workspace
evenyag File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to merge the proto after this PR is ready.
This one: GreptimeTeam/greptime-proto#211