xinrong-databricks commented on PR #36391: URL: https://github.com/apache/spark/pull/36391#issuecomment-1113511649
Would you elaborate on the user-facing change? A simple example as below helps: ```py # before >>> pd.MultiIndex.from_arrays([[1], [2]], names=[1, 1]).dtypes 1 int64 dtype: object # now >>> pd.MultiIndex.from_arrays([[1], [2]], names=[1, 1]).dtypes 1 int64 1 int64 dtype: object ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
