This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
What's Changed
- feat: add interface of transform function by @ZENOTME in #130
- chore: use arrow instead of arrow_array and arrow_schema by @ZENOTME in #131
- feat: Add integration tests by @liurenjie1024 in #118
- Remove unused code. by @liurenjie1024 in #134
- refactor: refine StructValue by @ZENOTME in #135
- refactor: refactor Struct and StructValue by @ZENOTME in #136
- refactor: Use libtest-mimic to run integration tests. by @liurenjie1024 in #137
- chore: allow depending on arrow v45 and parquet v45 by @wangrunji0408 in #139
- fix: add optional case in list, map,parse,serde by @ZENOTME in #140
- fix: Fix possible empty snapshot by @liurenjie1024 in #144
- feat: support convert arrow value and type to AnyValue, Any by @ZENOTME in #141
- feat: Expose methods for ser/de data file by @liurenjie1024 in #145
- feat: DataFile from/to json by @liurenjie1024 in #146
- chore: fix chore in arrow module by @ZENOTME in #147
- feat: Introduce table config by @liurenjie1024 in #148
- test: More data types tests by @liurenjie1024 in #150
- test: Add test for timestamp datatype test by @liurenjie1024 in #151
- fix: manifest_file,manifest_list schema by @ZENOTME in #152
- feat: support partition writer by @ZENOTME in #153
- refactor: unify data file writer config by @ZENOTME in #155
- feat: support more array cast and more test by @ZENOTME in #156
- test: Use testcontainers to simplify tests. by @liurenjie1024 in #157
- refactor: support nest field look up by @ZENOTME in #158
- refactor: support to select column by source coulumn id by @ZENOTME in #159
- chore: allow depending on arrow and parquet v46 by @wangrunji0408 in #162
- require
Send
forTransformFunction
by @wangrunji0408 in #163 - chore: Upgrade arrow to 46 by @liurenjie1024 in #164
- chore: Fix arrow version by @liurenjie1024 in #165
- feat: support temporal partition function by @ZENOTME in #161
- fix: remove redundant println! by @ZENOTME in #166
- fix: Use separate arrow crates by @liurenjie1024 in #169
- refactor: refactor the writer test framework by @ZENOTME in #170
- feat: Define catalog api by @liurenjie1024 in #171
- feat: support bucket/truncate transform by @ZENOTME in #173
- feat: Implement rest catalog tables and add test framework by @liurenjie1024 in #179
- feat: support Decimal in partition value by @ZENOTME in #178
- feat: Introduce load table api by @liurenjie1024 in #181
- refactor: Remove unnecessary codes by @liurenjie1024 in #183
- chore: prepare version 0.0.10. by @RinChanNOWWW in #186
New Contributors
- @wangrunji0408 made their first contribution in #139
- @RinChanNOWWW made their first contribution in #186
Full Changelog: v0.0.9...v0.0.10