- 🔭 Currently, I am pursuing my master's degree in Computer Science at Xiamen University.
- 🌱 I’m working part-time at Datalayers, where I contribute to the development of database engines.
- 💬 Ask me about Database, Storage Engine and Distributed System.
- 📫 How to reach me: [email protected]
- ⚡ Fun fact: I'm a coffee enthusiast and love hiking!
- fix: do not build sort expr when projection doesn't contain pk
- Improved sorting logic to return
None
when no partition keys are present.
- Improved sorting logic to return
- feat: support version udf
- Introduced a new module for user-defined functions (UDFs) registration.
- fix: typo
- Corrected a typo in the documentation.