alexott commented on PR #22692:
URL: https://github.com/apache/airflow/pull/22692#issuecomment-1087158250

   @dbarrundiag primary reason - the dependencies for `delta-sharing` package 
are heavyweight - it depends on `pyarrow`, `pandas`, etc. that lead to ~50Mb 
download compared to ~0.5Mb download of `requests`. Another reason is that 
package doesn't provide a way just to download data files, without converting 
them to Pandas or Spark dataframe. Plus, from a technical side - for example, 
`QueryTableMetadataResponse` class doesn't include table version information 
and you need to query it separately, but it may lead to a race condition when 
version changes between query version and query data.


-- 
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]

Reply via email to