Dear Spark Developers, In our teams Spark Library<http://aka.ms/mmlspark> we utilize ExpressionEncoders to help us automatically generate spark SQL types from scala case classes.
https://github.com/Azure/mmlspark/blob/master/src/main/scala/com/microsoft/ml/spark/core/schema/SparkBindings.scala However it seems in 3.0 the ability to get types from internal rows and rows has been removed. Is there any guidance on how to get similar behavior in 3.0? Thanks for your help! Best, Mark