Skip to content
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

Upgrade datafusion version to 11.0.0 #602

Closed
yukkit opened this issue Sep 9, 2022 · 1 comment · Fixed by #605
Closed

Upgrade datafusion version to 11.0.0 #602

yukkit opened this issue Sep 9, 2022 · 1 comment · Fixed by #605
Assignees

Comments

@yukkit
Copy link
Contributor

yukkit commented Sep 9, 2022

Describe the issue
A clear and concise description of issue.

What you like us to do
Please give us some advices

Additional context
Add any other context about the issue here.

@yukkit yukkit self-assigned this Sep 9, 2022
@yukkit
Copy link
Contributor Author

yukkit commented Sep 9, 2022

Changelog

11.0.0 (2022-08-16)

important

  • Proposal: Add date_bin function #3015
  • Example to show how to convert query result into rust struct #2959

may be useful

  • Extension mechanism for SessionConfig #2939
  • Make ObjectStoreRegistry as a trait which can allow Ballista to introduce a self registry ObjectStoreRegistry #2905
  • It would be nice to have a way to generate unique IDs in optimizer rules #2886

has effect

  • feat: support Timestamp +/- Interval #3103
  • a arrow_typeof like posgresql's pg_typeof #3095
  • CAST from Utf8 to Boolean #2967
  • Add support for pow scalar function #2926
  • Add support for exact median aggregate function #2925
  • Support mean as synonym for avg #2922
  • Fail gracefully if optimization rule fails #2908
  • Atan2 added to built-in functions #2897
  • The explain statements only print logical plans for debug/other purpose. #2894
  • Add support for TIME literal values #2883
  • Proposal: Enable typed strings expressions for VALUES clause #3017
  • Implement from_unixtime function #2871
  • Add cast function for creating logical cast expression #2870

no perception

  • Make RowAccumulator public #3138
  • Simplify implementation of approx_median so that it can be exposed in Python #3063
  • Simplify / speed up implementation of character_length to unicode points #3049
  • Add baseline_metrics for FileStream to record metrics like elapsed time, record output, etc #2961
  • simplify not clause #2957
  • Add optimizer rule to remove OFFSET 0 #2584
  • Preserve Element Name in ScalarValue::List #2450
  • feat: add optimize rule rewrite_disjunctive_predicate #2858 (xudong963)

no effect

  • Support double quoted literal strings for dialects(such as mysql,bigquery) #3055
  • Follow-up on Clickbench benchmark #3048
  • Rename FormatReader to FileOpener #2990
  • Parallel fetching of column chunks when reading parquet files #2949
  • Streaming CSV/JSON Object Store Read #2935
  • Support CSV Limit Pushdown to Object Storage #2930
  • Rename a column name #2919
  • Improve formatting of logical plans containing subquery expressions #2898
  • JSON version of display_indent() #2889
  • Add h2o benchmark #2879
  • Implement information_schema.views #2857
  • Migrate from avro_rs to apache_avro #2783
  • Add EXISTS subquery support to Ballista #2338
  • Optimizer: Predicate Rewrite pass for TPCH Q19 #217

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant