Skip to content

Commit b27882c

Browse files
committed
Fixing two issues
1 parent 710bc19 commit b27882c

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
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

docfx.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,10 +300,12 @@
300300
"feedback_github_repo": "MicrosoftDocs/azure-docs",
301301
"feedback_product_url": "https://feedback.azure.com/d365community/forum/79b1327d-d925-ec11-b6e6-000d3a4f06a4",
302302
"feedback_system": "GitHub",
303-
"searchScope": [ "Azure" ],
303+
"searchScope": [
304+
"Azure"
305+
],
304306
"recommendations": true,
305307
"recommendation_types": ["Training", "Certification"],
306-
"uhfHeaderID": "azure",
308+
"uhfHeaderId": "azure",
307309
"ms.suite": "office",
308310
"contributors_to_exclude": [
309311
"alexbuckgit",
@@ -690,7 +692,7 @@
690692
"articles/partner-solutions/palo-alto/**/*.md": "https://developercommunity.microsoft.com/pan/suggest",
691693
"articles/partner-solutions/qumulo/**/*.md": "https://developercommunity.microsoft.com/qumulo/suggest",
692694
"articles/partner-solutions/partners.md": "https://developercommunity.microsoft.com/home",
693-
"articles/partner-solutions/overview.md": "https://developercommunity.microsoft.com/home",
695+
"articles/partner-solutions/overview.md": "https://developercommunity.microsoft.com/home",
694696
"articles/power-bi-embedded/**/*.md": "https://feedback.azure.com/d365community/forum/79b1327d-d925-ec11-b6e6-000d3a4f06a4",
695697
"articles/power-bi-workspace-collections/**/*.md": "https://feedback.azure.com/d365community/forum/79b1327d-d925-ec11-b6e6-000d3a4f06a4",
696698
"articles/purview/**/*.md": "https://feedback.azure.com/d365community/forum/82d7bddb-fb24-ec11-b6e6-000d3a4f07b8",

0 commit comments

Comments
 (0)