AngersZhuuuu commented on PR #43936:
URL: https://github.com/apache/spark/pull/43936#issuecomment-1827474881

   > Could you please update the PR description? It looks overdue and 
inaccurate for me to catch up with.
   > 
   > Could you also provide the output for `LIST FILE` both before and after 
this? I guess we shall use its output at the caller-side, let's verify that 
they match.
   
   The result of `LIST FILES`, won't have impact since we update `addedFiles` 
with origin path
   ```
   spark-sql> add jar hdfs://path/search_hadoop_udf-1.0.0-SNAPSHOT.jar;
   Time taken: 3.055 seconds
   spark-sql> add file hdfs://path/feature_map.txt;
   spark-sql> list jars;
   hdfs://path/search_hadoop_udf-1.0.0-SNAPSHOT.jar
   Time taken: 0.443 seconds, Fetched 1 row(s)
   spark-sql> list files;
   hdfs://path/feature_map.txt
   Time taken: 0.428 seconds, Fetched 1 row(s)
   spark-sql>
   ```


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to