hive
Here are 1,229 public repositories matching this topic...
-
Updated
Mar 1, 2022 - Java
Syntax for changing Iceberg table properties
ALTER TABLE an-iceberg-table SET PROPERTIES a-property-name = 'a-value'
Implementation tips
Implement the method io.trino.spi.connector.ConnectorMetadata#setTableProperties in io.trino.plugin.iceberg.IcebergMetadata.
Use org.apache.iceberg.BaseTable#updateProperties for updating table properties.
Test tips
Add
-
Updated
Mar 1, 2022 - Dart
-
Updated
Mar 1, 2022 - Java
-
Updated
Apr 1, 2019 - Java
问题描述:关于工程中某个工作流节点单独执行不报错,保存工作流时提示:NotClassDefFoundError:Cloud not initialize class dispatch.Http$
问题原因:linkis-publish微服务关于netty-3.6.2.Final.jar升级包缺失
问题解决:将升级包上传重启linkis-publish微服务即可。
-
Updated
Feb 28, 2022 - Python
-
Updated
May 9, 2021 - Scala
-
Updated
Nov 17, 2021
Code of Conduct
- I agree to follow this project's Code of Conduct
Search before asking
- I have searched in the issues and found no similar issues.
Describe the bug
Maybe we shall use https://kyuubi.apache.org/docs/latest/index.html instead of a versio
-
Updated
Feb 12, 2022 - Vue
-
Updated
Feb 25, 2022 - Java
-
Updated
Mar 1, 2022 - Java
-
Updated
Mar 1, 2022 - Java
-
Updated
Oct 11, 2021
-
Updated
Nov 15, 2021 - JavaScript
Improve this page
Add a description, image, and links to the hive topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hive topic, visit your repo's landing page and select "manage topics."
Describe the bug
Using a time dimension on a runningTotal measure on Snowflake mixes quoted and unquoted columns in the query. This fails the query, because Snowflake has specific rules about quoted columns. Specifically:
So "date_from" <> date_from
To Reproduce
Steps to reproduce