-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
- Migrate the getPushdowns to a fixed function using relfection per: https://github.com/chris-twiner/frameless/blob/temp/343_LitRule/dataset/src/test/scala/frameless/optimiser/LitTests.scala#L63
- Revaluate for other 3.x functions that can be pulled out of version specifics
- Move all function _ into just "function"
- Remove manual Ordering in comparableMaps impl
- Remove UnresolvedNamedLambdaVariableT
- Use scalaCompatVersion for jarjar abrams (as of 1.3 it's 2.12 as no 2.11 exists)