Allow to register formatter by types with lower precedence. #10653

Open
Carreau opened this Issue Jun 9, 2017 · 0 comments

Comments

Projects
None yet
1 participant
Owner

Carreau commented Jun 9, 2017

See #10650 as well, for bugs in the precedence of formatters. With ipython/disp we want to register formatters for older version of pyspark where objects do not define _repr_*_, but so far the formatters are understood as "user defined", meaning that they take precedence over the _repr_*_ methods. It would be nice to have an extra way of registering formatter with lower precedence.

cc @rgbkrk

Carreau added this to the 5.5 milestone Jun 9, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment