Bjorn Olsen

Results 13 comments of Bjorn Olsen

I've created a PR for allowing automatic replacing of separators if they are found in any keys. This might help with your issue (depending on what you need) https://github.com/amirziai/flatten/pull/61

Preview of changes: https://docs-19657-beb2cd.preview.ghdocs.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services

Branch was getting a bit stale, rebased.

I've submitted a PR, the build is failing because it is modifying restricted files. However this issue requires those files to be modified... Happy for suggestions

Expanding a bit on this issue. My use case is the same as @ABRB554. Consider the following source code: https://github.com/delta-io/delta/blob/master/spark/src/main/scala/org/apache/spark/sql/delta/DeltaHistoryManager.scala#L88-L90 It appears the current delta functionality is: 1 - For...

@mdeshmu , this one is ready for CI and review. Thanks

@astanin please review :)

Hey @nozaq Thanks for the feedback. I considered this initially... Setting a default implies they are optional parameters. If both `output_path` and `source_dir` are left with `null` values, then the...