PostgreSQL compatibility: Remove "orderby clauses" workaround#272
PostgreSQL compatibility: Remove "orderby clauses" workaround#272
Conversation
WalkthroughThis pull request removes MLflow/CrateDB compatibility patches related to ordering from the tracking module. Three functions— Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@seut: Thank you for acknowledging. I was a little too fast: Apparently, removing the workaround is not applicable yet. I need to investigate why/where CrateDB is behaving differently compared with PostgreSQL. |
About
Remove a Python-based workaround in the tracking subsystem where CrateDB has improved in PostgreSQL compatibility.
Edit: Apparently not?
References
UnsupportedFeatureException[Cannot ORDER BY '<expression>': invalid return type 'undefined'.]#8