Juliusz Sompolski
Juliusz Sompolski
Hi @VasanthiNeelagiri , nice too meet you. We are currently passing "Tableau" in the connection User-Agent, so that our server-side knows that the connection is coming from Tableau. We would...
This may be related to https://github.com/delta-io/delta/issues/527
Question: does this mean that now calling the server side streaming call can throw an error, or will the error be buffered and only thrown upon the first `next()` or...
@larry-safran agreed that the new behavior seems more appropriate and correct. In fact, the old behavior has bitten me in the past (it actually took me some debugging in the...
@gdchaochao maybe using a absolute path in `--jars` would also solve it? In your previous comment you wrote that your command was `spark-shell --conf spark.executor.cores=3 --conf spark.executor.memory=8g --conf spark.executor.memoryOverhead=2g --jars...
@v-olmedo The README describes how to use parallel dsdgens. In particular, the line ` numPartitions = 100) // how many dsdgen partitions to run - number of input tasks.` Note...