Unsubscribe

2018-08-20 Thread Michael Styles

New Optimizer Hint

2017-04-20 Thread Michael Styles
Hello, I am in the process of putting together a PR that introduces a new hint called NO_COLLAPSE. This hint is essentially identical to Oracle's NO_MERGE hint. Let me first give an example of why I am proposing this. df1 = sc.sql.createDataFrame([(1, "abc")], ["id", "user_agent"]) df2 =