You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/12/19 03:26:05 UTC

[GitHub] [incubator-doris] vinson0526 opened a new issue #2502: spark-doris-connector npe when use sort of dataframe

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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-doris] imay closed issue #2502: spark-doris-connector npe when use sort of dataframe

Posted by GitBox <gi...@apache.org>.
imay closed issue #2502: spark-doris-connector npe when use sort of dataframe
URL: https://github.com/apache/incubator-doris/issues/2502
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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