Scott Sandre

Results 160 comments of Scott Sandre

Tried and failed to do a quick fix here: https://github.com/delta-io/delta/pull/1939/files#r1286212189

We should probably be making the input `path` to `Table.forPath` fully qualified. ``` val fs = rawPath.getFileSystem(hadoopConf) val path = fs.makeQualified(rawPath) ```

Just posting for visibility, from #1511: `Support for WHEN NOT MATCHED BY SOURCE using SQL will be available with Spark 3.4 release and python support will follow up in a...

Is there any prerequisite to getting this script to work? ``` ➜ ~/delta git:(docs) python docs/generate_docs.py --livehtml Building content /bin/sh: sphinx-autobuild: command not found Traceback (most recent call last): File...

> Can someone help me understand this error? Take a look at https://github.com/delta-io/delta/blob/master/project/MimaExcludes.scala. MIMA is a tool to check for binary incompatibilities between APIs in different release versions.

Have you seen the [S3DynamoDBLogStore](https://github.com/delta-io/delta/blob/master/storage-s3-dynamodb/src/main/java/io/delta/storage/S3DynamoDBLogStore.java)? It extends the [BaseExternalLogStore](https://github.com/delta-io/delta/blob/master/storage-s3-dynamodb/src/main/java/io/delta/storage/BaseExternalLogStore.java) which acts as an abstract parent that allows children to implement the mutual exclusion using some external service. Does this seem...

@orionmoana would you be interested in helping to contribute a Zookeeper implementation of the BaseExternalLogStore?

@felipepessoto just following up on this PR - is it still a WIP?

@felipepessoto - thanks for following up. We are super swamped right now getting a few final features ready for next Delta release ... we will follow up when we can!