We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6255c2d commit 9021b33Copy full SHA for 9021b33
README.md
@@ -81,8 +81,8 @@ flags:
81
- `arrow-55`: Use arrow version 55
82
- `arrow`: Use the latest arrow version. Note that this is an _unstable_ flag: we will bump this to
83
the latest arrow version at every arrow version release. Only removing old arrow versions will
84
- cause a breaking change for kernel. If you need to use arrow and require stability, you should
85
- pick a specific arrow version with `arrow-54` or `arrow-55`.
+ cause a breaking change for kernel. If you require a specific version N of arrow, you should
+ specify it directly with `arrow-N`, e.g. `arrow-55`.
86
87
Note that if more than one `arrow-x` feature is enabled, kernel will use the _highest_ (latest)
88
specified flag. This also means that if you use `--all-features` you will get the latest version of
0 commit comments