databricks-sdk-java
databricks-sdk-java copied to clipboard
Databricks SDK for Java
Results
72
databricks-sdk-java issues
Sort by
recently updated
recently updated
newest added
**Description** When accessing GetTable API, we currently use partitionIndex to identify if this column is partition column or not. ``` fun buildPartitionBy(ucColumns: Collection): List = ucColumns.filter { it.partitionIndex != null...
**Description** As for ReverseUniform and Databaricks managed iceberg table, Java SDK is not able to correctly emit the right table format. For ReverseUniform table (OSS iceberg table in Glue and...