Lin Zhou
Lin Zhou
@davidgreenfield A couple questions to better understand your request: 1. Are you starting your own delta sharing server? Since if you use databricks, the token lifetime is limited, and provider...
Sorry for the delay. My local tests work well. Which version are you using? Could you update to the latest version and try again? Could you paste the commands and...
@linzhou-db Thanks! My local testing works well. So I wonder if you copied the syntax of `load_table_changes_as_spark` from README directly, where there's a typo. `start__version` should be `start_version`. I'll fix...
Interesting... Where's your server? Do you have your local delta sharing server?
This is super weird as my local testing all worked. Do you have a screenshot?
@MaheshChahare123 I feel it's possible that your delta sharing package didn't upgrade to the latest version, could you try: `pyspark --packages io.delta:delta-sharing-spark_2.12:0.6.2`
@ParulPaul @MaheshChahare123 I think the reason is that you need to update to the latest version of delta-sharing-spark.
@param422 Sorry for the delay, taking a look.
Hi @rustyconover , yes pagination is in our roadmap. Feel free to make changes to the open source server if you are interested. Where is the "6mb" from though? It's...
Thanks! So the oss server is a reference server, feel free send out PRs or update locally to add those features.