Github user HyukjinKwon commented on the issue:

    https://github.com/apache/spark/pull/23021
  
    For your information, here's the line counts for each file:
    
    ```
          52 ./test_utils.py
         197 ./test_catalog.py
          43 ./test_group.py
         318 ./test_session.py
         151 ./test_readwriter.py
        2180 ./test_pandas_udf.py
         564 ./test_streaming.py
          53 ./test_conf.py
         155 ./test_column.py
         652 ./test_udf.py
         276 ./test_functions.py
         261 ./test_context.py
         136 ./test_serde.py
         168 ./test_datasources.py
         397 ./test_arrow.py
          94 ./test_appsubmit.py
         942 ./test_types.py
         735 ./test_dataframe.py
    ```
    
    It's rather evenly distributed, except for `./test_pandas_udf.py`. Maybe we 
should make `test_scalar_pandas_udf.py` and etc. but I would like to avoid this 
for now.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to