<@U5BTGR1T3> - I inherited this problem when our ...
# general
l
@silly-king-27579 - I inherited this problem when our org named the OSS wing io.fsq. I “worked around” it by reversing the namespace for our python.
Copy code
src/jvm/io/fsq/foo
src/python/fsqio/foo
I like this solution because it matches what happens with urls in general - the java convention is to reverse, so that becomes the special case. We also considered
src/python/fsq
but decided to go with the above