Takuya UESHIN

Results 51 comments of Takuya UESHIN

The `cluster_id` is extracted from the provided `http_path` if it's for an all-purpose cluster, so the users don't need to specify the additional config. The `cluster_id` will not be exposed...

What's the difference from [Delta constraints support](https://github.com/databricks/dbt-databricks/pull/71)? cc @allisonwang-db

@bilalaslamseattle No, this is not related to the tmp relation fix. cc @allisonwang-db

Hi, thanks for your interests in Koalas! If your requirement is: > The index column for a Featuretools entity does not need to be sequential, but it should be unique....

Btw, I can't run test queries in my local classic PySpark for some reason. ``` $ ./bin/pyspark ``` ```py >>> df = spark.createDataFrame([{"a": "x", "b": "y", "c": "z"}]) >>> df.transpose().show()...

I'dl merge this as-is to be consistent with #48603. @dtenedor Please feel free to leave a comment on the above. Thanks.