hive
Here are 1,190 public repositories matching this topic...
We should use MockConnector to simulate connector that support missing columns on insert and test if row filtering is properly handled if columns are missing during the insert but used in row filters.
Related to: #10006 and #10005
-
Updated
Dec 28, 2021 - Dart
-
Updated
Jan 5, 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
Jan 6, 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 feature
VersionInfo(val version: String = org.apache.kyuubi.KYUUBI_VERSION)
- /api/v1/ve
-
Updated
Jul 17, 2021 - Vue
-
Updated
Nov 24, 2021 - Java
-
Updated
Jan 6, 2022 - Java
-
Updated
Jan 6, 2022 - Java
-
Updated
Nov 15, 2021 - JavaScript
-
Updated
Oct 11, 2021
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