vinson0526 opened a new issue #2502: spark-doris-connector npe when use sort of 
dataframe
URL: https://github.com/apache/incubator-doris/issues/2502
 
 
   **Describe the bug**
   spark-doris-connector npe when use sort of dataframe
   because of try to read RowBatch data after RowBatch has cloased.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. new a spark-doris-connector dataframe
   2. do sort on it
   
   such as:
   
   val dorisSparkDF = spark.read.format("doris").option(..., ...).load()
   dorisSparkDF.sort("col1").show()
   
   **Expected behavior**
   show query result
   
   **Screenshots**
   
![image](https://user-images.githubusercontent.com/6291837/71142358-20bad800-2252-11ea-89b7-d220de2aa762.png)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to