Dan King

Results 218 comments of Dan King

Even if a new version is released, the bad version should be yanked. A yanked release is treated differently by pip. In particular it is ignored unless that version is...

Also, I'm gonna add parameters to `hl.init` and set the flags in there. That punts the interface decision down the road by slightly restricting users (you can't change user project...

OK, I don't love specifying it in `hl.init`, but that is implemented here. Assuming the tests pass, then this should work and it also means that users don't have to...

The layers of wtf really seem to have no end here. Hadoop at least *appears* to [include the configuration in the cache key](https://github.com/apache/hadoop/blob/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java#L3833-L3841) for its FileSystem cache, but it is...

OK, I added some code to empty the cache when we `hl.stop`.

![ripping my hair out](https://media.giphy.com/media/l0HlCqV35hdEg2GUo/giphy.gif)

Truly a cursed PR. I added a new file with 10 rows so we don't have any empty partitions.

FWIW, Hadoop documents this behavior even though it seems out of step with other FS implementations like [FileInputStream](https://docs.oracle.com/javase/7/docs/api/java/io/FileInputStream.html). I can't find documentation on what happens in, say, Linux, but the...