Skip to content

Commit 7ff66c5

Browse files
Merge pull request #250499 from JasonWHowell/fixes
Two build suggestion fixes
2 parents ed44a05 + b27882c commit 7ff66c5

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

articles/hdinsight/interactive-query/apache-hive-migrate-workloads.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The following table compares Hive table types and ACID operations before an upgr
116116

117117
### HDInsight 3.x and HDInsight 4.x Table type comparison
118118

119-
|**HDInsight 3.x**| | | |**HDInsight 4.x**| |
119+
|**HDInsight 3.x**| - | - | - |**HDInsight 4.x**| - |
120120
|-|-|-|-|-|-|
121121
|**Table Type** |**ACID v1** |**Format** |**Owner (user) of Hive Table File** |**Table Type**|**ACID v2**|
122122
|External |No |Native or non-native| Hive or non-Hive |External |No|
@@ -244,7 +244,10 @@ Hive has changed table creation in the following ways
244244
Find a table having the problematic table reference.
245245
`math.students` that appears in a CREATE TABLE statement.
246246
Enclose the database name and the table name in backticks.
247-
`CREATE TABLE `math`.`students` (name VARCHAR(64), age INT, gpa DECIMAL(3,2));`
247+
248+
```sql
249+
TABLE `math`.`students` (name VARCHAR(64), age INT, gpa DECIMAL(3,2));
250+
```
248251

249252
* CASTING TIMESTAMPS
250253
Results of applications that cast numerics to timestamps differ from Hive 2 to Hive 3. Apache Hive changed the behavior of CAST to comply with the SQL Standard, which doesn't associate a time zone with the TIMESTAMP type.

articles/virtual-machines/workloads/oracle/toc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
items:
12
- name: Oracle on Azure VMs
23
href: index.yml
34
- name: Overview
@@ -49,10 +50,10 @@
4950
- name: Cloud Adoption Framework for Azure
5051
href: https://azure.microsoft.com/solutions/cloud-enablement/cloud-adoption-framework/
5152
- name: Azure Architecture Center
52-
href: https://learn.microsoft.com/azure/architecture/
53+
href: /azure/architecture/
5354
- name: Pricing calculator
5455
href: https://azure.microsoft.com/pricing/calculator/
5556
- name: Azure DevOps Roadmap
56-
href: https://learn.microsoft.com/azure/devops/release-notes/features-timeline
57+
href: /azure/devops/release-notes/features-timeline
5758
- name: FAQs
5859
href: oracle-azure-vms-faq.md

0 commit comments

Comments
 (0)