hive
Here are 1,172 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
Oct 20, 2021 - Dart
-
Updated
Nov 27, 2021 - Java
-
Updated
Apr 1, 2019 - Java
问题描述:关于工程中某个工作流节点单独执行不报错,保存工作流时提示:NotClassDefFoundError:Cloud not initialize class dispatch.Http$
问题原因:linkis-publish微服务关于netty-3.6.2.Final.jar升级包缺失
问题解决:将升级包上传重启linkis-publish微服务即可。
-
Updated
Nov 6, 2021 - Python
-
Updated
May 9, 2021 - Scala
-
Updated
Nov 17, 2021
Describe the proposal
When a SparkConf is invalid for launching our engines, it is better to fail fast instead of waiting for Spark to check while engine bootstrapping.
Motivation
- Save time to create an invalid
-
Updated
Jul 17, 2021 - Vue
-
Updated
Nov 24, 2021 - Java
-
Updated
Nov 23, 2021 - Java
-
Updated
Nov 15, 2021 - JavaScript
-
Updated
Oct 11, 2021
-
Updated
Nov 27, 2021 - Java
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